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;
    }