cfmgrv3 init...3
This commit is contained in:
parent
ce9e2af1b9
commit
53a2e4e5fc
@ -82,7 +82,6 @@ class FirewallController extends APIController
|
||||
$entity = $api->sync($entity);
|
||||
return parent::sync_process($entity);
|
||||
}
|
||||
|
||||
//Index관련
|
||||
private function index_setCondition_builder($builder)
|
||||
{
|
||||
|
||||
@ -178,7 +178,7 @@ class ZoneController extends APIController
|
||||
$entity = $api->sync($entity);
|
||||
return parent::sync_process($entity);
|
||||
}
|
||||
//index 모델 전처리
|
||||
//Index관련
|
||||
private function index_setCondition_builder($builder)
|
||||
{
|
||||
foreach ($this->_viewDatas['fieldFilters'] as $field) {
|
||||
@ -200,8 +200,7 @@ class ZoneController extends APIController
|
||||
}
|
||||
return $builder;
|
||||
}
|
||||
//Index관련
|
||||
protected function index_getRows_builder(int $page = 0, int $per_page = 0): array
|
||||
private function index_getRows_builder(int $page = 0, int $per_page = 0): array
|
||||
{
|
||||
//Totalcount 처리
|
||||
$builder = $this->_model->builder();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user