PHP 클래스 Puli\Repository\Resource\Metadata\FilesystemMetadata

부터: 1.0
저자: Bernhard Schussek ([email protected])
상속: extends Puli\Repository\Api\Resource\ResourceMetadata
파일 보기 프로젝트 열기: puli/repository

공개 메소드들

메소드 설명
__construct ( $filesystemPath )
getAccessTime ( )
getCreationTime ( )
getModificationTime ( )
getSize ( )

비공개 메소드들

메소드 설명
fixWindowsPath ( string $path ) : string On Windows, fileXtime functions see only changes on the symlink file and not the original one.

메소드 상세

__construct() 공개 메소드

public __construct ( $filesystemPath )

getAccessTime() 공개 메소드

public getAccessTime ( )

getCreationTime() 공개 메소드

public getCreationTime ( )

getModificationTime() 공개 메소드

public getModificationTime ( )

getSize() 공개 메소드

public getSize ( )