function __construct()
 {
     parent::__construct();
     $phpSniff = new phpSniff('', false);
     $this->setAValues($phpSniff->_browsers);
     $this->nameEnglish = 'Client - Browser';
 }
 function __construct()
 {
     parent::__construct();
     $this->nameEnglish = 'Geo - Country';
 }
 function __construct()
 {
     parent::__construct();
     $this->nameEnglish = 'Site - Channel';
 }
 function __construct()
 {
     parent::__construct();
     $this->nameEnglish = 'Geo - Net Speed';
 }
 function __construct()
 {
     parent::__construct();
     $this->nameEnglish = 'Geo - Latitude/Longitude';
 }
 function __construct()
 {
     parent::__construct();
     $this->nameEnglish = 'Geo - Continent';
 }
 function __construct()
 {
     parent::__construct();
     $this->nameEnglish = 'GEO - Designated Market Area';
 }
 /**
  * Initializes the object with range $min - $max.
  *
  * @param int $min
  * @param int $max
  * @return Plugins_DeliveryLimitations_Time_Base
  */
 function Plugins_DeliveryLimitations_Time_Base($min, $max)
 {
     parent::__construct();
     $this->setAValues(range($min, $max));
 }
 function __construct()
 {
     parent::__construct();
     $this->nameEnglish = 'Client - Language';
 }
示例#10
0
 function __construct()
 {
     parent::__construct();
     $this->nameEnglish = 'Client - Operating system';
 }