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;
 }
Example #3
0
 public function execute()
 {
     parent::execute();
     $this->clipboard->clean();
 }
Example #4
0
 public function __construct($treeNodeId)
 {
     parent::__construct();
     $this->treeNodeId = $treeNodeId;
 }