Yoast\WP\SEO\Builders
Indexable_Author_Builder::__construct() public Yoast 1.0
Indexable_Author_Builder constructor.
{} Это метод класса: Indexable_Author_Builder{}
Хуков нет.
Возвращает
Null. Ничего.
Использование
$Indexable_Author_Builder = new Indexable_Author_Builder(); $Indexable_Author_Builder->__construct( $author_archive );
- $author_archive(Author_Archive_Helper) (обязательный)
- The author archive helper.
Код Indexable_Author_Builder::__construct() Indexable Author Builder:: construct Yoast 15.6.2
public function __construct( Author_Archive_Helper $author_archive ) {
$this->author_archive = $author_archive;
}