AdRuleAction::__construct PHP Méthode

__construct() public méthode

public __construct ( )
        public function __construct()
        {
        }

Usage Example

Exemple #1
0
 public function __construct($AdRuleActionType = null)
 {
     parent::__construct();
     $this->AdRuleActionType = $AdRuleActionType;
 }
All Usage Examples Of AdRuleAction::__construct