Yoast\WP\SEO\Editors\Application\Seo
Post_Seo_Information_Repository::__construct()
The constructor.
Метод класса: Post_Seo_Information_Repository{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$Post_Seo_Information_Repository = new Post_Seo_Information_Repository(); $Post_Seo_Information_Repository->__construct( Abstract_Post_Seo_Data_Provider ...$seo_data_providers );
- Abstract_Post_Seo_Data_Provider ...$seo_data_providers (обязательный)
- -
Код Post_Seo_Information_Repository::__construct() Post Seo Information Repository:: construct Yoast 25.1
public function __construct( Abstract_Post_Seo_Data_Provider ...$seo_data_providers ) { $this->seo_data_providers = $seo_data_providers; }