Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function toArray()
 {
     $output = [$this->queries->getType() => $this->queries->toArray()];
     return $output;
 }