Element index for namespace Nette-Web

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ l ] [ m ] [ o ] [ p ] [ q ] [ r ] [ s ] [ t ] [ u ] [ v ] [ w ] [ x ] [ _ ]

_

__call
in file Ftp.php, method Ftp::__call()
    Magic method (do not call directly).
__call
in file Html.php, method Html::__call()
    Overloaded setter for element's attribute.
__clone
in file Html.php, method Html::__clone()
    Clones all children too.
__construct
in file SessionNamespace.php, method SessionNamespace::__construct()
    Do not call directly. Use Session::getNamespace().
__construct
in file Uri.php, method Uri::__construct()
__construct
in file User.php, method User::__construct()
__construct
in file Ftp.php, method Ftp::__construct()
__construct
in file HttpUploadedFile.php, method HttpUploadedFile::__construct()
__destruct
in file HttpResponse.php, method HttpResponse::__destruct()
__get
in file Html.php, method Html::__get()
    Overloaded getter for element's attribute.
__get
in file SessionNamespace.php, method SessionNamespace::__get()
    Gets a variable from this session namespace.
__isset
in file SessionNamespace.php, method SessionNamespace::__isset()
    Determines whether a variable in this session namespace is set.
__set
in file Html.php, method Html::__set()
    Overloaded setter for element's attribute.
__set
in file SessionNamespace.php, method SessionNamespace::__set()
    Sets a variable in this session namespace.
__toString
in file Uri.php, method Uri::__toString()
__toString
in file HttpUploadedFile.php, method HttpUploadedFile::__toString()
    Returns the path to an uploaded file.
__toString
in file Html.php, method Html::__toString()
__unset
in file Html.php, method Html::__unset()
    Overloaded unsetter for element's attribute.
__unset
in file SessionNamespace.php, method SessionNamespace::__unset()
    Unsets a variable in this session namespace.
top

a

$attrs
in file Html.php, variable Html::$attrs
$authenticatedRole
in file User.php, variable User::$authenticatedRole
add
in file Html.php, method Html::add()
    Adds new element's child.
addHeader
in file IHttpResponse.php, method IHttpResponse::addHeader()
    Adds HTTP header.
addHeader
in file HttpResponse.php, method HttpResponse::addHeader()
    Adds HTTP header.
addUriFilter
in file HttpRequest.php, method HttpRequest::addUriFilter()
    Sets request URI filter.
appendQuery
in file Uri.php, method Uri::appendQuery()
    Appends the query part of URI.
ASCII
in file Ftp.php, class constant Ftp::ASCII
    FTP constant alias
attributes
in file Html.php, method Html::attributes()
    Returns element's attributes.
authenticate
in file User.php, method User::authenticate()
    deprecated method - use login(), logout(), isLoggedIn()
AUTORESUME
in file Ftp.php, class constant Ftp::AUTORESUME
    FTP constant alias
AUTOSEEK
in file Ftp.php, class constant Ftp::AUTOSEEK
    FTP constant alias
top

b

BINARY
in file Ftp.php, class constant Ftp::BINARY
    FTP constant alias
BROWSER
in file IHttpResponse.php, class constant IHttpResponse::BROWSER
BROWSER_CLOSED
in file User.php, class constant User::BROWSER_CLOSED
    log-out reason User::getLogoutReason()
top

c

$children
in file Html.php, variable Html::$children
$cookieDomain
in file HttpResponse.php, variable HttpResponse::$cookieDomain
$cookiePath
in file HttpResponse.php, variable HttpResponse::$cookiePath
$cookies
in file HttpRequest.php, variable HttpRequest::$cookies
$cookieSecure
in file HttpResponse.php, variable HttpResponse::$cookieSecure
canonicalize
in file Uri.php, method Uri::canonicalize()
    Transform to canonical form.
clean
in file Session.php, method Session::clean()
    Cleans and minimizes meta structures.
close
in file Session.php, method Session::close()
    Ends the current session and store session data.
count
in file Html.php, method RecursiveHtmlIterator::count()
    Returns the count of elements.
count
in file Html.php, method Html::count()
    Required by the \Countable interface.
create
in file Html.php, method Html::create()
    Creates and adds a new Html child.
top

d

$defaultPorts
in file Uri.php, variable Uri::$defaultPorts
date
in file HttpResponse.php, method HttpResponse::date()
    Returns HTTP valid date format.
DEFAULT_FILE_LIFETIME
in file Session.php, class constant Session::DEFAULT_FILE_LIFETIME
    Default file lifetime is 3 hours
DELETE
in file IHttpRequest.php, class constant IHttpRequest::DELETE
    HTTP request method
deleteCookie
in file IHttpResponse.php, method IHttpResponse::deleteCookie()
    Deletes a cookie.
deleteCookie
in file HttpResponse.php, method HttpResponse::deleteCookie()
    Deletes a cookie.
destroy
in file Session.php, method Session::destroy()
    Destroys all data registered to a session.
detectLanguage
in file HttpRequest.php, method HttpRequest::detectLanguage()
    Parse Accept-Language header and returns prefered language.
detectUri
in file HttpRequest.php, method HttpRequest::detectUri()
    Detects uri, base path and script path of the request.
top

e

$emptyElements
in file Html.php, variable Html::$emptyElements
$encoding
in file HttpRequest.php, variable HttpRequest::$encoding
el
in file Html.php, method Html::el()
    Static factory.
enableCompression
in file HttpResponse.php, method HttpResponse::enableCompression()
    Enables compression. (warning: may not work)
endTag
in file Html.php, method Html::endTag()
    Returns element's end tag.
exists
in file Session.php, method Session::exists()
    Does session exists for the current request?
expire
in file HttpResponse.php, method HttpResponse::expire()
top

f

$files
in file HttpRequest.php, variable HttpRequest::$files
FAILED
in file Ftp.php, class constant Ftp::FAILED
    FTP constant alias
fileExists
in file Ftp.php, method Ftp::fileExists()
    Checks if file or directory exists.
FINISHED
in file Ftp.php, class constant Ftp::FINISHED
    FTP constant alias
Ftp
in file Ftp.php, class Ftp
    Access to a FTP server.
FtpException
in file Ftp.php, class FtpException
    FTP server exception.
Ftp.php
procedural page Ftp.php
top

g

$guestRole
in file User.php, variable User::$guestRole
GET
in file IHttpRequest.php, class constant IHttpRequest::GET
    HTTP request method
getAbsoluteUri
in file Uri.php, method Uri::getAbsoluteUri()
    Returns the entire URI including query string and fragment.
getAuthenticationHandler
in file User.php, method User::getAuthenticationHandler()
    Returns authentication handler.
getAuthenticationHandler
in file IUser.php, method IUser::getAuthenticationHandler()
    Returns authentication handler.
getAuthority
in file Uri.php, method Uri::getAuthority()
    Returns the [user[:pass]@]host[:port] part of URI.
getAuthorizationHandler
in file User.php, method User::getAuthorizationHandler()
    Returns current authorization handler.
getAuthorizationHandler
in file IUser.php, method IUser::getAuthorizationHandler()
    Returns current authorization handler.
getBasePath
in file UriScript.php, method UriScript::getBasePath()
    Returns the base-path.
getBaseUri
in file UriScript.php, method UriScript::getBaseUri()
    Returns the base-URI.
getChildren
in file Html.php, method RecursiveHtmlIterator::getChildren()
    The sub-iterator for the current element.
getChildren
in file Html.php, method Html::getChildren()
    Returns all of children.
getCode
in file IHttpResponse.php, method IHttpResponse::getCode()
    Returns HTTP response code.
getCode
in file HttpResponse.php, method HttpResponse::getCode()
    Returns HTTP response code.
getContentType
in file HttpUploadedFile.php, method HttpUploadedFile::getContentType()
    Returns the MIME content type of an uploaded file.
getCookie
in file IHttpRequest.php, method IHttpRequest::getCookie()
    Returns variable provided to the script via HTTP cookies.
getCookie
in file HttpRequest.php, method HttpRequest::getCookie()
    Returns variable provided to the script via HTTP cookies.
getCookieParams
in file Session.php, method Session::getCookieParams()
    Returns the session cookie parameters.
getCookies
in file HttpRequest.php, method HttpRequest::getCookies()
    Returns variables provided to the script via HTTP cookies.
getCookies
in file IHttpRequest.php, method IHttpRequest::getCookies()
    Returns variables provided to the script via HTTP cookies.
getError
in file HttpUploadedFile.php, method HttpUploadedFile::getError()
    Returns the error code. http://php.net/manual/en/features.file-upload.errors.php
getFile
in file HttpRequest.php, method HttpRequest::getFile()
    Returns uploaded file.
getFile
in file IHttpRequest.php, method IHttpRequest::getFile()
    Returns uploaded file.
getFiles
in file IHttpRequest.php, method IHttpRequest::getFiles()
    Returns uploaded files.
getFiles
in file HttpRequest.php, method HttpRequest::getFiles()
    Returns uploaded files.
getFragment
in file Uri.php, method Uri::getFragment()
    Returns the fragment part of URI.
getHeader
in file IHttpRequest.php, method IHttpRequest::getHeader()
    Return the value of the HTTP header. Pass the header name as the plain, HTTP-specified header name (e.g. 'Accept-Encoding').
getHeader
in file HttpRequest.php, method HttpRequest::getHeader()
    Return the value of the HTTP header. Pass the header name as the plain, HTTP-specified header name (e.g. 'Accept-Encoding').
getHeader
in file HttpResponse.php, method HttpResponse::getHeader()
    Return the value of the HTTP header.
getHeaders
in file IHttpRequest.php, method IHttpRequest::getHeaders()
    Returns all HTTP headers.
getHeaders
in file HttpResponse.php, method HttpResponse::getHeaders()
    Returns a list of headers to sent.
getHeaders
in file IHttpResponse.php, method IHttpResponse::getHeaders()
    Returns a list of headers to sent.
getHeaders
in file HttpRequest.php, method HttpRequest::getHeaders()
    Returns all HTTP headers.
getHost
in file Uri.php, method Uri::getHost()
    Returns the host part of URI.
getHostUri
in file Uri.php, method Uri::getHostUri()
    Returns the scheme and authority part of URI.
getHtml
in file Html.php, method Html::getHtml()
    Returns element's HTML content.
getHttpRequest
in file Session.php, method Session::getHttpRequest()
getHttpResponse
in file Session.php, method Session::getHttpResponse()
getId
in file Session.php, method Session::getId()
    Returns the current session ID. Don't make dependencies, can be changed for each request.
getIdentity
in file User.php, method User::getIdentity()
    Returns current user identity, if any.
getIdentity
in file IUser.php, method IUser::getIdentity()
    Returns current user identity, if any.
getImage
in file HttpUploadedFile.php, method HttpUploadedFile::getImage()
    Returns the image.
getImageSize
in file HttpUploadedFile.php, method HttpUploadedFile::getImageSize()
    Returns the dimensions of an uploaded image as array.
getIterator
in file Html.php, method Html::getIterator()
    Iterates over a elements.
getIterator
in file Session.php, method Session::getIterator()
    Iteration over all namespaces.
getIterator
in file SessionNamespace.php, method SessionNamespace::getIterator()
    Returns an iterator over all namespace variables.
getLogoutReason
in file User.php, method User::getLogoutReason()
    Why was user logged out?
getMethod
in file IHttpRequest.php, method IHttpRequest::getMethod()
    Returns HTTP request method (GET, POST, HEAD, PUT, ...). The method is case-sensitive.
getMethod
in file HttpRequest.php, method HttpRequest::getMethod()
    Returns HTTP request method (GET, POST, HEAD, PUT, ...). The method is case-sensitive.
getName
in file Session.php, method Session::getName()
    Gets the session name.
getName
in file HttpUploadedFile.php, method HttpUploadedFile::getName()
    Returns the file name.
getName
in file Html.php, method Html::getName()
    Returns element's name.
getNamespace
in file Session.php, method Session::getNamespace()
    Returns specified session namespace.
getNamespace
in file IUser.php, method IUser::getNamespace()
    Returns current namespace.
getNamespace
in file User.php, method User::getNamespace()
    Returns current namespace.
getOptions
in file Session.php, method Session::getOptions()
    Returns all session options.
getOriginalUri
in file HttpRequest.php, method HttpRequest::getOriginalUri()
    Returns URL object.
getPass
in file Uri.php, method Uri::getPass()
getPassword
in file Uri.php, method Uri::getPassword()
    Returns the password part of URI.
getPath
in file Uri.php, method Uri::getPath()
    Returns the path part of URI.
getPathInfo
in file UriScript.php, method UriScript::getPathInfo()
    Returns the additional path information.
getPort
in file Uri.php, method Uri::getPort()
    Returns the port part of URI.
getPost
in file HttpRequest.php, method HttpRequest::getPost()
    Returns variable provided to the script via POST method ($_POST).
getPost
in file IHttpRequest.php, method IHttpRequest::getPost()
    Returns variable provided to the script via POST method ($_POST).
getPostRaw
in file IHttpRequest.php, method IHttpRequest::getPostRaw()
    Returns HTTP POST data in raw format (only for "application/x-www-form-urlencoded").
getPostRaw
in file HttpRequest.php, method HttpRequest::getPostRaw()
    Returns HTTP POST data in raw format (only for "application/x-www-form-urlencoded").
getQuery
in file HttpRequest.php, method HttpRequest::getQuery()
    Returns variable provided to the script via URL query ($_GET).
getQuery
in file Uri.php, method Uri::getQuery()
    Returns the query part of URI.
getQuery
in file IHttpRequest.php, method IHttpRequest::getQuery()
    Returns variable provided to the script via URL query ($_GET).
getReferer
in file HttpRequest.php, method HttpRequest::getReferer()
    Returns referrer.
getRelativeUri
in file UriScript.php, method UriScript::getRelativeUri()
    Returns the relative-URI.
getRemoteAddress
in file IHttpRequest.php, method IHttpRequest::getRemoteAddress()
    Returns the IP address of the remote client.
getRemoteAddress
in file HttpRequest.php, method HttpRequest::getRemoteAddress()
    Returns the IP address of the remote client.
getRemoteHost
in file HttpRequest.php, method HttpRequest::getRemoteHost()
    Returns the host of the remote client.
getRemoteHost
in file IHttpRequest.php, method IHttpRequest::getRemoteHost()
    Returns the host of the remote client.
getRequest
in file HttpContext.php, method HttpContext::getRequest()
getResponse
in file HttpContext.php, method HttpContext::getResponse()
getRoles
in file IUser.php, method IUser::getRoles()
    Returns a list of roles that a user has been granted.
getRoles
in file User.php, method User::getRoles()
    Returns a list of effective roles that a user has been granted.
getScheme
in file Uri.php, method Uri::getScheme()
    Returns the scheme part of URI.
getScriptPath
in file UriScript.php, method UriScript::getScriptPath()
    Returns the script-path part of URI.
getSession
in file User.php, method User::getSession()
    Returns session handler.
getSessionNamespace
in file User.php, method User::getSessionNamespace()
    Returns and initializes $this->session.
getSignOutReason
in file User.php, method User::getSignOutReason()
    deprecated method - use login(), logout(), isLoggedIn()
getSize
in file HttpUploadedFile.php, method HttpUploadedFile::getSize()
    Returns the size of an uploaded file.
getTemporaryFile
in file HttpUploadedFile.php, method HttpUploadedFile::getTemporaryFile()
    Returns the path to an uploaded file.
getText
in file Html.php, method Html::getText()
    Returns element's textual content.
getUri
in file HttpRequest.php, method HttpRequest::getUri()
    Returns URL object.
getUri
in file IHttpRequest.php, method IHttpRequest::getUri()
    Returns URL object.
getUriFilters
in file HttpRequest.php, method HttpRequest::getUriFilters()
    Returns request URI filter.
getUser
in file Uri.php, method Uri::getUser()
    Returns the user name part of URI.
top

h

$headers
in file HttpRequest.php, variable HttpRequest::$headers
hasNamespace
in file Session.php, method Session::hasNamespace()
    Checks if a session namespace exist and is not empty.
HEAD
in file IHttpRequest.php, class constant IHttpRequest::HEAD
    HTTP request method
href
in file Html.php, method Html::href()
    Special setter for element's attribute.
Html
in file Html.php, class Html
    HTML helper.
HttpContext
in file HttpContext.php, class HttpContext
    HTTP-specific tasks.
HttpRequest
in file HttpRequest.php, class HttpRequest
    HttpRequest provides access scheme for request sent via HTTP.
HttpResponse
in file HttpResponse.php, class HttpResponse
    HttpResponse class.
HttpUploadedFile
in file HttpUploadedFile.php, class HttpUploadedFile
    Provides access to individual files that have been uploaded by a client.
Html.php
procedural page Html.php
HttpContext.php
procedural page HttpContext.php
HttpRequest.php
procedural page HttpRequest.php
HttpResponse.php
procedural page HttpResponse.php
HttpUploadedFile.php
procedural page HttpUploadedFile.php
top

i

IHttpRequest
in file IHttpRequest.php, class IHttpRequest
    IHttpRequest provides access scheme for request sent via HTTP.
IHttpResponse
in file IHttpResponse.php, class IHttpResponse
    IHttpResponse interface.
IMAGE
in file Ftp.php, class constant Ftp::IMAGE
    FTP constant alias
INACTIVITY
in file User.php, class constant User::INACTIVITY
    log-out reason User::getLogoutReason()
initialize
in file HttpRequest.php, method HttpRequest::initialize()
    Initializes $this->query, $this->files, $this->cookies and $this->files arrays
insert
in file Html.php, method Html::insert()
    Inserts child node.
isAjax
in file IHttpRequest.php, method IHttpRequest::isAjax()
    Is AJAX request?
isAjax
in file HttpRequest.php, method HttpRequest::isAjax()
    Is AJAX request?
isAllowed
in file IUser.php, method IUser::isAllowed()
    Has a user access to the Resource?
isAllowed
in file User.php, method User::isAllowed()
    Has a user effective access to the Resource? If $resource is NULL, then the query applies to all resources.
isAuthenticated
in file User.php, method User::isAuthenticated()
    deprecated method - use login(), logout(), isLoggedIn()
isDir
in file Ftp.php, method Ftp::isDir()
    Checks if directory exists.
isEmpty
in file Html.php, method Html::isEmpty()
    Is element empty?
isEqual
in file Uri.php, method Uri::isEqual()
    URI comparsion (this object must be in canonical form).
isImage
in file HttpUploadedFile.php, method HttpUploadedFile::isImage()
    Is uploaded file GIF, PNG or JPEG?
isInRole
in file IUser.php, method IUser::isInRole()
    Is a user in the specified role?
isInRole
in file User.php, method User::isInRole()
    Is a user in the specified effective role?
isLoggedIn
in file IUser.php, method IUser::isLoggedIn()
    Is this user authenticated?
isLoggedIn
in file User.php, method User::isLoggedIn()
    Is this user authenticated?
isMethod
in file IHttpRequest.php, method IHttpRequest::isMethod()
    Checks HTTP request method.
isMethod
in file HttpRequest.php, method HttpRequest::isMethod()
    Checks if the request method is the given one.
isModified
in file HttpContext.php, method HttpContext::isModified()
    Attempts to cache the sent entity by its last modification date
isOk
in file HttpUploadedFile.php, method HttpUploadedFile::isOk()
    Is there any error?
isPost
in file HttpRequest.php, method HttpRequest::isPost()
    Checks if the request method is POST.
isSecured
in file IHttpRequest.php, method IHttpRequest::isSecured()
    Is the request is sent via secure channel (https).
isSecured
in file HttpRequest.php, method HttpRequest::isSecured()
    Is the request is sent via secure channel (https).
isSent
in file HttpResponse.php, method HttpResponse::isSent()
    Checks if headers have been sent.
isSent
in file IHttpResponse.php, method IHttpResponse::isSent()
    Checks if headers have been sent.
isStarted
in file Session.php, method Session::isStarted()
    Has been session started?
IUser
in file IUser.php, class IUser
    User authentication and authorization.
IHttpRequest.php
procedural page IHttpRequest.php
IHttpResponse.php
procedural page IHttpResponse.php
IUser.php
procedural page IUser.php
top

l

login
in file User.php, method User::login()
    Conducts the authentication process.
login
in file IUser.php, method IUser::login()
    Conducts the authentication process.
logout
in file User.php, method User::logout()
    Logs out the user from the current session.
logout
in file IUser.php, method IUser::logout()
    Logs out the user from the current session.
top

m

MANUAL
in file User.php, class constant User::MANUAL
    log-out reason User::getLogoutReason()
mkDirRecursive
in file Ftp.php, method Ftp::mkDirRecursive()
    Recursive creates directories.
MOREDATA
in file Ftp.php, class constant Ftp::MOREDATA
    FTP constant alias
move
in file HttpUploadedFile.php, method HttpUploadedFile::move()
    Move uploaded file to new location.
top

o

$onAuthenticated
in file User.php, variable User::$onAuthenticated
$onLoggedIn
in file User.php, variable User::$onLoggedIn
$onLoggedOut
in file User.php, variable User::$onLoggedOut
$onSignedOut
in file User.php, variable User::$onSignedOut
$originalUri
in file HttpRequest.php, variable HttpRequest::$originalUri
offsetExists
in file Html.php, method Html::offsetExists()
    Exists child node? (\ArrayAccess implementation).
offsetExists
in file SessionNamespace.php, method SessionNamespace::offsetExists()
    Determines whether a variable in this session namespace is set.
offsetGet
in file SessionNamespace.php, method SessionNamespace::offsetGet()
    Gets a variable from this session namespace.
offsetGet
in file Html.php, method Html::offsetGet()
    Returns child node (\ArrayAccess implementation).
offsetSet
in file SessionNamespace.php, method SessionNamespace::offsetSet()
    Sets a variable in this session namespace.
offsetSet
in file Html.php, method Html::offsetSet()
    Inserts (replaces) child node (\ArrayAccess implementation).
offsetUnset
in file Html.php, method Html::offsetUnset()
    Removes child node (\ArrayAccess implementation).
offsetUnset
in file SessionNamespace.php, method SessionNamespace::offsetUnset()
    Unsets a variable in this session namespace.
top

p

$post
in file HttpRequest.php, variable HttpRequest::$post
PERMANENT
in file IHttpResponse.php, class constant IHttpResponse::PERMANENT
POST
in file IHttpRequest.php, class constant IHttpRequest::POST
    HTTP request method
PUT
in file IHttpRequest.php, class constant IHttpRequest::PUT
    HTTP request method
top

q

$query
in file HttpRequest.php, variable HttpRequest::$query
top

r

reconnect
in file Ftp.php, method Ftp::reconnect()
    Reconnects to FTP server.
RecursiveHtmlIterator
in file Html.php, class RecursiveHtmlIterator
    Recursive HTML element iterator. See Html::getIterator().
redirect
in file IHttpResponse.php, method IHttpResponse::redirect()
    Redirects to a new URL.
redirect
in file HttpResponse.php, method HttpResponse::redirect()
    Redirects to a new URL. Note: call exit() after it.
regenerateId
in file Session.php, method Session::regenerateId()
    Regenerates the session ID.
remove
in file SessionNamespace.php, method SessionNamespace::remove()
    Cancels the current session namespace.
removeChildren
in file Html.php, method Html::removeChildren()
    Removed all children.
removeExpiration
in file SessionNamespace.php, method SessionNamespace::removeExpiration()
    Removes the expiration from the namespace or specific variables.
render
in file Html.php, method Html::render()
    Renders element's start tag, content and end tag.
top

s

S200_OK
in file IHttpResponse.php, class constant IHttpResponse::S200_OK
    HTTP 1.1 response code
S204_NO_CONTENT
in file IHttpResponse.php, class constant IHttpResponse::S204_NO_CONTENT
    HTTP 1.1 response code
S300_MULTIPLE_CHOICES
in file IHttpResponse.php, class constant IHttpResponse::S300_MULTIPLE_CHOICES
    HTTP 1.1 response code
S301_MOVED_PERMANENTLY
in file IHttpResponse.php, class constant IHttpResponse::S301_MOVED_PERMANENTLY
    HTTP 1.1 response code
S302_FOUND
in file IHttpResponse.php, class constant IHttpResponse::S302_FOUND
    HTTP 1.1 response code
S303_POST_GET
in file IHttpResponse.php, class constant IHttpResponse::S303_POST_GET
    HTTP 1.1 response code
S303_SEE_OTHER
in file IHttpResponse.php, class constant IHttpResponse::S303_SEE_OTHER
    HTTP 1.1 response code
S304_NOT_MODIFIED
in file IHttpResponse.php, class constant IHttpResponse::S304_NOT_MODIFIED
    HTTP 1.1 response code
S307_TEMPORARY_REDIRECT
in file IHttpResponse.php, class constant IHttpResponse::S307_TEMPORARY_REDIRECT
    HTTP 1.1 response code
S400_BAD_REQUEST
in file IHttpResponse.php, class constant IHttpResponse::S400_BAD_REQUEST
    HTTP 1.1 response code
S401_UNAUTHORIZED
in file IHttpResponse.php, class constant IHttpResponse::S401_UNAUTHORIZED
    HTTP 1.1 response code
S403_FORBIDDEN
in file IHttpResponse.php, class constant IHttpResponse::S403_FORBIDDEN
    HTTP 1.1 response code
S404_NOT_FOUND
in file IHttpResponse.php, class constant IHttpResponse::S404_NOT_FOUND
    HTTP 1.1 response code
S405_METHOD_NOT_ALLOWED
in file IHttpResponse.php, class constant IHttpResponse::S405_METHOD_NOT_ALLOWED
    HTTP 1.1 response code
S410_GONE
in file IHttpResponse.php, class constant IHttpResponse::S410_GONE
    HTTP 1.1 response code
S500_INTERNAL_SERVER_ERROR
in file IHttpResponse.php, class constant IHttpResponse::S500_INTERNAL_SERVER_ERROR
    HTTP 1.1 response code
S501_NOT_IMPLEMENTED
in file IHttpResponse.php, class constant IHttpResponse::S501_NOT_IMPLEMENTED
    HTTP 1.1 response code
S503_SERVICE_UNAVAILABLE
in file IHttpResponse.php, class constant IHttpResponse::S503_SERVICE_UNAVAILABLE
    HTTP 1.1 response code
Session
in file Session.php, class Session
    Provides access to session namespaces as well as session settings and management methods.
SessionNamespace
in file SessionNamespace.php, class SessionNamespace
    Session namespace for Session.
setAuthenticated
in file User.php, method User::setAuthenticated()
    Sets the authenticated status of this user.
setAuthenticationHandler
in file User.php, method User::setAuthenticationHandler()
    Sets authentication handler.
setAuthenticationHandler
in file IUser.php, method IUser::setAuthenticationHandler()
    Sets authentication handler.
setAuthorizationHandler
in file User.php, method User::setAuthorizationHandler()
    Sets authorization handler.
setAuthorizationHandler
in file IUser.php, method IUser::setAuthorizationHandler()
    Sets authorization handler.
setCode
in file IHttpResponse.php, method IHttpResponse::setCode()
    Sets HTTP response code.
setCode
in file HttpResponse.php, method HttpResponse::setCode()
    Sets HTTP response code.
setContentType
in file IHttpResponse.php, method IHttpResponse::setContentType()
    Sends a Content-type HTTP header.
setContentType
in file HttpResponse.php, method HttpResponse::setContentType()
    Sends a Content-type HTTP header.
setCookie
in file HttpResponse.php, method HttpResponse::setCookie()
    Sends a cookie.
setCookie
in file IHttpResponse.php, method IHttpResponse::setCookie()
    Sends a cookie.
setCookieParams
in file Session.php, method Session::setCookieParams()
    Sets the session cookie parameters.
setEncoding
in file HttpRequest.php, method HttpRequest::setEncoding()
    Recursively converts and checks encoding.
setExpiration
in file User.php, method User::setExpiration()
    Enables log out after inactivity.
setExpiration
in file SessionNamespace.php, method SessionNamespace::setExpiration()
    Sets the expiration of the namespace or specific variables.
setExpiration
in file Session.php, method Session::setExpiration()
    Sets the amount of time allowed between requests before the session will be terminated.
setExpiration
in file IHttpResponse.php, method IHttpResponse::setExpiration()
    Sets the number of seconds before a page cached on a browser expires.
setExpiration
in file HttpResponse.php, method HttpResponse::setExpiration()
    Sets the number of seconds before a page cached on a browser expires.
setFragment
in file Uri.php, method Uri::setFragment()
    Sets the fragment part of URI.
setHeader
in file HttpResponse.php, method HttpResponse::setHeader()
    Sends a HTTP header and replaces a previous one.
setHeader
in file IHttpResponse.php, method IHttpResponse::setHeader()
    Sends a HTTP header and replaces a previous one.
setHost
in file Uri.php, method Uri::setHost()
    Sets the host part of URI.
setHtml
in file Html.php, method Html::setHtml()
    Sets element's HTML content.
setIdentity
in file User.php, method User::setIdentity()
    Sets the user identity.
setName
in file Session.php, method Session::setName()
    Sets the session name to a specified one.
setName
in file Html.php, method Html::setName()
    Changes element's name.
setNamespace
in file IUser.php, method IUser::setNamespace()
    Changes namespace; allows more users to share a session.
setNamespace
in file User.php, method User::setNamespace()
    Changes namespace; allows more users to share a session.
setOptions
in file Session.php, method Session::setOptions()
    Sets session options.
setPass
in file Uri.php, method Uri::setPass()
setPassword
in file Uri.php, method Uri::setPassword()
    Sets the password part of URI.
setPath
in file Uri.php, method Uri::setPath()
    Sets the path part of URI.
setPort
in file Uri.php, method Uri::setPort()
    Sets the port part of URI.
setQuery
in file Uri.php, method Uri::setQuery()
    Sets the query part of URI.
setSavePath
in file Session.php, method Session::setSavePath()
    Sets path of the directory used to save session data.
setScheme
in file Uri.php, method Uri::setScheme()
    Sets the scheme part of URI.
setScriptPath
in file UriScript.php, method UriScript::setScriptPath()
    Sets the script-path part of URI.
setText
in file Html.php, method Html::setText()
    Sets element's textual content.
setUri
in file HttpRequest.php, method HttpRequest::setUri()
    Sets URL object.
setUser
in file Uri.php, method Uri::setUser()
    Sets the user name part of URI.
signOut
in file User.php, method User::signOut()
    deprecated method - use login(), logout(), isLoggedIn()
start
in file Session.php, method Session::start()
    Starts and initializes session data.
startTag
in file Html.php, method Html::startTag()
    Returns element's start tag.
Session.php
procedural page Session.php
SessionNamespace.php
procedural page SessionNamespace.php
top

t

TEXT
in file Ftp.php, class constant Ftp::TEXT
    FTP constant alias
TIMEOUT_SEC
in file Ftp.php, class constant Ftp::TIMEOUT_SEC
    FTP constant alias
top

u

$uri
in file HttpRequest.php, variable HttpRequest::$uri
$uriFilter
in file HttpRequest.php, variable HttpRequest::$uriFilter
unescape
in file Uri.php, method Uri::unescape()
    Similar to rawurldecode, but preserve reserved chars encoded.
Uri
in file Uri.php, class Uri
    URI Syntax (RFC 3986).
UriScript
in file UriScript.php, class UriScript
    Extended HTTP URL.
User
in file User.php, class User
    User authentication and authorization.
Uri.php
procedural page Uri.php
UriScript.php
procedural page UriScript.php
User.php
procedural page User.php
top

v

$verificationKeyGenerator
in file Session.php, variable Session::$verificationKeyGenerator
top

w

$warnOnUndefined
in file SessionNamespace.php, variable SessionNamespace::$warnOnUndefined
top

x

$xhtml
in file Html.php, variable Html::$xhtml
top