Yoast\WP\SEO\Introductions\Application
Introductions_Collector::__construct
Constructs the collector.
Метод класса: Introductions_Collector{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$Introductions_Collector = new Introductions_Collector(); $Introductions_Collector->__construct( Introduction_Interface ...$introductions );
- Introduction_Interface ...$introductions(обязательный)
- .
Код Introductions_Collector::__construct() Introductions Collector:: construct Yoast 27.3
public function __construct( Introduction_Interface ...$introductions ) {
$this->introductions = $this->add_introductions( ...$introductions );
}