Element index for namespace Web

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

_

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

a

$attrs
in file Html.php, variable NHtml::$attrs
$authenticatedRole
in file User.php, variable NUser::$authenticatedRole
add
in file Html.php, method NHtml::add()
    Adds new element's child.
addHeader
in file IHttpResponse.php, method IHttpResponse::addHeader()
    Adds HTTP header.
addHeader
in file HttpResponse.php, method NHttpResponse::addHeader()
    Adds HTTP header.
addUriFilter
in file HttpRequest.php, method NHttpRequest::addUriFilter()
    Sets request URI filter.
appendQuery
in file Uri.php, method NUri::appendQuery()
    Appends the query part of URI.
ASCII
in file Ftp.php, class constant NFtp::ASCII
    FTP constant alias
attributes
in file Html.php, method NHtml::attributes()
    Returns element's attributes.
authenticate
in file User.php, method NUser::authenticate()
    Conducts the authentication process.
authenticate
in file IUser.php, method IUser::authenticate()
    Conducts the authentication process.
AUTORESUME
in file Ftp.php, class constant NFtp::AUTORESUME
    FTP constant alias
AUTOSEEK
in file Ftp.php, class constant NFtp::AUTOSEEK
    FTP constant alias
top

b

BINARY
in file Ftp.php, class constant NFtp::BINARY
    FTP constant alias
BROWSER
in file IHttpResponse.php, class constant IHttpResponse::BROWSER
BROWSER_CLOSED
in file User.php, class constant NUser::BROWSER_CLOSED
    sign-out reason NUser::getSignOutReason()
top

c

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

d

$defaultPorts
in file Uri.php, variable NUri::$defaultPorts
date
in file HttpResponse.php, method NHttpResponse::date()
    Returns HTTP valid date format.
DEFAULT_FILE_LIFETIME
in file Session.php, class constant NSession::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 NHttpResponse::deleteCookie()
    Deletes a cookie.
destroy
in file Session.php, method NSession::destroy()
    Destroys all data registered to a session.
detectLanguage
in file HttpRequest.php, method NHttpRequest::detectLanguage()
    Parse Accept-Language header and returns prefered language.
detectUri
in file HttpRequest.php, method NHttpRequest::detectUri()
    Detects uri, base path and script path of the request.
top

e

$emptyElements
in file Html.php, variable NHtml::$emptyElements
$encoding
in file HttpRequest.php, variable NHttpRequest::$encoding
el
in file Html.php, method NHtml::el()
    Static factory.
enableCompression
in file HttpResponse.php, method NHttpResponse::enableCompression()
    Enables compression. (warning: may not work)
endTag
in file Html.php, method NHtml::endTag()
    Returns element's end tag.
exists
in file Session.php, method NSession::exists()
    Does session exists for the current request?
expire
in file HttpResponse.php, method NHttpResponse::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 NHttpRequest::$files
FAILED
in file Ftp.php, class constant NFtp::FAILED
    FTP constant alias
fileExists
in file Ftp.php, method NFtp::fileExists()
    Checks if file or directory exists.
FINISHED
in file Ftp.php, class constant NFtp::FINISHED
    FTP constant alias
Ftp.php
procedural page Ftp.php
top

g

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

h

$headers
in file HttpRequest.php, variable NHttpRequest::$headers
hasNamespace
in file Session.php, method NSession::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 NHtml::href()
    Special setter for element's attribute.
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 NFtp::IMAGE
    FTP constant alias
INACTIVITY
in file User.php, class constant NUser::INACTIVITY
    sign-out reason NUser::getSignOutReason()
initialize
in file HttpRequest.php, method NHttpRequest::initialize()
    Initializes $this->query, $this->files, $this->cookies and $this->files arrays
insert
in file Html.php, method NHtml::insert()
    Inserts child node.
isAjax
in file IHttpRequest.php, method IHttpRequest::isAjax()
    Is AJAX request?
isAjax
in file HttpRequest.php, method NHttpRequest::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 NUser::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 NUser::isAuthenticated()
    Is this user authenticated?
isDir
in file Ftp.php, method NFtp::isDir()
    Checks if directory exists.
isEmpty
in file Html.php, method NHtml::isEmpty()
    Is element empty?
isEqual
in file Uri.php, method NUri::isEqual()
    URI comparsion (this object must be in canonical form).
isImage
in file HttpUploadedFile.php, method NHttpUploadedFile::isImage()
    Is uploaded file GIF, PNG or JPEG?
isInRole
in file User.php, method NUser::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 NHttpRequest::isMethod()
    Checks if the request method is the given one.
isOk
in file HttpUploadedFile.php, method NHttpUploadedFile::isOk()
    Is there any error?
isPost
in file HttpRequest.php, method NHttpRequest::isPost()
    Checks if the request method is POST.
isSecured
in file HttpRequest.php, method NHttpRequest::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 NHttpResponse::isSent()
    Checks if headers have been sent.
isStarted
in file Session.php, method NSession::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

m

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

n

NFtp
in file Ftp.php, class NFtp
    Access to a FTP server.
NFtpException
in file Ftp.php, class NFtpException
    FTP server exception.
NHtml
in file Html.php, class NHtml
    HTML helper.
NHttpRequest
in file HttpRequest.php, class NHttpRequest
    NHttpRequest provides access scheme for request sent via HTTP.
NHttpResponse
in file HttpResponse.php, class NHttpResponse
    NHttpResponse class.
NHttpUploadedFile
in file HttpUploadedFile.php, class NHttpUploadedFile
    Provides access to individual files that have been uploaded by a client.
NRecursiveHtmlIterator
in file Html.php, class NRecursiveHtmlIterator
    Recursive HTML element iterator. See NHtml::getIterator().
NSession
in file Session.php, class NSession
    Provides access to session namespaces as well as session settings and management methods.
NSessionNamespace
in file SessionNamespace.php, class NSessionNamespace
    NSession namespace for NSession.
NUri
in file Uri.php, class NUri
    URI Syntax (RFC 3986).
NUriScript
in file UriScript.php, class NUriScript
    Extended HTTP URL.
NUser
in file User.php, class NUser
    Authentication and authorization.
top

o

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

p

$post
in file HttpRequest.php, variable NHttpRequest::$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 NHttpRequest::$query
top

r

reconnect
in file Ftp.php, method NFtp::reconnect()
    Reconnects to FTP server.
redirect
in file IHttpResponse.php, method IHttpResponse::redirect()
    Redirects to a new URL.
redirect
in file HttpResponse.php, method NHttpResponse::redirect()
    Redirects to a new URL. Note: call exit() after it.
regenerateId
in file Session.php, method NSession::regenerateId()
    Regenerates the session ID.
remove
in file SessionNamespace.php, method NSessionNamespace::remove()
    Cancels the current session namespace.
removeChildren
in file Html.php, method NHtml::removeChildren()
    Removed all children.
removeExpiration
in file SessionNamespace.php, method NSessionNamespace::removeExpiration()
    Removes the expiration from the namespace or specific variables.
render
in file Html.php, method NHtml::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
setAuthenticated
in file User.php, method NUser::setAuthenticated()
    Sets the authenticated status of this user.
setAuthenticationHandler
in file IUser.php, method IUser::setAuthenticationHandler()
    Sets authentication handler.
setAuthenticationHandler
in file User.php, method NUser::setAuthenticationHandler()
    Sets authentication handler.
setAuthorizationHandler
in file User.php, method NUser::setAuthorizationHandler()
    Sets authorization handler.
setAuthorizationHandler
in file IUser.php, method IUser::setAuthorizationHandler()
    Sets authorization handler.
setCode
in file HttpResponse.php, method NHttpResponse::setCode()
    Sets HTTP response code.
setCode
in file IHttpResponse.php, method IHttpResponse::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 NHttpResponse::setContentType()
    Sends a Content-type HTTP header.
setCookie
in file IHttpResponse.php, method IHttpResponse::setCookie()
    Sends a cookie.
setCookie
in file HttpResponse.php, method NHttpResponse::setCookie()
    Sends a cookie.
setCookieParams
in file Session.php, method NSession::setCookieParams()
    Sets the session cookie parameters.
setEncoding
in file HttpRequest.php, method NHttpRequest::setEncoding()
    Recursively converts and checks encoding.
setExpiration
in file User.php, method NUser::setExpiration()
    Enables sign out after inactivity.
setExpiration
in file Session.php, method NSession::setExpiration()
    Sets the amount of time allowed between requests before the session will be terminated.
setExpiration
in file SessionNamespace.php, method NSessionNamespace::setExpiration()
    Sets the expiration of the namespace or specific variables.
setFragment
in file Uri.php, method NUri::setFragment()
    Sets the fragment part of URI.
setHeader
in file HttpResponse.php, method NHttpResponse::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 NUri::setHost()
    Sets the host part of URI.
setHtml
in file Html.php, method NHtml::setHtml()
    Sets element's HTML content.
setIdentity
in file User.php, method NUser::setIdentity()
    Sets the user identity.
setName
in file Html.php, method NHtml::setName()
    Changes element's name.
setName
in file Session.php, method NSession::setName()
    Sets the session name to a specified one.
setNamespace
in file IUser.php, method IUser::setNamespace()
    Changes namespace; allows more users to share a session.
setNamespace
in file User.php, method NUser::setNamespace()
    Changes namespace; allows more users to share a session.
setOptions
in file Session.php, method NSession::setOptions()
    Sets session options.
setPass
in file Uri.php, method NUri::setPass()
setPassword
in file Uri.php, method NUri::setPassword()
    Sets the password part of URI.
setPath
in file Uri.php, method NUri::setPath()
    Sets the path part of URI.
setPort
in file Uri.php, method NUri::setPort()
    Sets the port part of URI.
setQuery
in file Uri.php, method NUri::setQuery()
    Sets the query part of URI.
setSavePath
in file Session.php, method NSession::setSavePath()
    Sets path of the directory used to save session data.
setScheme
in file Uri.php, method NUri::setScheme()
    Sets the scheme part of URI.
setScriptPath
in file UriScript.php, method NUriScript::setScriptPath()
    Sets the script-path part of URI.
setText
in file Html.php, method NHtml::setText()
    Sets element's textual content.
setUri
in file HttpRequest.php, method NHttpRequest::setUri()
    Sets URL object.
setUser
in file Uri.php, method NUri::setUser()
    Sets the user name part of URI.
signOut
in file User.php, method NUser::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 NSession::start()
    Starts and initializes session data.
startTag
in file Html.php, method NHtml::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 NFtp::TEXT
    FTP constant alias
TIMEOUT_SEC
in file Ftp.php, class constant NFtp::TIMEOUT_SEC
    FTP constant alias
top

u

$uri
in file HttpRequest.php, variable NHttpRequest::$uri
$uriFilter
in file HttpRequest.php, variable NHttpRequest::$uriFilter
unescape
in file Uri.php, method NUri::unescape()
    Similar to rawurldecode, but preserve reserved chars encoded.
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 NSession::$verificationKeyGenerator
top

w

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

x

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