示例#1
0
 function Plugins_DeliveryLimitations_Geo_City()
 {
     parent::Plugins_DeliveryLimitations();
     $this->nameEnglish = 'Geo - Country / City';
 }
 function Plugins_DeliveryLimitations_Client_Useragent()
 {
     parent::Plugins_DeliveryLimitations();
     $this->columnName = 'user_agent';
     $this->nameEnglish = 'Client - Useragent';
 }
 function Plugins_DeliveryLimitations_Site_Source()
 {
     parent::Plugins_DeliveryLimitations();
     $this->columnName = 'channel';
     $this->nameEnglish = 'Site - Source';
 }