示例#1
0
 public function __construct()
 {
     $this->_user = h\string('');
     $this->_password = h\string('');
     $this->_host = new h\uri\host();
     parent::__construct();
 }
示例#2
0
 public function __construct(expression $expression, h\string $subject)
 {
     $this->_expression = clone $expression;
     $this->_subject = clone $subject;
     parent::__construct();
     $this->do_execute();
 }
示例#3
0
 public function __construct(h\string $pattern, h\string $delimiter = null)
 {
     $this->_delimiter = is_null($delimiter) ? h\string(static::default_delemeter) : $delimiter;
     $this->_pattern = new h\string();
     parent::__construct();
     $this->_pattern = $pattern;
     $this->escaper = new escaper(h\string($pattern->charset));
 }
示例#4
0
 public function __construct()
 {
     $this->_segments = new h\collection();
     parent::__construct();
 }
示例#5
0
 public function __construct(h\string $charset)
 {
     parent::__construct();
 }
示例#6
0
 public function __construct()
 {
     $this->_object = new h\object_public();
     parent::__construct();
 }
示例#7
0
 public function __construct()
 {
     parent::__construct();
 }