示例#1
0
 public function __construct($vars = array(), $listVars = array(), $parent = 0, $multi = true, $xml = false, $includefiles = false)
 {
     $this->includefiles = $includefiles;
     parent::__construct($vars, $listVars, $parent, $multi, $xml);
 }
示例#2
0
 public function __construct($modules, $controller, $vars = array(), $listVars = array(), $parent = 0, $multi = true, $xml = false)
 {
     $this->modules = $modules;
     $this->controller = $controller;
     parent::__construct($vars, $listVars, $parent, $multi, $xml);
 }
示例#3
0
 public function __construct($vars = array(), $listVars = array(), $parent = 0, $fileanchor = true, $xml = false)
 {
     $this->fileanchor = $fileanchor;
     parent::__construct($vars, $listVars, $parent, false, $xml);
 }