PHP Класс Puli\Repository\Resource\Collection\FilesystemResourceCollection

The resource collection contains the additional method {@link getFilesystemPaths()} for batch collecting the filesystem paths of all contained resources.
С версии: 1.0
Автор: Bernhard Schussek ([email protected])
Наследование: extends ArrayResourceCollection
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
getFilesystemPaths ( ) : string[] Returns the filesystem paths of all contained resources.

Описание методов

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

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[]
Результат string[] The filesystem paths.