Beispiel #1
0
 /**
  * Gets an array representation
  *
  * @return array
  */
 public function toArray()
 {
     return array('AllFields' => $this->allFields, 'Interest' => $this->interest, 'LastModifiedOnly' => $this->lastModifiedOnly, 'Offset' => $this->offset, 'RequestFilter' => $this->requestFilter->toArray(), 'ReturnFields' => $this->returnFields);
 }