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
파일 보기 프로젝트 열기: puli/repository 0 사용 예제들

공개 메소드들

메소드 설명
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.