AdRuleAction::__construct PHP Method

__construct() public method

public __construct ( )
        public function __construct()
        {
        }

Usage Example

コード例 #1
0
ファイル: AdRuleService.php プロジェクト: sjakil/api-hub
 public function __construct($AdRuleActionType = null)
 {
     parent::__construct();
     $this->AdRuleActionType = $AdRuleActionType;
 }
All Usage Examples Of AdRuleAction::__construct