Exemplo n.º 1
0
 /**
  * Display overview of operators
  *
  * @return array operators, order, direction, identity
  */
 public function indexAction()
 {
     $response = $this->getOrder('Id');
     $response['accounts'] = $this->_operatorManager->getOperators($response['order'], $response['direction']);
     return $response;
 }