CreativeWrapperAction::__construct PHP Метод

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

public __construct ( )
        public function __construct()
        {
        }

Usage Example

 public function __construct($CreativeWrapperActionType = NULL)
 {
     parent::__construct();
     $this->CreativeWrapperActionType = $CreativeWrapperActionType;
 }
All Usage Examples Of CreativeWrapperAction::__construct