Exemplo n.º 1
0
 /**
  * Class constructor.
  *
  * @param array $opts
  */
 public function __construct($opts = null)
 {
     parent::__construct($opts);
     if (is_array($opts) && array_key_exists('timeout', $opts)) {
         $this->timeout = intval($opts['timeout']);
     }
 }