PHP Интерфейс Puli\Repository\Api\Resource\FilesystemResource

The path of the file can be accessed with {@link getFilesystemPath}.
С версии: 1.0
Автор: Bernhard Schussek ([email protected])
Наследование: extends Puli\Repository\Api\Resource\PuliResource
Показать файл Открыть проект Примеры использования интерфейса

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

Метод Описание
getFilesystemPath ( ) : string | null Returns the path on the file system.

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

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

Returns the path on the file system.
public getFilesystemPath ( ) : string | null
Результат string | null The file system path or `null` if the resource has no associated local file.