예제 #1
0
 /**
  * @inheritdoc
  */
 public function toArray()
 {
     return ['isSuccessful' => $this->isSuccessful(), 'isAutomatic' => $this->isAutomatic(), 'response' => parent::toArray()];
 }