Yoast\WP\SEO\Presentations
Indexable_Date_Archive_Presentation::__construct() public Yoast 1.0
Indexable_Date_Archive_Presentation constructor.
{} Это метод класса: Indexable_Date_Archive_Presentation{}
Хуков нет.
Возвращает
Null. Ничего.
Использование
$Indexable_Date_Archive_Presentation = new Indexable_Date_Archive_Presentation(); $Indexable_Date_Archive_Presentation->__construct( $pagination );
- $pagination(Pagination_Helper) (обязательный)
- The pagination helper.
Код Indexable_Date_Archive_Presentation::__construct() Indexable Date Archive Presentation:: construct Yoast 15.6.2
public function __construct( Pagination_Helper $pagination ) {
$this->pagination = $pagination;
}