YoastSEO_Vendor\Symfony\Component\DependencyInjection
ContainerInterface::initialized() public Yoast 1.0
Check for whether or not a service has been initialized.
{} Это метод класса: ContainerInterface{}
Хуков нет.
Возвращает
true/false. true if the service has been initialized, false otherwise
Использование
$ContainerInterface = new ContainerInterface(); $ContainerInterface->initialized( $id );
- $id(строка) (обязательный)
- -
Код ContainerInterface::initialized() ContainerInterface::initialized Yoast 15.9.1
public function initialized($id);