Esempio n. 1
0
 public function toArray()
 {
     return self::array_filter_null(array('type' => 'array', 'items' => empty($this->Items) ? null : $this->Items->toArray(), 'collectionFormat' => $this->collectionFormat == 'csv' ? null : $this->collectionFormat, 'minItems' => $this->minItems, 'maxItems' => $this->maxItems));
 }