DB\Mongo::uuid PHP Method

uuid() public method

Return UUID
public uuid ( ) : string
return string
    function uuid()
    {
        return $this->uuid;
    }