Beispiel #1
0
 public function Domain($id = 0)
 {
     parent::DataBaseAccessorClient();
     $this->id = $id;
 }
Beispiel #2
0
 public function Report($alog_id = 0)
 {
     parent::DataBaseAccessorClient();
     $this->alog_id = $alog_id;
 }
 public function ModSecDirective($id = 0)
 {
     parent::DataBaseAccessorClient();
     $this->id = $id;
 }
Beispiel #4
0
 public function Filter($filter_name = 0)
 {
     parent::DataBaseAccessorClient();
     $this->filter_name = $filter_name;
 }