__construct() публичный Метод

public __construct ( )
Пример #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;
 }
Пример #3
0
 public function __construct()
 {
     parent::__construct();
 }