Property | Type | Description | |
---|---|---|---|
$packageManager | Neos\Flow\Package\PackageManagerInterface |
Method | Description | |
---|---|---|
getObjects ( callable $callback = null ) : Generator |
Retrieve all Objects stored in this storage. | |
getObjectsByPathPattern ( string $pattern, callable $callback = null ) : Generator |
Return all Objects stored in this storage filtered by the given directory / filename pattern | |
getPublicResourcePaths ( ) : array |
Returns the absolute paths of public resources directories of all active packages. | |
getStreamByResource ( |
Because we cannot store persistent resources in a PackageStorage, this method always returns FALSE. | |
initializeObject ( ) : void | Initializes this resource storage |
public getObjects ( callable $callback = null ) : Generator |
||
$callback | callable | Function called after each iteration |
return | Generator |
public getObjectsByPathPattern ( string $pattern, callable $callback = null ) : Generator |
||
$pattern | string | A glob compatible directory / filename pattern |
$callback | callable | Function called after each object |
return | Generator |
public getPublicResourcePaths ( ) : array |
||
return | array |
public getStreamByResource ( |
||
$resource | The resource stored in this storage | |
return | resource | boolean | | boolean The resource stream or FALSE if the stream could not be obtained |
public initializeObject ( ) : void | ||
return | void |