PHP Interface Puli\Repository\Api\Resource\FilesystemResource

The path of the file can be accessed with {@link getFilesystemPath}.
Since: 1.0
Author: Bernhard Schussek ([email protected])
Inheritance: extends Puli\Repository\Api\Resource\PuliResource
Afficher le fichier Open project: puli/repository Interface Usage Examples

Méthodes publiques

Méthode Description
getFilesystemPath ( ) : string | null Returns the path on the file system.

Method Details

getFilesystemPath() public méthode

Returns the path on the file system.
public getFilesystemPath ( ) : string | null
Résultat string | null The file system path or `null` if the resource has no associated local file.