[System.Web] element index

Package indexes

All elements
a c d e f g h i o p r s t w _
_
top
_close
THttpSession::_close() in THttpSession.php
Session close handler.
_destroy
THttpSession::_destroy() in THttpSession.php
Session destroy handler.
_gc
THttpSession::_gc() in THttpSession.php
Session GC (garbage collection) handler.
_open
THttpSession::_open() in THttpSession.php
Session open handler.
_read
THttpSession::_read() in THttpSession.php
Session read handler.
_write
THttpSession::_write() in THttpSession.php
Session write handler.
__construct
THttpCookie::__construct() in THttpRequest.php
Constructor.
__construct
Constructor.
__construct
TUri::__construct() in THttpRequest.php
Constructor.
__destruct
THttpSession::__destruct() in THttpSession.php
Destructor.
__destruct
THttpResponse::__destruct() in THttpResponse.php
Destructor.
a
top
add
THttpSession::add() in THttpSession.php
Adds a session variable.
add
THttpRequest::add() in THttpRequest.php
Adds an item into the request.
addCookie
THttpResponse::addCookie() in THttpResponse.php
Sends a cookie.
appendHeader
THttpResponse::appendHeader() in THttpResponse.php
Sends a header.
appendLog
THttpResponse::appendLog() in THttpResponse.php
Writes a log message into error log.
c
top
clear
THttpResponse::clear() in THttpResponse.php
Clears any existing buffered content.
clear
THttpSession::clear() in THttpSession.php
Removes all session variables
clear
THttpRequest::clear() in THttpRequest.php
Removes all items in the request.
close
THttpSession::close() in THttpSession.php
Ends the current session and store session data.
constructUrl
THttpRequest::constructUrl() in THttpRequest.php
Constructs a URL that is recognizable by Prado.
contains
THttpSession::contains() in THttpSession.php
contains
THttpRequest::contains() in THttpRequest.php
copyDirectory
TAssetManager::copyDirectory() in TAssetManager.php
Copies a directory recursively as another.
copyFile
TAssetManager::copyFile() in TAssetManager.php
Copies a file to a directory.
createHtmlWriter
Creates a new instance of HTML writer.
d
top
deployTarFile
TAssetManager::deployTarFile() in TAssetManager.php
Extracts the tar file to the destination directory.
destroy
THttpSession::destroy() in THttpSession.php
Destroys all data registered to a session.
e
top
DEFAULT_BASEPATH
TAssetManager::DEFAULT_BASEPATH in TAssetManager.php
Default web accessible base path for storing private files
f
top
findCookieByName
Finds the cookie with the specified name.
flush
THttpResponse::flush() in THttpResponse.php
Outputs the buffered content, sends content-type and charset header.
g
top
getAcceptTypes
THttpRequest::getAcceptTypes() in THttpRequest.php
getApplicationFilePath
getApplicationUrl
getAutoStart
THttpSession::getAutoStart() in THttpSession.php
getAvailableServices
getBasePath
TAssetManager::getBasePath() in TAssetManager.php
getBaseUrl
TAssetManager::getBaseUrl() in TAssetManager.php
getBrowser
THttpRequest::getBrowser() in THttpRequest.php
getBufferOutput
getCacheControl
getCacheExpire
THttpResponse::getCacheExpire() in THttpResponse.php
getCharset
THttpResponse::getCharset() in THttpResponse.php
getContents
THttpResponse::getContents() in THttpResponse.php
Returns the content in the output buffer.
getContentType
THttpResponse::getContentType() in THttpResponse.php
getCookie
THttpSession::getCookie() in THttpSession.php
getCookieMode
THttpSession::getCookieMode() in THttpSession.php
getCookies
THttpRequest::getCookies() in THttpRequest.php
getCookies
THttpResponse::getCookies() in THttpResponse.php
getCount
THttpRequest::getCount() in THttpRequest.php
getCount
THttpSession::getCount() in THttpSession.php
getDomain
THttpCookie::getDomain() in THttpRequest.php
getEnableCookieValidation
getEnvironmentVariables
getExpire
THttpCookie::getExpire() in THttpRequest.php
getFragment
TUri::getFragment() in THttpRequest.php
getGCProbability
getHost
TUri::getHost() in THttpRequest.php
getHtmlWriterType
getID
THttpSession::getID() in THttpSession.php
getID
THttpRequest::getID() in THttpRequest.php
getIsSecureConnection
getIsStarted
THttpSession::getIsStarted() in THttpSession.php
getIterator
THttpSession::getIterator() in THttpSession.php
Returns an iterator for traversing the session variables.
getIterator
THttpRequest::getIterator() in THttpRequest.php
Returns an iterator for traversing the items in the list.
getKeys
THttpSession::getKeys() in THttpSession.php
getKeys
THttpRequest::getKeys() in THttpRequest.php
getName
THttpCookie::getName() in THttpRequest.php
getPassword
TUri::getPassword() in THttpRequest.php
getPath
TUri::getPath() in THttpRequest.php
getPath
THttpCookie::getPath() in THttpRequest.php
getPathInfo
THttpRequest::getPathInfo() in THttpRequest.php
getPort
TUri::getPort() in THttpRequest.php
getQuery
TUri::getQuery() in THttpRequest.php
getQueryString
THttpRequest::getQueryString() in THttpRequest.php
getRequestType
THttpRequest::getRequestType() in THttpRequest.php
getRequestUri
THttpRequest::getRequestUri() in THttpRequest.php
getSavePath
THttpSession::getSavePath() in THttpSession.php
getScheme
TUri::getScheme() in THttpRequest.php
getSecure
THttpCookie::getSecure() in THttpRequest.php
getServerName
THttpRequest::getServerName() in THttpRequest.php
getServerPort
THttpRequest::getServerPort() in THttpRequest.php
getServerVariables
getServiceID
THttpRequest::getServiceID() in THttpRequest.php
getServiceParameter
getSessionID
THttpSession::getSessionID() in THttpSession.php
getSessionName
THttpSession::getSessionName() in THttpSession.php
getStatusCode
THttpResponse::getStatusCode() in THttpResponse.php
getTimeout
THttpSession::getTimeout() in THttpSession.php
getUploadedFiles
getUri
TUri::getUri() in THttpRequest.php
getUrl
THttpRequest::getUrl() in THttpRequest.php
getUrlFormat
THttpRequest::getUrlFormat() in THttpRequest.php
getUrlReferrer
THttpRequest::getUrlReferrer() in THttpRequest.php
getUseCustomStorage
getUser
TUri::getUser() in THttpRequest.php
getUserAgent
THttpRequest::getUserAgent() in THttpRequest.php
getUserHost
THttpRequest::getUserHost() in THttpRequest.php
getUserHostAddress
getUserLanguages
Returns a list of user preferred languages.
getUseTransparentSessionID
getValue
THttpCookie::getValue() in THttpRequest.php
h
top
hash
TAssetManager::hash() in TAssetManager.php
Generate a CRC32 hash for the directory path. Collisions are higher than MD5 but generates a much smaller hash string.
htmlDecode
THttpUtility::htmlDecode() in THttpUtility.php
HTML-decodes a string.
htmlEncode
THttpUtility::htmlEncode() in THttpUtility.php
HTML-encodes a string.
i
top
init
THttpResponse::init() in THttpResponse.php
Initializes the module.
init
THttpSession::init() in THttpSession.php
Initializes the module.
init
TAssetManager::init() in TAssetManager.php
Initializes the module.
init
THttpRequest::init() in THttpRequest.php
Initializes the module.
insertAt
Inserts an item at the specified position.
itemAt
THttpSession::itemAt() in THttpSession.php
Returns the session variable value with the session variable name.
itemAt
itemAt
THttpRequest::itemAt() in THttpRequest.php
Returns the item with the specified key.
o
top
offsetExists
THttpRequest::offsetExists() in THttpRequest.php
Returns whether there is an element at the specified offset.
offsetExists
THttpSession::offsetExists() in THttpSession.php
This method is required by the interface ArrayAccess.
offsetGet
THttpRequest::offsetGet() in THttpRequest.php
Returns the element at the specified offset.
offsetGet
THttpSession::offsetGet() in THttpSession.php
This method is required by the interface ArrayAccess.
offsetSet
THttpRequest::offsetSet() in THttpRequest.php
Sets the element at the specified offset.
offsetSet
THttpSession::offsetSet() in THttpSession.php
This method is required by the interface ArrayAccess.
offsetUnset
THttpRequest::offsetUnset() in THttpRequest.php
Unsets the element at the specified offset.
offsetUnset
THttpSession::offsetUnset() in THttpSession.php
This method is required by the interface ArrayAccess.
open
THttpSession::open() in THttpSession.php
Starts the session if it has not started yet.
p
top
publishFilePath
Publishes a file or a directory (recursively).
publishTarFile
TAssetManager::publishTarFile() in TAssetManager.php
Publish a tar file by extracting its contents to the assets directory.
r
top
redirect
THttpResponse::redirect() in THttpResponse.php
Redirects the browser to the specified URL.
reload
THttpResponse::reload() in THttpResponse.php
Reloads the current page.
remove
THttpSession::remove() in THttpSession.php
Removes a session variable.
remove
THttpRequest::remove() in THttpRequest.php
Removes an item from the request by its key.
removeAt
Removes an item at the specified position.
removeCookie
THttpResponse::removeCookie() in THttpResponse.php
Deletes a cookie.
resolveRequest
THttpRequest::resolveRequest() in THttpRequest.php
Resolves the requested servie.
URL_PARAM_SEPARATOR
Separator used to separate GET variable name and value when URL format is Path.
s
top
sendContentTypeHeader
Sends content type header if charset is not empty.
setAutoStart
THttpSession::setAutoStart() in THttpSession.php
setAvailableServices
setBasePath
TAssetManager::setBasePath() in TAssetManager.php
Sets the root directory storing published asset files.
setBaseUrl
TAssetManager::setBaseUrl() in TAssetManager.php
setBufferOutput
setCacheControl
setCacheExpire
THttpResponse::setCacheExpire() in THttpResponse.php
setCharset
THttpResponse::setCharset() in THttpResponse.php
setContentType
THttpResponse::setContentType() in THttpResponse.php
setCookieMode
THttpSession::setCookieMode() in THttpSession.php
setDomain
THttpCookie::setDomain() in THttpRequest.php
setEnableCookieValidation
setExpire
THttpCookie::setExpire() in THttpRequest.php
setGCProbability
setHtmlWriterType
setID
THttpRequest::setID() in THttpRequest.php
setID
THttpSession::setID() in THttpSession.php
setName
THttpCookie::setName() in THttpRequest.php
setPath
THttpCookie::setPath() in THttpRequest.php
setSavePath
THttpSession::setSavePath() in THttpSession.php
setSecure
THttpCookie::setSecure() in THttpRequest.php
setServiceID
THttpRequest::setServiceID() in THttpRequest.php
Sets the requested service ID.
setServiceParameter
Sets the requested service parameter.
setSessionID
THttpSession::setSessionID() in THttpSession.php
setSessionName
THttpSession::setSessionName() in THttpSession.php
setStatusCode
THttpResponse::setStatusCode() in THttpResponse.php
setTimeout
THttpSession::setTimeout() in THttpSession.php
setUrlFormat
THttpRequest::setUrlFormat() in THttpRequest.php
Sets the format of URLs constructed and interpretted by the request module.
setUseCustomStorage
setUseTransparentSessionID
setValue
THttpCookie::setValue() in THttpRequest.php
stripSlashes
THttpRequest::stripSlashes() in THttpRequest.php
Strips slashes from input data.
t
top
TAssetManager
TAssetManager in TAssetManager.php
TAssetManager class
THttpCookie
THttpCookie in THttpRequest.php
THttpCookie class.
THttpCookieCollection
THttpCookieCollection in THttpRequest.php
THttpCookieCollection class.
THttpRequest
THttpRequest in THttpRequest.php
THttpRequest class
THttpResponse
THttpResponse in THttpResponse.php
THttpResponse class
THttpSession
THttpSession in THttpSession.php
THttpSession class
THttpUtility
THttpUtility in THttpUtility.php
THttpUtility class
toArray
THttpRequest::toArray() in THttpRequest.php
toArray
THttpSession::toArray() in THttpSession.php
TUri
TUri in THttpRequest.php
TUri class
TAssetManager.php
TAssetManager.php in TAssetManager.php
THttpRequest.php
THttpRequest.php in THttpRequest.php
THttpResponse.php
THttpResponse.php in THttpResponse.php
THttpSession.php
THttpSession.php in THttpSession.php
THttpUtility.php
THttpUtility.php in THttpUtility.php
w
top
write
THttpResponse::write() in THttpResponse.php
Outputs a string.
writeFile
THttpResponse::writeFile() in THttpResponse.php
Sends a file back to user.
a c d e f g h i o p r s t w _