Element index for namespace Nette-Web

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

_

__call
in file JavaScriptConsole.php, method JavaScriptConsole::__call()
    Calls JavaScript function.
__call
in file JavaScript.php, method JavaScript::__call()
    Calls JavaScript function.
__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 HttpUploadedFile.php, method HttpUploadedFile::__construct()
__construct
in file JavaScript.php, method JavaScript::__construct()
__construct
in file Session.php, method Session::__construct()
__construct
in file Uri.php, method Uri::__construct()
__construct
in file SessionNamespace.php, method SessionNamespace::__construct()
    Do not call directly. Use Session::getNamespace().
__destruct
in file HttpResponse.php, method HttpResponse::__destruct()
__get
in file JavaScriptConsole.php, method JavaScriptConsole::__get()
    Returns JavaScript property value.
__get
in file SessionNamespace.php, method SessionNamespace::__get()
    Gets a variable from this session namespace.
__get
in file JavaScript.php, method JavaScript::__get()
    Returns JavaScript property value.
__get
in file Html.php, method Html::__get()
    Overloaded getter for element's attribute.
__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.
__set
in file JavaScriptConsole.php, method JavaScriptConsole::__set()
    Sets value of a JavaScript property.
__set
in file JavaScript.php, method JavaScript::__set()
    Sets value of a JavaScript property.
__toString
in file Uri.php, method Uri::__toString()
__toString
in file Html.php, method Html::__toString()
__toString
in file JavaScript.php, method JavaScript::__toString()
    Returns string represenation of JavaScript expression.
__toString
in file HttpUploadedFile.php, method HttpUploadedFile::__toString()
    Returns the path to an uploaded file.
__unset
in file SessionNamespace.php, method SessionNamespace::__unset()
    Unsets a variable in this session namespace.
__unset
in file Html.php, method Html::__unset()
    Overloaded unsetter for element's attribute.
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 HttpResponse.php, method HttpResponse::addHeader()
    Adds HTTP header.
addHeader
in file IHttpResponse.php, method IHttpResponse::addHeader()
    Adds HTTP header.
addUriFilter
in file HttpRequest.php, method HttpRequest::addUriFilter()
    Sets request URI filter.
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()
    Conducts the authentication process.
authenticate
in file IUser.php, method IUser::authenticate()
    Conducts the authentication process.
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
    sign-out reason User::getSignOutReason()
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.
configure
in file Session.php, method Session::configure()
    Configurates session environment.
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()
    Sets the number of seconds before a page cached on a browser expires.
expire
in file IHttpResponse.php, method IHttpResponse::expire()
    Sets the number of seconds before a page cached on a browser expires.
top

f

$files
in file HttpRequest.php, variable HttpRequest::$files
$fragment
in file Uri.php, variable Uri::$fragment
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
flush
in file JavaScriptConsole.php, method JavaScriptConsole::flush()
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
generateVerificationKey
in file Session.php, method Session::generateVerificationKey()
    Generates key as protection against Session Hijacking & Fixation.
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 IUser.php, method IUser::getAuthenticationHandler()
    Returns authentication handler.
getAuthenticationHandler
in file User.php, method User::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 Html::getChildren()
    Returns all of children.
getChildren
in file Html.php, method RecursiveHtmlIterator::getChildren()
    The sub-iterator for the current element.
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 HttpRequest.php, method HttpRequest::getCookie()
    Returns variable provided to the script via HTTP cookies.
getCookie
in file IHttpRequest.php, method IHttpRequest::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.
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 HttpRequest.php, method HttpRequest::getFiles()
    Returns uploaded files.
getFiles
in file IHttpRequest.php, method IHttpRequest::getFiles()
    Returns uploaded files.
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').
getHeaders
in file HttpRequest.php, method HttpRequest::getHeaders()
    Returns all HTTP headers.
getHeaders
in file IHttpResponse.php, method IHttpResponse::getHeaders()
    Returns a list of headers to sent.
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.
getHostUri
in file Uri.php, method Uri::getHostUri()
    Returns the scheme and authority part of URI.
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 IUser.php, method IUser::getIdentity()
    Returns current user identity, if any.
getIdentity
in file User.php, method User::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 SessionNamespace.php, method SessionNamespace::getIterator()
    Returns an iterator over all namespace variables.
getIterator
in file Session.php, method Session::getIterator()
    Iteration over all namespaces.
getIterator
in file Html.php, method Html::getIterator()
    Iterates over a elements.
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 HttpUploadedFile.php, method HttpUploadedFile::getName()
    Returns the file name.
getName
in file Html.php, method Html::getName()
    Returns element's name.
getName
in file Session.php, method Session::getName()
    Gets the session name.
getNamespace
in file User.php, method User::getNamespace()
    Returns current namespace.
getNamespace
in file IUser.php, method IUser::getNamespace()
    Returns current namespace.
getNamespace
in file Session.php, method Session::getNamespace()
    Returns specified session namespace.
getOriginalUri
in file HttpRequest.php, method HttpRequest::getOriginalUri()
    Returns URL object.
getPathInfo
in file UriScript.php, method UriScript::getPathInfo()
    Returns the additional path information.
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 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 HttpRequest.php, method HttpRequest::getRemoteAddress()
    Returns the IP address of the remote client.
getRemoteAddress
in file IHttpRequest.php, method IHttpRequest::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.
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.
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()
    Why was user signed out?
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()
    Gets element's textual content.
getUri
in file IHttpRequest.php, method IHttpRequest::getUri()
    Returns URL object.
getUri
in file HttpRequest.php, method HttpRequest::getUri()
    Returns URL object.
getUriFilters
in file HttpRequest.php, method HttpRequest::getUriFilters()
    Returns request URI filter.
top

h

$headers
in file HttpRequest.php, variable HttpRequest::$headers
$host
in file Uri.php, variable Uri::$host
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.
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
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
    sign-out reason User::getSignOutReason()
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 IUser.php, method IUser::isAuthenticated()
    Is this user authenticated?
isAuthenticated
in file User.php, method User::isAuthenticated()
    Is this user authenticated?
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).
isInRole
in file User.php, method User::isInRole()
    Is a user in the specified effective role?
isInRole
in file IUser.php, method IUser::isInRole()
    Is a user in the specified role?
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.
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 HttpRequest.php, method HttpRequest::isSecured()
    Is the request is sent via secure channel (https).
isSecured
in file IHttpRequest.php, method IHttpRequest::isSecured()
    Is the request is sent via secure channel (https).
isSent
in file IHttpResponse.php, method IHttpResponse::isSent()
    Checks if headers have been sent.
isSent
in file HttpResponse.php, method HttpResponse::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
    Authentication and authorization.
IHttpRequest.php
procedural page IHttpRequest.php
IHttpResponse.php
procedural page IHttpResponse.php
IUser.php
procedural page IUser.php
top

j

$js
in file JavaScript.php, variable JavaScript::$js
JavaScript
in file JavaScript.php, class JavaScript
    PHP to JavaScript helper.
JavaScriptConsole
in file JavaScriptConsole.php, class JavaScriptConsole
    JavaScript output console.
JavaScript.php
procedural page JavaScript.php
JavaScriptConsole.php
procedural page JavaScriptConsole.php
top

m

MANUAL
in file User.php, class constant User::MANUAL
    sign-out reason User::getSignOutReason()
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
$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 Html.php, method Html::offsetGet()
    Returns child node (\ArrayAccess implementation).
offsetGet
in file SessionNamespace.php, method SessionNamespace::offsetGet()
    Gets a variable from this session namespace.
offsetSet
in file Html.php, method Html::offsetSet()
    Inserts (replaces) child node (\ArrayAccess implementation).
offsetSet
in file SessionNamespace.php, method SessionNamespace::offsetSet()
    Sets a variable in this session namespace.
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

$pass
in file Uri.php, variable Uri::$pass
$path
in file Uri.php, variable Uri::$path
$port
in file Uri.php, variable Uri::$port
$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 Uri.php, variable Uri::$query
$query
in file HttpRequest.php, variable HttpRequest::$query
top

r

raw
in file JavaScript.php, method JavaScript::raw()
    Appends user expressions.
raw
in file JavaScriptConsole.php, method JavaScriptConsole::raw()
    Appends user expressions.
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 HttpResponse.php, method HttpResponse::redirect()
    Redirects to a new URL. Note: call exit() after it.
redirect
in file IHttpResponse.php, method IHttpResponse::redirect()
    Redirects to a new URL.
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

$scheme
in file Uri.php, variable Uri::$scheme
$scriptPath
in file UriScript.php, variable UriScript::$scriptPath
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
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()
    Set 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 SessionNamespace.php, method SessionNamespace::setExpiration()
    Sets the expiration of the namespace or specific variables.
setExpiration
in file User.php, method User::setExpiration()
    Enables sign out after inactivity.
setExpiration
in file Session.php, method Session::setExpiration()
    Sets the amount of time allowed between requests before the session will be terminated.
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.
setHtml
in file Html.php, method Html::setHtml()
    Sets element's HTML content.
setId
in file Session.php, method Session::setId()
    Sets the session ID to a specified one.
setIdentity
in file User.php, method User::setIdentity()
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.
setSavePath
in file Session.php, method Session::setSavePath()
    Sets path of the directory used to save session data.
setText
in file Html.php, method Html::setText()
    Sets element's textual content.
signOut
in file User.php, method User::signOut()
    Logs off the user from the current session.
signOut
in file IUser.php, method IUser::signOut()
    Logs off the user from the current session.
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
$user
in file Uri.php, variable Uri::$user
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
    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