コード例 #1
0
ファイル: Observer.php プロジェクト: gpis88ce/Gpis88ce
 public function bindCommandSendBack()
 {
     // send back to client status of station was changed
     $client = new Client();
     $command = $client->bindCommandStatus($this->request['id']);
     return $command;
 }