Inheritance: implements JsonSerializable, implements IteratorAggregate
Exemplo n.º 1
0
 /**
  * @return string
  */
 public function jsonSerialize()
 {
     return $this->propertyList->jsonSerialize();
 }