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
Afficher le fichier Open project: puli/repository Class Usage Examples

Méthodes publiques

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

Method Details

getFilesystemPaths() public méthode

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[]
Résultat string[] The filesystem paths.