Yoast\WP\SEO\Promotions\Application
Promotion_Manager::__construct
Class constructor.
Метод класса: Promotion_Manager{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$Promotion_Manager = new Promotion_Manager(); $Promotion_Manager->__construct( Promotion_Interface ...$promotions );
- Promotion_Interface ...$promotions(обязательный)
- .
Код Promotion_Manager::__construct() Promotion Manager:: construct Yoast 26.7
public function __construct( Promotion_Interface ...$promotions ) {
$this->promotions_list = $promotions;
}