예제 #1
0
 public function toArray()
 {
     return static::$securityObserver->toArray($this, parent::toArray());
 }
예제 #2
0
파일: App.php 프로젝트: CFLOVEYR/hook
 public function toArray()
 {
     $arr = parent::toArray();
     $arr['keys'] = $this->keys->toArray();
     return $arr;
 }
예제 #3
0
 public function toArray()
 {
     $arr = parent::toArray();
     $arr['command'] = $this->getCommand();
     return $arr;
 }