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

getCreationTime() public method

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