Detailed Description
Definition at line 32 of file ServerUrl.php.
Constructor & Destructor Documentation
Member Function Documentation
Returns scheme (typically http or https)
- Returns:
- string scheme (typically http or https)
Definition at line 128 of file ServerUrl.php.
serverUrl |
( |
$ |
requestUri = null ) |
|
View helper entry point: Returns the current host's URL like http://site.com
- Parameters:
-
string | boolean | $requestUri | [optional] if true, the request URI found in $_SERVER will be appended as a path. If a string is given, it will be appended as a path. Default is to not append any path. |
- Returns:
- string server url
Definition at line 88 of file ServerUrl.php.
Sets scheme (typically http or https)
- Parameters:
-
string | $scheme | new scheme (typically http or https) |
- Returns:
- Zend_View_Helper_ServerUrl fluent interface, returns self
Definition at line 139 of file ServerUrl.php.
The documentation for this class was generated from the following file:
- E:/E/GEAMP/www/openbiz/openbiz/others/Zend/View/Helper/ServerUrl.php