Neos\Flow\ResourceManagement\Collection::getStorage PHP Méthode

getStorage() public méthode

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