Beispiel #1
0
 public function asMongoObject()
 {
     return [$this->property->getName() => (string) $this->expression];
 }
 public function asMongoObject()
 {
     return [$this->property->getName() => [$this->operator => $this->expression]];
 }