View/Helper/ServerUrl.php
Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled
with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://framework.zend.com/license/new-bsd
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to license@zend.com so we can send you a copy immediately.
- Category
- Zend
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_View
- Subpackage
- Helper
- Version
- $Id$
\Zend_View_Helper_ServerUrl
Package: Zend_View\Helper
Helper for returning the current server URL (optionally with request URI)
- Category
- Zend
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
Properties
Methods
getScheme() : string
Returns scheme (typically http or https)
Returns
Type | Description |
---|---|
string | scheme (typically http or https) |
serverUrl(string | boolean $requestUri = null) : string
View helper entry point: Returns the current host's URL like http://site.com
Parameters
Returns
Name | Type | Description |
---|---|---|
$requestUri | string | boolean | [optional] if true, the request URI
|
Type | Description |
---|---|
string | server url |
setHost(string $host) : \Zend_View_Helper_ServerUrl
Sets host
Parameters
Returns
Name | Type | Description |
---|---|---|
$host | string | new host |
Type | Description |
---|---|
\Zend_View_Helper_ServerUrl | fluent interface, returns self |
setScheme(string $scheme) : \Zend_View_Helper_ServerUrl
Sets scheme (typically http or https)
Parameters
Returns
Name | Type | Description |
---|---|---|
$scheme | string | new scheme (typically http or https) |
Type | Description |
---|---|
\Zend_View_Helper_ServerUrl | fluent interface, returns self |