AdRuleAction::__construct PHP Method

__construct() public method

public __construct ( )
        public function __construct()
        {
        }

Usage Example

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