Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function getParams()
 {
     return array_merge(['class_id' => $this->classroomId], $this->classroom->toArray());
 }
Exemplo n.º 2
0
 /**
  * {@inheritdoc}
  */
 public function getParams()
 {
     return array_filter($this->classroom->toArray());
 }