AppserverIo\Appserver\Core\Api\Node\InitialContextNode::getStorage PHP Method

getStorage() public method

Returns the storage configuration information.
public getStorage ( ) : StorageNode
return StorageNode The node with the storage information
    public function getStorage()
    {
        return $this->storage;
    }