deprecated |
[2012-09-06] Use cUriBuilderCustom instead of this class. |
Methods
Builds a URL in index-a-1.html style.
buildUrl(array $aParams, bool $bUseAbsolutePath, array $aConfig) : void
Inherited
Index keys of $aParams will be used as "a", corresponding values as "1"
in this sample.
inherited_from |
\cUriBuilderCustom::buildUrl() |
Parameters
$aParams
array
$bUseAbsolutePath
bool
$aConfig
array
If not set, will use UriBuilderConfig::getConfig()
Exceptions
Return http base path, e.g.
getHttpBasePath() : string
Inherited
inherited_from |
\cUriBuilder::getHttpBasePath() |
inherited_from |
\cUriBuilderCustom::getHttpBasePath() |
Returns
string
Get instance of self
getInstance() : \cUriBuilderCustom
Static
It is meant to be an abstract function but not declared as abstract,
because PHP Strict Standards are against abstract static functions.
deprecated |
2012-09-06 this function is not supported any longer
use function located in cUriBuilderCustom instead of this
function |
Exceptions
Returns
Return built URL
getUrl() : string
Inherited
inherited_from |
\cUriBuilder::getUrl() |
inherited_from |
\cUriBuilderCustom::getUrl() |
Returns
string
Set http base path, e.g.
setHttpBasePath($sBasePath) : void
Inherited
inherited_from |
\cUriBuilder::setHttpBasePath() |
inherited_from |
\cUriBuilderCustom::setHttpBasePath() |
Parameters
$sBasePath
Constructor
__construct() : void
deprecated |
2012-09-06 this function is not supported any longer
use function located in cUriBuilderCustom instead of this
function |
Properties
$sHttpBasePath : string
Inherited
inherited_from |
\cUriBuilder::$$sHttpBasePath |
inherited_from |
\cUriBuilderCustom::$$sHttpBasePath |
$sUrl : string
Inherited
inherited_from |
\cUriBuilder::$$sUrl |
inherited_from |
\cUriBuilderCustom::$$sUrl |
$aConfig : array
Inherited
inherited_from |
\cUriBuilderCustom::$$aConfig |