Ejemplo n.º 1
0
 public function toArray()
 {
     return static::$securityObserver->toArray($this, parent::toArray());
 }
Ejemplo n.º 2
0
 public function toArray()
 {
     $arr = parent::toArray();
     $arr['keys'] = $this->keys->toArray();
     return $arr;
 }
Ejemplo n.º 3
0
 public function toArray()
 {
     $arr = parent::toArray();
     $arr['command'] = $this->getCommand();
     return $arr;
 }