Beispiel #1
0
 /**
  * Create status command response.
  * 
  * @return array
  */
 private function commandStatus()
 {
     return $this->createResponse($this->generator->status());
 }
Beispiel #2
0
 /**
  * {@inheritdoc}
  */
 public function status()
 {
     return $this->generator->status();
 }