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