Yoast\WP\SEO\Editors\Framework\Seo\Posts

Description_Data_Provider::__construct()publicYoast 1.0

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() Yoast 25.1

public function __construct( Date_Helper $date_helper, Options_Helper $options_helper ) {
	$this->date_helper    = $date_helper;
	$this->options_helper = $options_helper;
}