AppserverIo\Appserver\Core\GenericDeployment::loadContextInstances PHP Метод

loadContextInstances() защищенный Метод

Loads and return's the context instances for the container.
protected loadContextInstances ( ) : ContextNode[]
Результат AppserverIo\Appserver\Core\Api\Node\ContextNode[] The array with the container's context instances
    protected function loadContextInstances()
    {
        return $this->getDeploymentService()->loadContextInstancesByContainer($this->getContainer());
    }