Lines Matching refs:base
762 $base = "$scheme://";
764 $base = "$base{$this->getHost()}";
771 $base = "$base{$path}";
775 return $base;
785 $base = "$scheme:";
787 $base = "$base{$this->getPath()}";
792 $base = "$base?{$this->getQueryString()}";
797 $base = "$base#{$this->getFragment()}";
801 return $base;
830 $base = "";
833 $base = "{$scheme}://";
835 $base = "$base{$host}";
837 $base = "$base:{$this->getPort()}";
843 $base = "{$scheme}:";
848 $base = "$base{$this->getAbsolutePath()}";
854 $base = "$base?{$this->getQueryString($ampersand)}";
860 $base = "$base#{$this->getFragment()}";
864 return $base;