Yoast\WP\SEO\Actions\Wincher
Wincher_Keyphrases_Action::__construct
Wincher_Keyphrases_Action constructor.
Метод класса: Wincher_Keyphrases_Action{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$Wincher_Keyphrases_Action = new Wincher_Keyphrases_Action(); $Wincher_Keyphrases_Action->__construct( $client, $options_helper, $indexable_repository );
- $client(Wincher_Client) (обязательный)
- The API client.
- $options_helper(Options_Helper) (обязательный)
- The options helper.
- $indexable_repository(Indexable_Repository) (обязательный)
- The indexables repository.
Код Wincher_Keyphrases_Action::__construct() Wincher Keyphrases Action:: construct Yoast 27.6
public function __construct(
Wincher_Client $client,
Options_Helper $options_helper,
Indexable_Repository $indexable_repository
) {
$this->client = $client;
$this->options_helper = $options_helper;
$this->indexable_repository = $indexable_repository;
}