cfmgr init...3
This commit is contained in:
parent
b429ff2821
commit
2e8d669e1a
@ -76,7 +76,7 @@ class FirewallController extends APIController
|
||||
return parent::batchjob_process($entity);
|
||||
}
|
||||
//Sync관련
|
||||
protected function sync_process($entity)
|
||||
protected function sync_processs($entity)
|
||||
{
|
||||
$api = new Firewall($this->getZoneModel()->getEntity($entity->getParentFieldData()));
|
||||
$entity = $api->sync($entity);
|
||||
|
||||
@ -138,7 +138,7 @@ class RecordController extends APIController
|
||||
return parent::sync_process($entity);
|
||||
}
|
||||
//Index관련
|
||||
protected function index_getRows(int $page = 0, int $per_page = 0): array
|
||||
protected function index_getRowss(int $page = 0, int $per_page = 0): array
|
||||
{
|
||||
//모델 조건절 처리작업
|
||||
$this->index_setCondition();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user