示例#1
0
 /**
  * Action - rows
  * get all data in accordance with the request parameters
  *
  * Access to the action is possible in the following paths:
  * - /admin/user/rows
  *
  * @return void
  */
 public function rowsAction()
 {
     parent::rowsAction();
 }