Exemple #1
0
 public function handle_request_internal()
 {
     $brokerId = $this->_params['brokerId'];
     return API_Result::create()->ok()->data(Bll_Broker_AppSwitch::all($brokerId))->toArray();
 }