Puli\Repository\Api\Resource\ResourceMetadata::getModificationTime PHP Méthode

getModificationTime() public méthode

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