Mongolid\Serializer\Type\ObjectID::__toString PHP Méthode

__toString() public méthode

Returns the hexidecimal representation of this ObjectID.
public __toString ( ) : string
Résultat string
    public function __toString()
    {
        return $this->objectIdString;
    }