Element index for package System
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ j ]
[ k ]
[ l ]
[ m ]
[ n ]
[ o ]
[ p ]
[ r ]
[ s ]
[ t ]
[ u ]
[ v ]
[ x ]
[ y ]
[ _ ]
_
- __autoload
- in file prado.php, function __autoload()
Includes a class file upon an unknown class This function is automatically called by PHP engine upon an unknown class.
- __construct
- in file TResourceLocator.php, method TResourceLocator::__construct()
Constructor.
- __construct
- in file TRequest.php, method TRequest::__construct()
Constructor.
- __construct
- in file TModule.php, method TModule::__construct()
Constructor.
- __construct
- in file TResourceParser.php, method TResourceParser::__construct()
Constructor.
- __construct
- in file TServiceManager.php, method TServiceManager::__construct()
Constructor.
- __construct
- in file TViewStateManager.php, method TViewStateManager::__construct()
Constructor.
- __construct
- in file TSession.php, method TSession::__construct()
Constructor.
- __construct
- in file TGlobalization.php, method TGlobalization::__construct()
Constructor.
- __construct
- in file TErrorHandler.php, method TErrorHandler::__construct()
Constructor.
- __construct
- in file TComponent.php, method TComponent::__construct()
Constructor.
- __construct
- in file classes.php, method TCollection::__construct()
Constructor.
- __construct
- in file TApplication.php, method TApplication::__construct()
Constructor, parses application specification.
- __construct
- in file TComponentDefinition.php, method TComponentDefinition::__construct()
Constructor.
- __construct
- in file TCacheManager.php, method TCacheManager::__construct()
Constructor.
- __get
- in file TComponent.php, method TComponent::__get()
Returns a property value by name or a child component by ID.
- __set
- in file TComponent.php, method TComponent::__set()
Sets value of a component property.
top
a
- add
- in file classes.php, method TCollection::add()
Appends an item at the end of the collection.
- addAt
- in file classes.php, method TCollection::addAt()
Inserts an item at the specified position.
- addChild
- in file TComponent.php, method TComponent::addChild()
Adds a child component.
- addParsedObject
- in file TComponent.php, method TComponent::addParsedObject()
Handles a component or string met in template.
- addService
- in file TServiceManager.php, method TServiceManager::addService()
Add a new service.
- applyTo
- in file TComponentDefinition.php, method TComponentDefinition::applyTo()
Realizes the definition for a component instance.
- assess
- in file TPageDirective.php, method TPageDirective::assess()
- attachEventHandler
- in file TComponent.php, method TComponent::attachEventHandler()
Attaches a handler function to an event.
- CASE_FORBIDDEN
- in file TErrorHandler.php, class constant TErrorHandler::CASE_FORBIDDEN
- CASE_INTERNALERROR
- in file TErrorHandler.php, class constant TErrorHandler::CASE_INTERNALERROR
- CASE_PAGENOTFOUND
- in file TErrorHandler.php, class constant TErrorHandler::CASE_PAGENOTFOUND
- CASE_SITEOFF
- in file TErrorHandler.php, class constant TErrorHandler::CASE_SITEOFF
some predefined error codes.
- CASE_UNAUTHORIZED
- in file TErrorHandler.php, class constant TErrorHandler::CASE_UNAUTHORIZED
- MAX_PAGE_NUMBER
- in file TViewStateManager.php, class constant TViewStateManager::MAX_PAGE_NUMBER
- PAGE_SERVICE
- in file TRequest.php, class constant TRequest::PAGE_SERVICE
page service name
top
top
c
- $Cache
- in file TGlobalization.php, variable TGlobalization::$Cache
The caching directory for translations.
- $cacheExpire
- in file TSession.php, variable TSession::$cacheExpire
Cache expire (in minutes)
- $cacheManager
- in file TApplication.php, variable TApplication::$cacheManager
cache manager
- $Charset
- in file TGlobalization.php, variable TGlobalization::$Charset
The current charset.
- $children
- in file TComponent.php, variable TComponent::$children
children of this component
- $components
- in file TCacheManager.php, variable TCacheManager::$components
list of components cached so far
- $ContentType
- in file TGlobalization.php, variable TGlobalization::$ContentType
The content type for the http header
- $cssPath
- in file TResourceLocator.php, variable TResourceLocator::$cssPath
The absolute local URI storing css files.
- $Culture
- in file TGlobalization.php, variable TGlobalization::$Culture
The current culture.
- $currentID
- in file TViewStateManager.php, variable TViewStateManager::$currentID
- $currentModule
- in file TCacheManager.php, variable TCacheManager::$currentModule
current module name
- cacheComponent
- in file TCacheManager.php, method TCacheManager::cacheComponent()
Saves a component to cache.
- canGetProperty
- in file TComponentDefinition.php, method TComponentDefinition::canGetProperty()
- canGetProperty
- in file TComponent.php, method TComponent::canGetProperty()
Determines whether a property can be read.
- canSetProperty
- in file TComponent.php, method TComponent::canSetProperty()
Determines whether a property can be written.
- canSetProperty
- in file TComponentDefinition.php, method TComponentDefinition::canSetProperty()
- classes.php
- procedural page classes.php
- clear
- in file classes.php, method TCollection::clear()
Removes all items in the collection.
- clear
- in file classes.php, method ISession::clear()
Unsets a session variable.
- clear
- in file TSession.php, method TSession::clear()
Unsets a session variable.
- cloneComponent
- in file TCacheManager.php, method TCacheManager::cloneComponent()
Creates a component from cache.
- computeHMAC
- in file TViewStateManager.php, method TViewStateManager::computeHMAC()
Computes the HMAC of the input data.
- configureProperty
- in file TComponentDefinition.php, method TComponentDefinition::configureProperty()
Sets a component's property with a string value.
- constructUrl
- in file TRequest.php, method TRequest::constructUrl()
Constructs a PRADO specific URL.
- contains
- in file classes.php, method TCollection::contains()
- convertPropertyValue
- in file TComponentDefinition.php, method TComponentDefinition::convertPropertyValue()
Converts a string to a particular type.
- createComponent
- in file TComponent.php, method TComponent::createComponent()
Creates a child component.
- createComponent
- in file TApplication.php, method TApplication::createComponent()
Creates a component instance.
- current
- in file classes.php, method TCollection::current()
Returns the current array element.
top
d
- $data
- in file classes.php, variable TCollection::$data
internal data storage
- $defaultCharset
- in file TGlobalization.php, variable TGlobalization::$defaultCharset
Character set, default 'UTF-8'.
- $defaultCulture
- in file TGlobalization.php, variable TGlobalization::$defaultCulture
Default culture, 'en'.
- $defaultPage
- in file TErrorHandler.php, variable TErrorHandler::$defaultPage
default page to handle unrecognized error
- $defaultPage
- in file TRequest.php, variable TRequest::$defaultPage
Default page name defined in app spec
- dataBind
- in file TComponent.php, method TComponent::dataBind()
Performs the databinding for this component.
- decode
- in file TViewStateManager.php, method TViewStateManager::decode()
- defineEvent
- in file TComponentDefinition.php, method TComponentDefinition::defineEvent()
Adds an event definition.
- defineProperty
- in file TComponentDefinition.php, method TComponentDefinition::defineProperty()
Adds a property definition.
- destroy
- in file TSession.php, method TSession::destroy()
Destroys the session.
- destroy
- in file classes.php, method ISession::destroy()
Destroys the session.
- ID_FORMAT
- in file TComponentDefinition.php, class constant TComponentDefinition::ID_FORMAT
Format of explicit component IDs, property names, and event names.
top
e
- $enabled
- in file TCacheManager.php, variable TCacheManager::$enabled
if the caching is enabled.
- $enabled
- in file TSession.php, variable TSession::$enabled
Whether the session is enabled.
- $encrypt
- in file TViewStateManager.php, variable TViewStateManager::$encrypt
- $errorCode
- in file TErrorHandler.php, variable TErrorHandler::$errorCode
error code
- $errorHandler
- in file TApplication.php, variable TApplication::$errorHandler
error handler
- $errorMessage
- in file TErrorHandler.php, variable TErrorHandler::$errorMessage
error message
- $errorPages
- in file TErrorHandler.php, variable TErrorHandler::$errorPages
list of error handling pages
- encode
- in file TViewStateManager.php, method TViewStateManager::encode()
- endRequest
- in file TApplication.php, method TApplication::endRequest()
Request cleanup work.
- evaluateExpression
- in file TComponent.php, method TComponent::evaluateExpression()
Evaluates a PHP expression.
- evaluateStatements
- in file TComponent.php, method TComponent::evaluateStatements()
Evaluates a list of PHP statements.
- executable
- in file TServiceManager.php, method TServiceManager::executable()
Check if the request can be handled.
- execute
- in file TServiceManager.php, method TServiceManager::execute()
Execute the service for this particular type.
- execute
- in file TApplication.php, method TApplication::execute()
Executes the current request using another page.
- SESSION_KEY
- in file TViewStateManager.php, class constant TViewStateManager::SESSION_KEY
- SESSION_USER
- in file TApplication.php, class constant TApplication::SESSION_USER
session var name for user object
- SESSION_VSM
- in file TViewStateManager.php, class constant TViewStateManager::SESSION_VSM
top
top
g
- $globalization
- in file TApplication.php, variable TApplication::$globalization
globalization handler
- generateRandomKey
- in file TViewStateManager.php, method TViewStateManager::generateRandomKey()
- get
- in file TSession.php, method TSession::get()
Returns the value of the named session variable
- get
- in file classes.php, method ISession::get()
Returns the value of the named session variable
- getApplication
- in file TComponent.php, method TComponent::getApplication()
- getApplicationID
- in file TApplication.php, method TApplication::getApplicationID()
- getApplicationState
- in file TApplication.php, method TApplication::getApplicationState()
- getArray
- in file classes.php, method TCollection::getArray()
- getBufferSize
- in file TViewStateManager.php, method TViewStateManager::getBufferSize()
- getChild
- in file TComponent.php, method TComponent::getChild()
- getChildren
- in file TComponent.php, method TComponent::getChildren()
- getCssPath
- in file TResourceLocator.php, method TResourceLocator::getCssPath()
- getDefaultCharset
- in file TGlobalization.php, method TGlobalization::getDefaultCharset()
Returns the default charset.
- getDefaultCulture
- in file TGlobalization.php, method TGlobalization::getDefaultCulture()
Returns the default culture.
- getDefaultPage
- in file TRequest.php, method TRequest::getDefaultPage()
- getDefinition
- in file TComponent.php, method TComponent::getDefinition()
Returns or builds a component definition.
- getDocumentRoot
- in file TRequest.php, method TRequest::getDocumentRoot()
- getErrorCode
- in file TErrorHandler.php, method TErrorHandler::getErrorCode()
- getErrorHandler
- in file TApplication.php, method TApplication::getErrorHandler()
- getErrorMessage
- in file TErrorHandler.php, method TErrorHandler::getErrorMessage()
- getEvents
- in file TComponentDefinition.php, method TComponentDefinition::getEvents()
- getExternalTemplate
- in file TResourceLocator.php, method TResourceLocator::getExternalTemplate()
Gets the content of an external template.
- getFormat
- in file TRequest.php, method TRequest::getFormat()
Returns the path format of request URLs
- getGlobalization
- in file TComponent.php, method TComponent::getGlobalization()
Returns the Globalization instance for the application.
- getGlobalization
- in file TApplication.php, method TApplication::getGlobalization()
- getID
- in file TComponent.php, method TComponent::getID()
- getImagePath
- in file TResourceLocator.php, method TResourceLocator::getImagePath()
- getJsPath
- in file TResourceLocator.php, method TResourceLocator::getJsPath()
- getKey
- in file TViewStateManager.php, method TViewStateManager::getKey()
- getMasterPageName
- in file TComponentDefinition.php, method TComponentDefinition::getMasterPageName()
- getModule
- in file TComponent.php, method TComponent::getModule()
Returns the module object that contains the component or the page containing the component.
- getPage
- in file TComponent.php, method TComponent::getPage()
- getParameter
- in file TRequest.php, method TRequest::getParameter()
- getParameters
- in file TRequest.php, method TRequest::getParameters()
- getParent
- in file TComponent.php, method TComponent::getParent()
- getPath
- in file TApplication.php, method TApplication::getPath()
Returns the path corresponding to an alias.
- getProperties
- in file TComponentDefinition.php, method TComponentDefinition::getProperties()
- getPropertyGetter
- in file TComponentDefinition.php, method TComponentDefinition::getPropertyGetter()
- getPropertyInitValue
- in file TComponent.php, method TComponent::getPropertyInitValue()
Gets the initial value of a property.
- getPropertySetter
- in file TComponentDefinition.php, method TComponentDefinition::getPropertySetter()
- getPropertyType
- in file TComponent.php, method TComponent::getPropertyType()
Returns the type of a property
- getPropertyType
- in file TComponentDefinition.php, method TComponentDefinition::getPropertyType()
- getRequest
- in file TApplication.php, method TApplication::getRequest()
- getRequest
- in file TComponent.php, method TComponent::getRequest()
Returns the request object associated with application.
- getRequestedPage
- in file TRequest.php, method TRequest::getRequestedPage()
- getRequiredRole
- in file TApplication.php, method TApplication::getRequiredRole()
Determines the required role to access the page
- getResource
- in file TResourceLocator.php, method TResourceLocator::getResource()
Locate the resource for a particular culture. The parameter $resource must be the filename without the file extension.
- getResourceLocator
- in file TApplication.php, method TApplication::getResourceLocator()
- getResourceParser
- in file TApplication.php, method TApplication::getResourceParser()
- getRootURI
- in file TResourceLocator.php, method TResourceLocator::getRootURI()
- getServiceManager
- in file TComponent.php, method TComponent::getServiceManager()
Returns the service manager for this application.
- getServiceManager
- in file TApplication.php, method TApplication::getServiceManager()
Get the service manager.
- getServices
- in file TServiceManager.php, method TServiceManager::getServices()
Return a list of service objects for the given service type.
- getSession
- in file TComponent.php, method TComponent::getSession()
Returns the session object associated with the application.
- getSession
- in file TApplication.php, method TApplication::getSession()
- getSessionID
- in file TSession.php, method TSession::getSessionID()
- getSessionState
- in file TComponent.php, method TComponent::getSessionState()
Returns a session variable.
- getSpecification
- in file TResourceLocator.php, method TResourceLocator::getSpecification()
Gets the content of the component specification.
- getSpecificationFile
- in file TApplication.php, method TApplication::getSpecificationFile()
- getTemplate
- in file TResourceLocator.php, method TResourceLocator::getTemplate()
Gets the content of the component template
- getTheme
- in file TApplication.php, method TApplication::getTheme()
- getThemeFile
- in file TApplication.php, method TApplication::getThemeFile()
- getThemeName
- in file TApplication.php, method TApplication::getThemeName()
- getType
- in file TComponentDefinition.php, method TComponentDefinition::getType()
- getUniqueID
- in file TComponent.php, method TComponent::getUniqueID()
Returns the unique ID of the component.
- getUser
- in file TComponent.php, method TComponent::getUser()
Returns the user object associated with the application.
- getUser
- in file TApplication.php, method TApplication::getUser()
- getUserParameter
- in file TModule.php, method TModule::getUserParameter()
- getUserParameter
- in file TApplication.php, method TApplication::getUserParameter()
Returns a user-defined parameter which is defined in the application specification
- getUserParameters
- in file TModule.php, method TModule::getUserParameters()
- getValidationPropertyValue
- in file classes.php, method IPostBackDataHandler::getValidationPropertyValue()
Returns the value of the property to be validated.
- getVariants
- in file TGlobalization.php, method TGlobalization::getVariants()
Get the variant of a specific culture. If the parameter $culture is null, the current culture is used.
- getViewStateManager
- in file TApplication.php, method TApplication::getViewStateManager()
top
h
- $handlers
- in file TApplication.php, variable TApplication::$handlers
list of handlers
- handleError
- in file TErrorHandler.php, method TErrorHandler::handleError()
Dispatches the error handling to a page.
- handleException
- in file TApplication.php, method TApplication::handleException()
Handle exceptions.
- handleRequest
- in file TServiceManager.php, method TServiceManager::handleRequest()
Check if the request can be handled, and calls the respective service instantances to handle the request.
- handleServiceRequest
- in file TApplication.php, method TApplication::handleServiceRequest()
Check for service requests, if able to handle them return true.
- has
- in file classes.php, method ISession::has()
Checks if the named session variable exists.
- has
- in file TSession.php, method TSession::has()
Checks if the named session variable exists.
- hasChildren
- in file TComponent.php, method TComponent::hasChildren()
- hasEvent
- in file TComponent.php, method TComponent::hasEvent()
Determines whether an event is defined.
- hasEvent
- in file TComponentDefinition.php, method TComponentDefinition::hasEvent()
- hasProperty
- in file TComponent.php, method TComponent::hasProperty()
Determines whether a property is defined.
- hasProperty
- in file TComponentDefinition.php, method TComponentDefinition::hasProperty()
top
i
- $id
- in file TApplication.php, variable TApplication::$id
ID of this application
- $imagePath
- in file TResourceLocator.php, variable TResourceLocator::$imagePath
The absolute local URI storing image files.
- indexOf
- in file classes.php, method TCollection::indexOf()
- init
- in file TApplication.php, method TApplication::init()
Runtime initializations based on the application specification.
- init
- in file TGlobalization.php, method TGlobalization::init()
Initialize the Culture and Charset for this application.
- initProperties
- in file TComponent.php, method TComponent::initProperties()
Initializes the property values.
- instantiateTemplate
- in file TComponentDefinition.php, method TComponentDefinition::instantiateTemplate()
Instantiates a template for a component.
- instantiateTemplate
- in file TComponent.php, method TComponent::instantiateTemplate()
Parses a template string and instantiates the content.
- IPostBackDataHandler
- in file classes.php, class IPostBackDataHandler
IPostBackDataHandler interface
- IPostBackEventHandler
- in file classes.php, class IPostBackEventHandler
IPostBackEventHandler interface
- isAuthenticated
- in file classes.php, method IUser::isAuthenticated()
- isEnabled
- in file TViewStateManager.php, method TViewStateManager::isEnabled()
- ISession
- in file classes.php, class ISession
ISession interface
- isInRole
- in file classes.php, method IUser::isInRole()
Checks if the user is of certain role.
- isProperName
- in file TComponentDefinition.php, method TComponentDefinition::isProperName()
Checks whether a name/ID is in valid format.
- isReadOnly
- in file classes.php, method TCollection::isReadOnly()
- isStarted
- in file TSession.php, method TSession::isStarted()
- isStarted
- in file classes.php, method ISession::isStarted()
- isValid
- in file classes.php, method IValidator::isValid()
- IUser
- in file classes.php, class IUser
IUser interface
- IValidator
- in file classes.php, class IValidator
IValidator interface
top
top
top
top
top
top
o
- FORMAT_GET
- in file TRequest.php, class constant TRequest::FORMAT_GET
URL format
- FORMAT_PATH
- in file TRequest.php, class constant TRequest::FORMAT_PATH
- offsetExists
- in file classes.php, method TCollection::offsetExists()
Returns whether there is an element at the specified offset.
- offsetGet
- in file classes.php, method TCollection::offsetGet()
Returns the element at the specified offset.
- offsetSet
- in file classes.php, method TCollection::offsetSet()
Required by interface.
- offsetUnset
- in file classes.php, method TCollection::offsetUnset()
Required by interface.
- onAddItem
- in file classes.php, method TCollection::onAddItem()
This method will be invoked when an item is being added to the collection.
- onAuthenticationRequired
- in file classes.php, method IUser::onAuthenticationRequired()
This method is invoked by the framework when authentication fails.
- onAuthorizationRequired
- in file classes.php, method IUser::onAuthorizationRequired()
This method is invoked by the framework when authorization fails.
- onDataBinding
- in file TComponent.php, method TComponent::onDataBinding()
This method is invoked when dataBind is invoked for the component.
- onLoad
- in file TModule.php, method TModule::onLoad()
This method is invoked right before a member page starts execution.
- onRemoveItem
- in file classes.php, method TCollection::onRemoveItem()
This method will be invoked when an item is being removed from the collection.
- onUnload
- in file TModule.php, method TModule::onUnload()
This method is invoked right after a member page finishes execution.
top
p
- $pages
- in file TApplication.php, variable TApplication::$pages
list of page instances
- $parameter
- in file classes.php, variable TCommandEventParameter::$parameter
command parameter
- $parameters
- in file TApplication.php, variable TApplication::$parameters
list of user-defined parameters, indexed by parameter names
- $parameters
- in file TModule.php, variable TModule::$parameters
module level user parameters
- $parameters
- in file TRequest.php, variable TRequest::$parameters
GET and POST parameters
- $paths
- in file TApplication.php, variable TApplication::$paths
aliases to file paths
- $preload
- in file TApplication.php, variable TApplication::$preload
list of namespaces used globally
- parseAttributes
- in file TResourceParser.php, method TResourceParser::parseAttributes()
Parses the attributes of a tag from a string.
- parseSpecification
- in file TResourceParser.php, method TResourceParser::parseSpecification()
Parses a component specification string.
- parseTemplate
- in file TResourceParser.php, method TResourceParser::parseTemplate()
Parses a template string.
- parseTheme
- in file TResourceParser.php, method TResourceParser::parseTheme()
Parses a theme specification string.
- pradoDecodeData
- in file utils.php, function pradoDecodeData()
Decodes a string.
- pradoEncodeData
- in file utils.php, function pradoEncodeData()
Encodes a string.
- pradoErrorHandler
- in file prado.php, function pradoErrorHandler()
error handler.
- pradoEscapeQuotes
- in file utils.php, function pradoEscapeQuotes()
Replaces each single quote with two single quotes.
- pradoFatalError
- in file prado.php, function pradoFatalError()
Fatal error handler.
- pradoGetApplication
- in file prado.php, function pradoGetApplication()
Returns the application singleton.
- pradoGetContextPath
- in file utils.php, function pradoGetContextPath()
Returns a path with respect to a context path.
- pradoImportClass
- in file prado.php, function pradoImportClass()
Includes a class definition file.
- pradoIsAbsoluteUrl
- in file utils.php, function pradoIsAbsoluteUrl()
Check if a URL is absolute or not.
- pradoParseDate
- in file utils.php, function pradoParseDate()
Returns a valid timestamp
- pradoSendFile
- in file utils.php, function pradoSendFile()
Sends a file to the end-user.
- pradoSerializeObject
- in file utils.php, function pradoSerializeObject()
Serializes an object to a string.
- pradoStripSlashes
- in file utils.php, function pradoStripSlashes()
Strips back slashes from a string or an array.
- pradoUnserializeObject
- in file utils.php, function pradoUnserializeObject()
Unserializes an object from a string.
- pradoVersion
- in file prado.php, function pradoVersion()
- PRADO_DIR
- in file prado.php, constant PRADO_DIR
the framework installation path
- PRADO_EXT_CLASS
- in file prado.php, constant PRADO_EXT_CLASS
the class file extension
- prado.php
- procedural page prado.php
- preprocessTemplate
- in file TResourceParser.php, method TResourceParser::preprocessTemplate()
Preprocesses a template string by inserting external templates (recursively).
top
r
- $readOnly
- in file classes.php, variable TCollection::$readOnly
whether this collection allows addition/removal of elements
- $request
- in file TApplication.php, variable TApplication::$request
request object
- $requestedPage
- in file TRequest.php, variable TRequest::$requestedPage
User requested page name (pageType or ModuleID.pageType)
- $resourceLocator
- in file TApplication.php, variable TApplication::$resourceLocator
resource locator
- $resourceParser
- in file TApplication.php, variable TApplication::$resourceParser
resource parser
- $rootPath
- in file TCacheManager.php, variable TCacheManager::$rootPath
the root cache path.
- raiseEvent
- in file TComponent.php, method TComponent::raiseEvent()
Invokes all attached event handler functions for a particular event.
- raisePostBackEvent
- in file classes.php, method IPostBackEventHandler::raisePostBackEvent()
Raises postback event.
- raisePostDataChangedEvent
- in file classes.php, method IPostBackDataHandler::raisePostDataChangedEvent()
Raises postdata changed event.
- readAliasConfig
- in file TApplication.php, method TApplication::readAliasConfig()
Reads the configuration for defining path aliases.
- readParameterConfig
- in file TApplication.php, method TApplication::readParameterConfig()
Reads the configuration for defining user parameters.
- readSecuredConfig
- in file TApplication.php, method TApplication::readSecuredConfig()
Reads the configuration for defining secured pages.
- readUsingConfig
- in file TApplication.php, method TApplication::readUsingConfig()
Reads the configuration for declaring namespace inclusion.
- redirect
- in file TApplication.php, method TApplication::redirect()
Redirects the browser to a URL.
- remove
- in file classes.php, method TCollection::remove()
Removes an item from the collection.
- removeAt
- in file classes.php, method TCollection::removeAt()
Removes an item at the specified position.
- removeChild
- in file TComponent.php, method TComponent::removeChild()
Removes a child component.
- removeChildren
- in file TComponent.php, method TComponent::removeChildren()
Removes all child components.
- rewind
- in file classes.php, method TCollection::rewind()
Rewinds internal array pointer.
- run
- in file TApplication.php, method TApplication::run()
The main entry to serves a page request.
top
s
- $savePath
- in file TSession.php, variable TSession::$savePath
The path used to save the session files
- $savePath
- in file TCacheManager.php, variable TCacheManager::$savePath
the current cache save path
- $secured
- in file TApplication.php, variable TApplication::$secured
list of pages to be secured globally
- $services
- in file TApplication.php, variable TApplication::$services
Service handler.
- $services
- in file TServiceManager.php, variable TServiceManager::$services
A list of all the service instantiated.
- $session
- in file TApplication.php, variable TApplication::$session
session object
- $specification
- in file TApplication.php, variable TApplication::$specification
application specification (parsed)
- $specificationFile
- in file TApplication.php, variable TApplication::$specificationFile
the absolute path of the application specification file
- $started
- in file TSession.php, variable TSession::$started
Whether the session is started.
- saveViewState
- in file TViewStateManager.php, method TViewStateManager::saveViewState()
Saves a viewstate (in terms of a string) in session.
- sendContentTypeHeader
- in file TGlobalization.php, method TGlobalization::sendContentTypeHeader()
Send the content type header.
- set
- in file classes.php, method ISession::set()
Sets a session variable
- set
- in file TSession.php, method TSession::set()
Sets a session variable
- setApplicationState
- in file TApplication.php, method TApplication::setApplicationState()
Sets the application state (on, off, debug)
- setAttribute
- in file TComponent.php, method TComponent::setAttribute()
Sets an attribute.
- setCurrentModule
- in file TCacheManager.php, method TCacheManager::setCurrentModule()
Sets the current module name.
- setDefinition
- in file TComponent.php, method TComponent::setDefinition()
Sets a component definition.
- setID
- in file TComponent.php, method TComponent::setID()
Sets a component ID.
- setMasterPageName
- in file TComponentDefinition.php, method TComponentDefinition::setMasterPageName()
- setParent
- in file TComponent.php, method TComponent::setParent()
Sets the parent of this component.
- setPropertyInitValue
- in file TComponent.php, method TComponent::setPropertyInitValue()
Sets the initial value of a property.
- setRoot
- in file TComponent.php, method TComponent::setRoot()
Sets the root component in the component hierarchy.
- setSessionState
- in file TComponent.php, method TComponent::setSessionState()
Sets a session variable.
- setUserParameter
- in file TModule.php, method TModule::setUserParameter()
Sets a user parameter.
- setUserParameter
- in file TApplication.php, method TApplication::setUserParameter()
Sets a user parameter.
- setUserParameters
- in file TModule.php, method TModule::setUserParameters()
Sets a list of user parameters.
- start
- in file classes.php, method ISession::start()
Starts the session.
- start
- in file TSession.php, method TSession::start()
Starts the session.
top
t
- $theme
- in file TApplication.php, variable TApplication::$theme
Currently loaded theme
- $themeFile
- in file TApplication.php, variable TApplication::$themeFile
Filename of the currently loaded theme
- $Translation
- in file TGlobalization.php, variable TGlobalization::$Translation
The current Translation configuration.
- STATE_DEBUG
- in file TApplication.php, class constant TApplication::STATE_DEBUG
- STATE_OFF
- in file TApplication.php, class constant TApplication::STATE_OFF
- STATE_ON
- in file TApplication.php, class constant TApplication::STATE_ON
application state
- TApplication
- in file TApplication.php, class TApplication
TApplication class
- TApplication.php
- procedural page TApplication.php
- TCacheManager
- in file TCacheManager.php, class TCacheManager
TCacheManager class
- TCacheManager.php
- procedural page TCacheManager.php
- TCollection
- in file classes.php, class TCollection
TCollection class
- TCommandEventParameter
- in file classes.php, class TCommandEventParameter
TCommandEventParameter class
- TComponent
- in file TComponent.php, class TComponent
TComponent class
- TComponentDefinition
- in file TComponentDefinition.php, class TComponentDefinition
TComponentDefinition class
- TComponentDefinition.php
- procedural page TComponentDefinition.php
- TComponent.php
- procedural page TComponent.php
- TErrorHandler
- in file TErrorHandler.php, class TErrorHandler
TErrorHandler class
- TErrorHandler.php
- procedural page TErrorHandler.php
- TEventParameter
- in file classes.php, class TEventParameter
TEventParameter class
- TGlobalization
- in file TGlobalization.php, class TGlobalization
TGlobalization class
- TGlobalization.php
- procedural page TGlobalization.php
- TModule
- in file TModule.php, class TModule
TModule class
- TModule.php
- procedural page TModule.php
- TPageDirective
- in file TPageDirective.php, class TPageDirective
TPageDirective class.
- TPageDirective.php
- procedural page TPageDirective.php
- transfer
- in file TApplication.php, method TApplication::transfer()
Terminates the execution of the current page and begins execution of a new page.
- translatePathAlias
- in file TApplication.php, method TApplication::translatePathAlias()
Returns the path corresponding to an alias.
- TRequest
- in file TRequest.php, class TRequest
TRequest class
- TRequest.php
- procedural page TRequest.php
- TResourceLocator
- in file TResourceLocator.php, class TResourceLocator
TResourceLocator class
- TResourceLocator.php
- procedural page TResourceLocator.php
- TResourceParser
- in file TResourceParser.php, class TResourceParser
TResourceParser class
- TResourceParser.php
- procedural page TResourceParser.php
- TServiceManager
- in file TServiceManager.php, class TServiceManager
TServiceManager class
- TSession
- in file TSession.php, class TSession
TSession class
- TSession.php
- procedural page TSession.php
- TViewStateManager
- in file TViewStateManager.php, class TViewStateManager
TViewStateManager class
- TViewStateManager.php
- procedural page TViewStateManager.php
top
top
top
top
y
- TYPE_ARRAY
- in file TComponentDefinition.php, class constant TComponentDefinition::TYPE_ARRAY
array type for component property, used in property definition
- TYPE_BOOLEAN
- in file TComponentDefinition.php, class constant TComponentDefinition::TYPE_BOOLEAN
boolean type for component property, used in property definition
- TYPE_FLOAT
- in file TComponentDefinition.php, class constant TComponentDefinition::TYPE_FLOAT
float type for component property, used in property definition
- TYPE_INTEGER
- in file TComponentDefinition.php, class constant TComponentDefinition::TYPE_INTEGER
integer type for component property, used in property definition
- TYPE_OBJECT
- in file TComponentDefinition.php, class constant TComponentDefinition::TYPE_OBJECT
object type for component property, used in property definition
- TYPE_STRING
- in file TComponentDefinition.php, class constant TComponentDefinition::TYPE_STRING
string type for component property, used in property definition
top
|
|