Ejemplo n.º 1
0
 function __construct($headers, $options)
 {
     $this->agent = $options['agent'];
     $this->args = $options['args'];
     $this->lang = isset($options['lang']) ? $options['lang'] : p::__LANG__();
     parent::__construct($headers, $options);
 }