Yoast\WP\SEO\Integrations\Watchers
Indexable_Date_Archive_Watcher::__construct() public Yoast 1.0
Indexable_Author_Watcher constructor.
{} Это метод класса: Indexable_Date_Archive_Watcher{}
Хуков нет.
Возвращает
Null. Ничего.
Использование
$Indexable_Date_Archive_Watcher = new Indexable_Date_Archive_Watcher(); $Indexable_Date_Archive_Watcher->__construct( $repository, $builder );
- $repository(Indexable_Repository) (обязательный)
- The repository to use.
- $builder(Indexable_Builder) (обязательный)
- The date archive builder to use.
Код Indexable_Date_Archive_Watcher::__construct() Indexable Date Archive Watcher:: construct Yoast 15.6.2
public function __construct( Indexable_Repository $repository, Indexable_Builder $builder ) {
$this->repository = $repository;
$this->builder = $builder;
}