Exemple #1
0
 /**
  * @return array
  */
 protected function formatResponseData()
 {
     return ['name' => $this->quiz->getName(), 'content' => $this->quiz->getDescription(), 'stateId' => $this->getId()];
 }