PHP Class Puli\Repository\Resource\Collection\FilesystemResourceCollection

The resource collection contains the additional method {@link getFilesystemPaths()} for batch collecting the filesystem paths of all contained resources.
Since: 1.0
Author: Bernhard Schussek ([email protected])
Inheritance: extends ArrayResourceCollection
ファイルを表示 Open project: puli/repository Class Usage Examples

Public Methods

Method Description
getFilesystemPaths ( ) : string[] Returns the filesystem paths of all contained resources.

Method Details

getFilesystemPaths() public method

The paths are returned in order of the resources. Resources that are not on the filesystem are ignored and not contained in the output.
public getFilesystemPaths ( ) : string[]
return string[] The filesystem paths.