Neos\Flow\ResourceManagement\Storage\PackageStorage::getStreamByResource PHP Метод

getStreamByResource() публичный Метод

Because we cannot store persistent resources in a PackageStorage, this method always returns FALSE.
public getStreamByResource ( PersistentResource $resource ) : resource | boolean
$resource Neos\Flow\ResourceManagement\PersistentResource The resource stored in this storage
Результат resource | boolean | boolean The resource stream or FALSE if the stream could not be obtained
    public function getStreamByResource(PersistentResource $resource)
    {
        return false;
    }