PHP Class Puli\Repository\Resource\Metadata\FilesystemMetadata

Since: 1.0
Author: Bernhard Schussek ([email protected])
Inheritance: extends Puli\Repository\Api\Resource\ResourceMetadata
Afficher le fichier Open project: puli/repository

Méthodes publiques

Méthode Description
__construct ( $filesystemPath )
getAccessTime ( )
getCreationTime ( )
getModificationTime ( )
getSize ( )

Private Methods

Méthode Description
fixWindowsPath ( string $path ) : string On Windows, fileXtime functions see only changes on the symlink file and not the original one.

Method Details

__construct() public méthode

public __construct ( $filesystemPath )

getAccessTime() public méthode

public getAccessTime ( )

getCreationTime() public méthode

public getCreationTime ( )

getModificationTime() public méthode

public getModificationTime ( )

getSize() public méthode

public getSize ( )