Packages:
System.IO
default
System.Web.UI
System.Web.UI.ActiveControls
System.Web.UI.WebControls
System.Web.UI.WebControls.assets
System.Web
System.Web.Services
System.Xml
System.Data.Common.Pgsql
System.Data.Common.Mssql
System.Data.Common
System.Data.Common.Mysql
System.Data.Commom.Sqlite
System.Data.Common.Oracle
System.Data.Common.Sqlite
System.Data
System.Data.ActiveRecord
System.Data.ActiveRecord.Relations
System.Data.ActiveReecord.Scaffold.InputBuilder
System.Data.ActiveRecord.Scaffold
System.Data.DataGateway
System.Data.SqlMap
System.Data.SqlMap.Statements
System.Data.SqlMap.Configuration
System.I18N
System.Util
System
System.Collections
System.Caching
System.Security
System.Exceptions


Classes:
Keyword

Element index for package System

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

_

__construct
in file TApplication.php, method TApplication::__construct()
    Constructor.
__construct
in file TDropContainer.php, method TDropContainerEventParameter::__construct()
    constructor
__construct
in file TComponent.php, method TComponentReflection::__construct()
    Constructor.
__get
in file TComponent.php, method TComponent::__get()
    Returns a property value or an event handler list by property or event name.
__set
in file TComponent.php, method TComponent::__set()
    Sets value of a component property.
top

a

add
in file interfaces.php, method ICache::add()
    Stores a value identified by a key into cache if the cache does not contain this key.
addParsedObject
in file TComponent.php, method TComponent::addParsedObject()
    Processes an object that is created during parsing template.
applyConfiguration
in file TApplication.php, method TApplication::applyConfiguration()
    Applies an application configuration.
attachEventHandler
in file TComponent.php, method TComponent::attachEventHandler()
    Attaches an event handler to an event.
autoload
in file PradoBase.php, method PradoBase::autoload()
    Class autoload loader.
CACHE_NAME
in file TApplication.php, class constant TApplicationStatePersister::CACHE_NAME
    Name of the value stored in cache
PAGE_SERVICE_ID
in file TApplication.php, class constant TApplication::PAGE_SERVICE_ID
    Page service ID
top

c

$classExists
in file PradoBase.php, variable PradoBase::$classExists
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 set.
clearGlobalState
in file TApplication.php, method TApplication::clearGlobalState()
    Clears a global value.
clearStyle
in file interfaces.php, method IStyleable::clearStyle()
    Removes all styles associated with the object
completeRequest
in file TApplication.php, method TApplication::completeRequest()
    Completes current request processing.
createComponent
in file PradoBase.php, method PradoBase::createComponent()
    Creates a component with the specified type.
createdOnTemplate
in file TComponent.php, method TComponent::createdOnTemplate()
    This method is invoked after the component is instantiated by a template.
top

d

dataBind
in file interfaces.php, method IBindable::dataBind()
    Performs databinding.
delete
in file interfaces.php, method ICache::delete()
    Deletes a value with the specified key from cache
detachEventHandler
in file TComponent.php, method TComponent::detachEventHandler()
    Detaches an existing event handler.
determinePropertyType
in file TComponent.php, method TComponentReflection::determinePropertyType()
    Determines the property type.
top

e

Debug
in file TApplication.php, class constant TApplicationMode::Debug
ensureArray
in file TComponent.php, method TPropertyValue::ensureArray()
    Converts a value to array type. If the value is a string and it is
ensureBoolean
in file TComponent.php, method TPropertyValue::ensureBoolean()
    Converts a value to boolean type.
ensureEnum
in file TComponent.php, method TPropertyValue::ensureEnum()
    Converts a value to enum type.
ensureFloat
in file TComponent.php, method TPropertyValue::ensureFloat()
    Converts a value to float type.
ensureInteger
in file TComponent.php, method TPropertyValue::ensureInteger()
    Converts a value to integer type.
ensureObject
in file TComponent.php, method TPropertyValue::ensureObject()
    Converts a value to object type.
ensureString
in file TComponent.php, method TPropertyValue::ensureString()
    Converts a value to string type.
evaluateExpression
in file TComponent.php, method TComponent::evaluateExpression()
    Evaluates a PHP expression in the context of this control.
evaluateStatements
in file TComponent.php, method TComponent::evaluateStatements()
    Evaluates a list of PHP statements.
exceptionHandler
in file PradoBase.php, method PradoBase::exceptionHandler()
    Default exception handler.
Performance
in file TApplication.php, class constant TApplicationMode::Performance
Vertical
in file TDraggable.php, class constant TDraggableConstraint::Vertical
top

f

fatalError
in file PradoBase.php, method PradoBase::fatalError()
    Fatal error handler.
flush
in file interfaces.php, method ITextWriter::flush()
    Flushes the content that has been written.
flush
in file interfaces.php, method ICache::flush()
    Deletes all values from cache.
flushOutput
in file TApplication.php, method TApplication::flushOutput()
    Flushes output to client side.
Off
in file TApplication.php, class constant TApplicationMode::Off
top

g

get
in file interfaces.php, method ICache::get()
    Retrieves a value from cache with a specified key.
getActiveControl
in file interfaces.php, method IActiveControl::getActiveControl()
getAliases
in file TApplication.php, method TApplicationConfiguration::getAliases()
    Returns list of path alias definitions.
getApplication
in file PradoBase.php, method PradoBase::getApplication()
getApplication
in file TApplicationComponent.php, method TApplicationComponent::getApplication()
getApplicationStatePersister
in file TApplication.php, method TApplication::getApplicationStatePersister()
getAssetManager
in file TApplication.php, method TApplication::getAssetManager()
getAuthorizationRules
in file TApplication.php, method TApplication::getAuthorizationRules()
getBasePath
in file TApplication.php, method TApplication::getBasePath()
getCache
in file TApplication.php, method TApplication::getCache()
getClassName
in file TComponent.php, method TComponentReflection::getClassName()
getConfigurationFile
in file TApplication.php, method TApplication::getConfigurationFile()
getData
in file interfaces.php, method IDataRenderer::getData()
getDroppedControl
in file TDropContainer.php, method TDropContainerEventParameter::getDroppedControl()
getEnabled
in file TService.php, method TService::getEnabled()
getEnabled
in file interfaces.php, method IService::getEnabled()
getErrorHandler
in file TApplication.php, method TApplication::getErrorHandler()
getEventHandlers
in file TComponent.php, method TComponent::getEventHandlers()
    Returns the list of attached event handlers for an event.
getEvents
in file TComponent.php, method TComponentReflection::getEvents()
getExternalConfigurations
in file TApplication.php, method TApplicationConfiguration::getExternalConfigurations()
getFrameworkPath
in file PradoBase.php, method PradoBase::getFrameworkPath()
getGlobalization
in file TApplication.php, method TApplication::getGlobalization()
getGlobalState
in file TApplication.php, method TApplication::getGlobalState()
    Returns a global value.
getHasChanged
in file interfaces.php, method ICacheDependency::getHasChanged()
getHasStyle
in file interfaces.php, method IStyleable::getHasStyle()
getID
in file TApplication.php, method TApplication::getID()
getID
in file TModule.php, method TModule::getID()
getID
in file TService.php, method TService::getID()
getID
in file interfaces.php, method IService::getID()
getID
in file interfaces.php, method IModule::getID()
getIsEmpty
in file TApplication.php, method TApplicationConfiguration::getIsEmpty()
getIsGuest
in file interfaces.php, method IUser::getIsGuest()
getLogger
in file PradoBase.php, method PradoBase::getLogger()
getMethods
in file TComponent.php, method TComponentReflection::getMethods()
getMode
in file TApplication.php, method TApplication::getMode()
getModule
in file TApplication.php, method TApplication::getModule()
getModules
in file TApplication.php, method TApplicationConfiguration::getModules()
    Returns list of module configurations.
getModules
in file TApplication.php, method TApplication::getModules()
getName
in file interfaces.php, method IUser::getName()
getPageServiceID
in file TApplication.php, method TApplication::getPageServiceID()
getParameters
in file TApplication.php, method TApplicationConfiguration::getParameters()
    Returns list of parameter definitions.
getParameters
in file TApplication.php, method TApplication::getParameters()
    Returns the list of application parameters.
getPathAliases
in file PradoBase.php, method PradoBase::getPathAliases()
getPathOfAlias
in file PradoBase.php, method PradoBase::getPathOfAlias()
getPathOfNamespace
in file PradoBase.php, method PradoBase::getPathOfNamespace()
    Translates a namespace into a file path.
getPreferredLanguage
in file PradoBase.php, method PradoBase::getPreferredLanguage()
    Returns the most preferred language by the client user.
getProperties
in file TComponent.php, method TComponentReflection::getProperties()
getProperties
in file TApplication.php, method TApplicationConfiguration::getProperties()
    Returns list of page initial property values.
getRequest
in file TApplicationComponent.php, method TApplicationComponent::getRequest()
getRequest
in file TApplication.php, method TApplication::getRequest()
getRequestCompleted
in file TApplication.php, method TApplication::getRequestCompleted()
getResponse
in file TApplicationComponent.php, method TApplicationComponent::getResponse()
getResponse
in file TApplication.php, method TApplication::getResponse()
getRoles
in file interfaces.php, method IUser::getRoles()
getRuntimePath
in file TApplication.php, method TApplication::getRuntimePath()
getSecurityManager
in file TApplication.php, method TApplication::getSecurityManager()
getService
in file TApplication.php, method TApplication::getService()
getService
in file TApplicationComponent.php, method TApplicationComponent::getService()
getServices
in file TApplication.php, method TApplicationConfiguration::getServices()
getSession
in file TApplicationComponent.php, method TApplicationComponent::getSession()
getSession
in file TApplication.php, method TApplication::getSession()
getStateFilePath
in file TApplication.php, method TApplicationStatePersister::getStateFilePath()
getStyle
in file interfaces.php, method IStyleable::getStyle()
getSubProperty
in file TComponent.php, method TComponent::getSubProperty()
    Evaluates a property path.
getUniqueID
in file TApplication.php, method TApplication::getUniqueID()
getUser
in file TApplication.php, method TApplication::getUser()
getUser
in file TApplicationComponent.php, method TApplicationComponent::getUser()
getUserLanguages
in file PradoBase.php, method PradoBase::getUserLanguages()
    Returns a list of user preferred languages.
getUsings
in file TApplication.php, method TApplicationConfiguration::getUsings()
    Returns list of namespaces to be used.
getVersion
in file PradoBase.php, method PradoBase::getVersion()
top

h

hasEvent
in file TComponent.php, method TComponent::hasEvent()
    Determines whether an event is defined.
hasEventHandler
in file TComponent.php, method TComponent::hasEventHandler()
hasProperty
in file TComponent.php, method TComponent::hasProperty()
    Determines whether a property is defined.
top

i

IActiveControl
in file interfaces.php, class IActiveControl
    IActiveControl interface.
IBindable
in file interfaces.php, class IBindable
    IBindable interface.
ICache
in file interfaces.php, class ICache
    ICache interface.
ICacheDependency
in file interfaces.php, class ICacheDependency
    ICacheDependency interface.
ICallbackEventHandler
in file interfaces.php, class ICallbackEventHandler
    ICallbackEventHandler interface.
IDataRenderer
in file interfaces.php, class IDataRenderer
    IDataRenderer interface.
IModule
in file interfaces.php, class IModule
    IModule interface.
init
in file TModule.php, method TModule::init()
    Initializes the module.
init
in file TApplication.php, method TApplicationStatePersister::init()
    Initializes module.
init
in file TService.php, method TService::init()
    Initializes the service and attaches run to the RunService event of application.
init
in file interfaces.php, method IService::init()
    Initializes the service.
init
in file interfaces.php, method IModule::init()
    Initializes the module.
initApplication
in file TApplication.php, method TApplication::initApplication()
    Loads configuration and initializes application.
initErrorHandlers
in file PradoBase.php, method PradoBase::initErrorHandlers()
    Initializes error handlers.
interfaces.php
procedural page interfaces.php
IRenderable
in file interfaces.php, class IRenderable
    IRenderable interface.
IService
in file interfaces.php, class IService
    IService interface.
isInRole
in file interfaces.php, method IUser::isInRole()
IStatePersister
in file interfaces.php, class IStatePersister
    IStatePersister class.
IStyleable
in file interfaces.php, class IStyleable
    IStyleable interface.
ITextWriter
in file interfaces.php, class ITextWriter
    ITextWriter interface.
IUser
in file interfaces.php, class IUser
    IUser interface.
top

l

CLASS_FILE_EXT
in file PradoBase.php, class constant PradoBase::CLASS_FILE_EXT
    File extension for Prado class files.
GLOBAL_FILE
in file TApplication.php, class constant TApplication::GLOBAL_FILE
    Global data file
load
in file interfaces.php, method IStatePersister::load()
    Loads state from a persistent storage.
load
in file TApplication.php, method TApplicationStatePersister::load()
    Loads application state from persistent storage.
loadExternalXml
in file TApplication.php, method TApplicationConfiguration::loadExternalXml()
    Loads the external XML configurations.
loadFromFile
in file TApplication.php, method TApplicationConfiguration::loadFromFile()
    Parses the application configuration file.
loadFromString
in file interfaces.php, method IUser::loadFromString()
loadFromXml
in file TApplication.php, method TApplicationConfiguration::loadFromXml()
    Parses the application configuration given in terms of a TXmlElement.
loadGlobals
in file TApplication.php, method TApplication::loadGlobals()
    Loads global values from persistent storage.
loadModulesXml
in file TApplication.php, method TApplicationConfiguration::loadModulesXml()
    Loads the modules XML node.
loadParametersXml
in file TApplication.php, method TApplicationConfiguration::loadParametersXml()
    Loads the parameters XML node.
loadPathsXml
in file TApplication.php, method TApplicationConfiguration::loadPathsXml()
    Loads the paths XML node.
loadServicesXml
in file TApplication.php, method TApplicationConfiguration::loadServicesXml()
    Loads the services XML node.
localize
in file PradoBase.php, method PradoBase::localize()
    Localize a text to the locale/culture specified in the globalization handler.
log
in file PradoBase.php, method PradoBase::log()
    Logs a message.
top

o

CONFIGCACHE_FILE
in file TApplication.php, class constant TApplication::CONFIGCACHE_FILE
    Config cache file
CONFIG_FILE
in file TApplication.php, class constant TApplication::CONFIG_FILE
    Application configuration file name
CONFIG_FILE_EXT
in file TApplication.php, class constant TApplication::CONFIG_FILE_EXT
    File extension for external config files
Horizontal
in file TDraggable.php, class constant TDraggableConstraint::Horizontal
None
in file TDraggable.php, class constant TDraggableConstraint::None
Normal
in file TApplication.php, class constant TApplicationMode::Normal
onAuthentication
in file TApplication.php, method TApplication::onAuthentication()
    Raises OnAuthentication event.
onAuthenticationComplete
in file TApplication.php, method TApplication::onAuthenticationComplete()
    Raises OnAuthenticationComplete event.
onAuthorization
in file TApplication.php, method TApplication::onAuthorization()
    Raises OnAuthorization event.
onAuthorizationComplete
in file TApplication.php, method TApplication::onAuthorizationComplete()
    Raises OnAuthorizationComplete event.
onBeginRequest
in file TApplication.php, method TApplication::onBeginRequest()
    Raises OnBeginRequest event.
onEndRequest
in file TApplication.php, method TApplication::onEndRequest()
    Raises OnEndRequest event.
onError
in file TApplication.php, method TApplication::onError()
    Raises OnError event.
onLoadState
in file TApplication.php, method TApplication::onLoadState()
    Raises OnLoadState event.
onLoadStateComplete
in file TApplication.php, method TApplication::onLoadStateComplete()
    Raises OnLoadStateComplete event.
onPreFlushOutput
in file TApplication.php, method TApplication::onPreFlushOutput()
    Raises OnPreFlushOutput event.
onPreRunService
in file TApplication.php, method TApplication::onPreRunService()
    Raises OnPreRunService event.
onSaveState
in file TApplication.php, method TApplication::onSaveState()
    Raises OnSaveState event.
onSaveStateComplete
in file TApplication.php, method TApplication::onSaveStateComplete()
    Raises OnSaveStateComplete event.
top

p

phpErrorHandler
in file PradoBase.php, method PradoBase::phpErrorHandler()
    PHP error handler.
poweredByPrado
in file PradoBase.php, method PradoBase::poweredByPrado()
Prado
in file prado.php, class Prado
    Defines Prado class if not defined.
PradoBase
in file PradoBase.php, class PradoBase
    PradoBase class.
PradoBase.php
procedural page PradoBase.php
PRADO_CHMOD
in file PradoBase.php, constant PRADO_CHMOD
    Defines the default permission for writable directories and files
PRADO_DIR
in file PradoBase.php, constant PRADO_DIR
    Defines the PRADO framework installation path.
prado.php
procedural page prado.php
publishAsset
in file TApplicationComponent.php, method TApplicationComponent::publishAsset()
    Publishes a private asset and gets its URL.
publishFilePath
in file TApplicationComponent.php, method TApplicationComponent::publishFilePath()
    Publishes a file or directory and returns its URL.
top

r

raiseCallbackEvent
in file interfaces.php, method ICallbackEventHandler::raiseCallbackEvent()
    Raises callback event. The implementation of this function should raise appropriate event(s) (e.g. OnClick, OnCommand) indicating the component is responsible for the callback event.
raiseEvent
in file TComponent.php, method TComponent::raiseEvent()
    Raises an event.
render
in file interfaces.php, method IRenderable::render()
    Renders the component to end-users.
resolvePaths
in file TApplication.php, method TApplication::resolvePaths()
    Resolves application-relevant paths.
run
in file TShellApplication.php, method TShellApplication::run()
    Runs the application.
run
in file TService.php, method TService::run()
    Runs the service.
run
in file TApplication.php, method TApplication::run()
    Executes the lifecycles of the application.
run
in file interfaces.php, method IService::run()
    Runs the service.
runService
in file TApplication.php, method TApplication::runService()
    Runs the requested service.
top

s

save
in file TApplication.php, method TApplicationStatePersister::save()
    Saves application state in persistent storage.
save
in file interfaces.php, method IStatePersister::save()
    Saves state into a persistent storage.
saveGlobals
in file TApplication.php, method TApplication::saveGlobals()
    Saves global values into persistent storage.
saveToString
in file interfaces.php, method IUser::saveToString()
serialize
in file PradoBase.php, method PradoBase::serialize()
    Serializes a data.
set
in file interfaces.php, method ICache::set()
    Stores a value identified by a key into cache.
setApplication
in file PradoBase.php, method PradoBase::setApplication()
    Stores the application instance in the class static member.
setApplicationStatePersister
in file TApplication.php, method TApplication::setApplicationStatePersister()
setAssetManager
in file TApplication.php, method TApplication::setAssetManager()
setBasePath
in file TApplication.php, method TApplication::setBasePath()
setCache
in file TApplication.php, method TApplication::setCache()
setConfigurationFile
in file TApplication.php, method TApplication::setConfigurationFile()
setData
in file interfaces.php, method IDataRenderer::setData()
setEnabled
in file TService.php, method TService::setEnabled()
setEnabled
in file interfaces.php, method IService::setEnabled()
setErrorHandler
in file TApplication.php, method TApplication::setErrorHandler()
setGlobalization
in file TApplication.php, method TApplication::setGlobalization()
setGlobalState
in file TApplication.php, method TApplication::setGlobalState()
    Sets a global value.
setID
in file interfaces.php, method IService::setID()
setID
in file interfaces.php, method IModule::setID()
setID
in file TModule.php, method TModule::setID()
setID
in file TApplication.php, method TApplication::setID()
setID
in file TService.php, method TService::setID()
setIsGuest
in file interfaces.php, method IUser::setIsGuest()
setMode
in file TApplication.php, method TApplication::setMode()
setModule
in file TApplication.php, method TApplication::setModule()
    Adds a module to application.
setName
in file interfaces.php, method IUser::setName()
setPageServiceID
in file TApplication.php, method TApplication::setPageServiceID()
setPathOfAlias
in file PradoBase.php, method PradoBase::setPathOfAlias()
setRequest
in file TApplication.php, method TApplication::setRequest()
setResponse
in file TApplication.php, method TApplication::setResponse()
setRoles
in file interfaces.php, method IUser::setRoles()
setRuntimePath
in file TApplication.php, method TApplication::setRuntimePath()
setSecurityManager
in file TApplication.php, method TApplication::setSecurityManager()
setService
in file TApplication.php, method TApplication::setService()
setSession
in file TApplication.php, method TApplication::setSession()
setSubProperty
in file TComponent.php, method TComponent::setSubProperty()
    Sets a value to a property path.
setUser
in file TApplication.php, method TApplication::setUser()
startService
in file TApplication.php, method TApplication::startService()
    Starts the specified service.
top

t

STATE_DEBUG
in file TApplication.php, class constant TApplication::STATE_DEBUG
STATE_NORMAL
in file TApplication.php, class constant TApplication::STATE_NORMAL
STATE_OFF
in file TApplication.php, class constant TApplication::STATE_OFF
    possible application mode.
STATE_PERFORMANCE
in file TApplication.php, class constant TApplication::STATE_PERFORMANCE
TApplication
in file TApplication.php, class TApplication
    TApplication class.
TApplicationComponent
in file TApplicationComponent.php, class TApplicationComponent
    TApplicationComponent class
TApplicationComponent.php
procedural page TApplicationComponent.php
TApplicationConfiguration
in file TApplication.php, class TApplicationConfiguration
    TApplicationConfiguration class.
TApplicationMode
in file TApplication.php, class TApplicationMode
    TApplicationMode class.
TApplicationStatePersister
in file TApplication.php, class TApplicationStatePersister
    TApplicationStatePersister class.
TApplication.php
procedural page TApplication.php
TComponent
in file TComponent.php, class TComponent
    TComponent class
TComponentReflection
in file TComponent.php, class TComponentReflection
    TComponentReflection class.
TComponent.php
procedural page TComponent.php
TDraggableConstraint
in file TDraggable.php, class TDraggableConstraint
    TEnumerable class.
TDropContainerEventParameter
in file TDropContainer.php, class TDropContainerEventParameter
    TDropContainerEventParameter class
TEnumerable
in file TComponent.php, class TEnumerable
    TEnumerable class.
TEventParameter
in file TComponent.php, class TEventParameter
    TEventParameter class.
TModule
in file TModule.php, class TModule
    TModule class.
TModule.php
procedural page TModule.php
TPropertyValue
in file TComponent.php, class TPropertyValue
    TPropertyValue class
trace
in file PradoBase.php, method PradoBase::trace()
    Writes a log message.
TReflectionClass
in file PradoBase.php, class TReflectionClass
    TReflectionClass class.
TService
in file TService.php, class TService
    TService class.
TService.php
procedural page TService.php
TShellApplication
in file TShellApplication.php, class TShellApplication
    TShellApplication class.
TShellApplication.php
procedural page TShellApplication.php
top

u

RUNTIME_PATH
in file TApplication.php, class constant TApplication::RUNTIME_PATH
    Runtime directory name
unserialize
in file PradoBase.php, method PradoBase::unserialize()
    Unserializes a data.
using
in file PradoBase.php, method PradoBase::using()
    Uses a namespace.
top

v

varDump
in file PradoBase.php, method PradoBase::varDump()
    Converts a variable into a string representation.
top

w

write
in file interfaces.php, method ITextWriter::write()
    Writes a string.
top