Yoast\WP\SEO\Editors\Framework\Seo\Posts
Description_Data_Provider::__construct()
The constructor.
Метод класса: Description_Data_Provider{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$Description_Data_Provider = new Description_Data_Provider(); $Description_Data_Provider->__construct( $date_helper, $options_helper );
- $date_helper(Date_Helper) (обязательный)
- The date helper.
- $options_helper(Options_Helper) (обязательный)
- The options helper.
Код Description_Data_Provider::__construct() Description Data Provider:: construct Yoast 25.1
public function __construct( Date_Helper $date_helper, Options_Helper $options_helper ) { $this->date_helper = $date_helper; $this->options_helper = $options_helper; }