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
ファイルを表示 Open project: puli/repository Interface Usage Examples

Public Methods

Method Description
getFilesystemPath ( ) : string | null Returns the path on the file system.

Method Details

getFilesystemPath() public method

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