LabelAction::__construct PHP Method

__construct() public method

public __construct ( )
        public function __construct()
        {
        }

Usage Example

コード例 #1
0
 public function __construct($LabelActionType = NULL)
 {
     if (get_parent_class('DeactivateLabels')) {
         parent::__construct();
     }
     $this->LabelActionType = $LabelActionType;
 }
All Usage Examples Of LabelAction::__construct