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