Yoast\WP\SEO\Surfaces

Schema_Helpers_Surface::__construct()publicYoast 1.0

Loader constructor.

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

Хуков нет.

Возвращает

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

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

$Schema_Helpers_Surface = new Schema_Helpers_Surface();
$Schema_Helpers_Surface->__construct( $container );
$container(ContainerInterface) (обязательный)
The dependency injection container.

Код Schema_Helpers_Surface::__construct() Yoast 22.4

public function __construct( ContainerInterface $container ) {
	$this->container = $container;
}