LMongo\Query\Cursor::toObject PHP Méthode

toObject() public méthode

Get the items as an object.
public toObject ( ) : object
Résultat object
    public function toObject()
    {
        return json_decode(json_encode($this->toArray()), FALSE);
    }