Inheritance: extends CommonAction
示例#1
0
 public function __construct($LabelActionType = NULL)
 {
     if (get_parent_class('DeactivateLabels')) {
         parent::__construct();
     }
     $this->LabelActionType = $LabelActionType;
 }
 public function __construct($LabelActionType = NULL)
 {
     parent::__construct();
     $this->LabelActionType = $LabelActionType;
 }
 public function __construct()
 {
     parent::__construct();
 }