AppserverIo\Appserver\Core\GenericDeployment::loadContextInstances PHP Method

loadContextInstances() protected method

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