public function __construct() { $this->_user = h\string(''); $this->_password = h\string(''); $this->_host = new h\uri\host(); parent::__construct(); }
public function __construct(expression $expression, h\string $subject) { $this->_expression = clone $expression; $this->_subject = clone $subject; parent::__construct(); $this->do_execute(); }
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)); }
public function __construct() { $this->_segments = new h\collection(); parent::__construct(); }
public function __construct(h\string $charset) { parent::__construct(); }
public function __construct() { $this->_object = new h\object_public(); parent::__construct(); }
public function __construct() { parent::__construct(); }