Automattic\WooCommerce\Internal\Admin\Logging

PageController::init()publicWC 1.0

Initialize dependencies.

Метод класса: PageController{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$PageController = new PageController();
$PageController->init(;

Код PageController::init() WC 9.6.1

final public function init(
	FileController $file_controller,
	Settings $settings
): void {
	$this->file_controller = $file_controller;
	$this->settings        = $settings;

	$this->init_hooks();
}