PHP Class Puli\Repository\Resource\Metadata\FilesystemMetadata

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

Public Methods

Method Description
__construct ( $filesystemPath )
getAccessTime ( )
getCreationTime ( )
getModificationTime ( )
getSize ( )

Private Methods

Method 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 method

public __construct ( $filesystemPath )

getAccessTime() public method

public getAccessTime ( )

getCreationTime() public method

public getCreationTime ( )

getModificationTime() public method

public getModificationTime ( )

getSize() public method

public getSize ( )