Neos\Flow\ResourceManagement\Collection::getStorage PHP 메소드

getStorage() 공개 메소드

Returns the storage used for this collection
public getStorage ( ) : Neos\Flow\ResourceManagement\Storage\StorageInterface
리턴 Neos\Flow\ResourceManagement\Storage\StorageInterface
    public function getStorage()
    {
        return $this->storage;
    }