Puli\Repository\Resource\Metadata\FilesystemMetadata::getModificationTime PHP Метод

getModificationTime() публичный Метод

public getModificationTime ( )
    public function getModificationTime()
    {
        $path = $this->fixWindowsPath($this->filesystemPath);
        clearstatcache(true, $path);
        return filemtime($path);
    }