PHPDaemon\Clients\Mongo\MongoId::getPlainObject PHP Méthode

getPlainObject() public méthode

getPlainObject
public getPlainObject ( ) : MongoId
Résultat MongoId
    public function getPlainObject()
    {
        return new \MongoId(parent::__toString());
    }