Esempio n. 1
0
 /**
  * {@inheritDoc}
  */
 public function jsonSerialize()
 {
     return array_merge(parent::jsonSerialize(), ['exclusive' => $this->exclusive, 'arguments' => $this->arguments]);
 }
 /**
  * {@inheritDoc}
  */
 public function jsonSerialize()
 {
     return array_merge(parent::jsonSerialize(), ['type' => $this->type, 'internal' => $this->internal]);
 }