Puli\Repository\Api\Resource\ResourceMetadata::getModificationTime PHP Method

getModificationTime() public method

If this information is not available, the method returns 0.
public getModificationTime ( ) : integer
return integer A UNIX timestamp.
    public function getModificationTime()
    {
        return 0;
    }