Exemple #1
0
 protected function parse()
 {
     parent::parse();
     // XXX ???
     $this->space = new h\string($this->path);
     $this->space = $this->space->tail(1);
 }
Exemple #2
0
 public function __construct()
 {
     parent::__construct();
     $this->port = static::default_port;
 }