AdRuleAction::__construct PHP Метод

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

public __construct ( )
        public function __construct()
        {
        }

Usage Example

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