Puli\Repository\Api\Resource\ResourceMetadata::getModificationTime PHP Метод

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

If this information is not available, the method returns 0.
public getModificationTime ( ) : integer
Результат integer A UNIX timestamp.
    public function getModificationTime()
    {
        return 0;
    }