Yoast\WP\SEO\Conditionals

Wincher_Token_Conditional::__construct()publicYoast 1.0

Wincher_Token_Conditional constructor.

Метод класса: Wincher_Token_Conditional{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$Wincher_Token_Conditional = new Wincher_Token_Conditional();
$Wincher_Token_Conditional->__construct( $client );
$client(Wincher_Client) (обязательный)
The Wincher client.

Код Wincher_Token_Conditional::__construct() Yoast 22.4

public function __construct( Wincher_Client $client ) {
	$this->client = $client;
}