AppserverIo\Appserver\Core\Api\Node\InitialContextNode::getStorage PHP Метод

getStorage() публичный Метод

Returns the storage configuration information.
public getStorage ( ) : StorageNode
Результат StorageNode The node with the storage information
    public function getStorage()
    {
        return $this->storage;
    }