示例#1
0
 public function toArray()
 {
     return ['processors' => $this->processors->toArray(), 'hooks' => $this->hooks->toArray(), 'plugins' => $this->plugins->toArray(), 'views' => $this->views->toArray()];
 }
示例#2
0
 public function toArray()
 {
     return $this->items->toArray();
 }