Yoast\WP\SEO\Routes
Integrations_Route::__construct
Integrations_Route constructor.
Метод класса: Integrations_Route{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$Integrations_Route = new Integrations_Route(); $Integrations_Route->__construct( $integrations_action );
- $integrations_action(Integrations_Action) (обязательный)
- The integrations action.
Код Integrations_Route::__construct() Integrations Route:: construct Yoast 27.6
public function __construct( Integrations_Action $integrations_action ) {
$this->integrations_action = $integrations_action;
}