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;
    }