Exemplo n.º 1
0
 /**
  * Returns the administrators datatable data for listings
  *
  * @access public
  * @return json
  */
 public static function getAll()
 {
     $result = lC_Administrators_Admin::getAll();
     $result['rpcStatus'] = RPC_STATUS_SUCCESS;
     echo json_encode($result);
 }