Ejemplo n.º 1
0
 public function __construct($treeNodeId, $isSinglePage, $clipboard)
 {
     parent::__construct();
     $this->treeNodeId = $treeNodeId;
     $this->isSinglePage = $isSinglePage;
     $this->clipboard = $clipboard;
 }
 public function __construct($treeNodeId, $label, $assign)
 {
     parent::__construct();
     $this->treeNodeId = $treeNodeId;
     $this->label = $label;
     $this->assign = $assign;
 }
 public function __construct($treeNodeId, $label, $lang)
 {
     parent::__construct();
     $this->treeNodeId = $treeNodeId;
     $this->label = $label;
     $this->lang = $lang;
 }
Ejemplo n.º 4
0
 public function __construct($lg, $clipboard)
 {
     parent::__construct();
     $this->lg = $lg;
     $this->clipboard = $clipboard;
 }
Ejemplo n.º 5
0
 public function __construct($treeNodeId)
 {
     parent::__construct();
     $this->treeNodeId = $treeNodeId;
 }
Ejemplo n.º 6
0
 public function __construct($treeNodeId, $clipboard)
 {
     parent::__construct();
     $this->treeNodeId = $treeNodeId;
     $this->clipboard = $clipboard;
 }