Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Puli
Repository
Resource
Collection
FilesystemResourceCollection
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
Mostrar archivo
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.