Ejemplo n.º 1
0
 public function simpleProperties()
 {
     return array_merge(parent::simpleProperties(), ['id' => $this->getId(), 'url' => $this->getUrl(), 'testUrl' => $this->getTestUrl(), 'testLookFor' => $this->getTestLookFor()]);
 }
Ejemplo n.º 2
0
 public function simpleProperties()
 {
     return array_merge(parent::simpleProperties(), ['object' => $this->getObject(), 'resource' => $this->getResource()]);
 }
Ejemplo n.º 3
0
 public function simpleProperties()
 {
     return array_merge(parent::simpleProperties(), ['server' => $this->getServer(), 'id' => $this->getId()]);
 }
Ejemplo n.º 4
0
 public function simpleProperties()
 {
     $properties = parent::simpleProperties();
     $properties['payload'] = $this->payload;
     return $properties;
 }