public function __construct($options)
 {
     parent::__construct($options);
     if (isset($options['supplService'])) {
         $this->_supplService = $options['supplService'];
     }
 }
Beispiel #2
0
 public function __construct($options = null)
 {
     $this->_messageTemplates[self::INCOMPATIBLE_IP] = "'%value%' ipType does not appear to have a compatible IP";
     parent::__construct($options);
 }