Full index

Package indexes


a b c d e f g h i j k l m n p r s t u v w _
a
top
$actionConfigClass
PHRUTS_ModuleConfig::$actionConfigClass in PHRUTS_ModuleConfig.php
The default class name to be used when creating action config instances.
$actionConfigs
PHRUTS_ModuleConfig::$actionConfigs in PHRUTS_ModuleConfig.php
The set of action configurations for this module, if any, keyed by the path property.
$actions
PHRUTS_RequestProcessor::$actions in PHRUTS_RequestProcessor.php
The set of PHRUTS_Action instances that have been created and initialized, keyed by the fully qualified PHP class name of the PHRUTS_Action class.
$attribute
PHRUTS_ActionConfig::$attribute in PHRUTS_ActionConfig.php
The request-scope or session-scope attribute name under which our form bean is accessed, if it is different from the form bean's specified name.
$attributes
PHRUTS_ServiceContext::$attributes in PHRUTS_ServiceContext.php
The context attributes.
$attributes
PHRUTS_HttpServiceRequest::$attributes in PHRUTS_HttpServiceRequest.php
The attributes associated with this request, keyed by attribute name.
$attributes
PHRUTS_HttpSession::$attributes in PHRUTS_HttpSession.php
$autoflush
PHRUTS_HttpServiceResponse::$autoflush in PHRUTS_HttpServiceResponse.php
If auto-flush is enabled, any writes are automatically flushed to the client whenever writeln method is called.
ACTION_SERVICE_KEY
The context attributes key under which our ActionService instance will be stored.
add
PHRUTS_ActionErrors::add() in PHRUTS_ActionErrors.php
Add an error message to the set of errors for the specified property.
addActionConfig
PHRUTS_ModuleConfig::addActionConfig() in PHRUTS_ModuleConfig.php
Add a new PHRUTS_ActionConfig instance to the set associated with this module.
addCookie
PHRUTS_HttpServiceResponse::addCookie() in PHRUTS_HttpServiceResponse.php
Adds the specified cookie to the response.
addDataSourceConfig
Add a new PHRUTS_DataSourceConfig instance to the set associated with this module.
addDateHeader
PHRUTS_HttpServiceResponse::addDateHeader() in PHRUTS_HttpServiceResponse.php
Adds a response header with the given name and date-value.
addFormBeanConfig
PHRUTS_ModuleConfig::addFormBeanConfig() in PHRUTS_ModuleConfig.php
Add a new PHRUTS_FormBeanConfig instance to the set associated with this module.
addForwardConfig
PHRUTS_ActionConfig::addForwardConfig() in PHRUTS_ActionConfig.php
Add a new PHRUTS_ForwardConfig instance to the set of global forwards associated with this action.
addForwardConfig
PHRUTS_ModuleConfig::addForwardConfig() in PHRUTS_ModuleConfig.php
Add a new PHRUTS_ForwardConfig instance to the set of global forwards associated with this module.
addHeader
PHRUTS_HttpServiceResponse::addHeader() in PHRUTS_HttpServiceResponse.php
Add a response header with the given name and value.
addMessageResourcesConfig
Add a new PHRUTS_MessageResourcesConfig instance to the set associated with this module.
addPlugInConfig
PHRUTS_ModuleConfig::addPlugInConfig() in PHRUTS_ModuleConfig.php
Add a newly configured PHRUTS_PlugInConfig instance to the set of plug-in Actions for this module.
addProperty
PHRUTS_DataSourceConfig::addProperty() in PHRUTS_DataSourceConfig.php
Add a new custom configuration property.
addProperty
PHRUTS_PlugInConfig::addProperty() in PHRUTS_PlugInConfig.php
Add a new property name and value to the set that will be used to configure the PHRUTS_PlugIn instance.
addRuleInstances
PHRUTS_ServiceRuleSet::addRuleInstances() in PHRUTS_ServiceRuleSet.php
Add the set of PHIGEST_Rule instances defined in this RuleSet to the specified PHIGEST_Digester instance.
addRuleInstances
PHRUTS_ConfigRuleSet::addRuleInstances() in PHRUTS_ConfigRuleSet.php
Add the set of PHIGEST_Rule instances defined in this RuleSet to the specified PHIGEST_Digester instance.
b
top
$basePath
PHRUTS_ServiceContext::$basePath in PHRUTS_ServiceContext.php
Base path of the web application.
$buffer
PHRUTS_HttpServiceResponse::$buffer in PHRUTS_HttpServiceResponse.php
The buffer through which all of our output is passed.
BASIC_AUTH
PHRUTS_HttpServiceRequest::BASIC_AUTH in PHRUTS_HttpServiceRequest.php
String identifier for Basic authentication.
begin
PHRUTS_SetActionConfigClassRule::begin() in PHRUTS_ConfigRuleSet.php
begin
PHRUTS_PlugInSetPropertyRule::begin() in PHRUTS_ConfigRuleSet.php
begin
PHRUTS_AddDataSourcePropertyRule::begin() in PHRUTS_ConfigRuleSet.php
c
top
$CANADA
PHRUTS_Locale::$CANADA in PHRUTS_Locale.php
PHRUTS_Locale which represents the English speaking portion of Canada.
$CANADA_FRENCH
PHRUTS_Locale::$CANADA_FRENCH in PHRUTS_Locale.php
PHRUTS_Locale which represents the French speaking portion of Canada.
$characterEncoding
PHRUTS_HttpServiceResponse::$characterEncoding in PHRUTS_HttpServiceResponse.php
The character encoding associated with this Response.
$charsetSet
PHRUTS_HttpServiceResponse::$charsetSet in PHRUTS_HttpServiceResponse.php
Has the charset been explicitly set.
$CHINA
PHRUTS_Locale::$CHINA in PHRUTS_Locale.php
PHRUTS_Locale which represents China.
$CHINESE
PHRUTS_Locale::$CHINESE in PHRUTS_Locale.php
PHRUTS_Locale which represents the Chinese language.
$className
PHRUTS_PlugInConfig::$className in PHRUTS_PlugInConfig.php
The fully qualified PHP class name of the PHRUTS_PlugIn implementation class being configured.
$committed
PHRUTS_HttpServiceResponse::$committed in PHRUTS_HttpServiceResponse.php
Boolean indicating if the response has been committed.
$config
PHRUTS_MessageResources::$config in PHRUTS_MessageResources.php
The configuration parameter used to initialize this PHRUTS_MessageResources.
$config
PHRUTS_ActionService::$config in PHRUTS_ActionService.php
Comma-separated list of context-relative path(s) to our configuration resource(s) for the default module.
$config
PHRUTS_DataSourceFactory::$config in PHRUTS_DataSourceFactory.php
Data source configuration.
$configDigester
PHRUTS_ActionService::$configDigester in PHRUTS_ActionService.php
The digester used to produce PHRUTS_ModuleConfig object from a PHruts configuration file.
$configured
PHRUTS_ForwardConfig::$configured in PHRUTS_ForwardConfig.php
Has this component been completely configured?
$configured
PHRUTS_MessageResourcesConfig::$configured in PHRUTS_MessageResourcesConfig.php
Has this component been completely configured?
$configured
PHRUTS_PlugInConfig::$configured in PHRUTS_PlugInConfig.php
Has this component been completely configured?
$configured
PHRUTS_ModuleConfig::$configured in PHRUTS_ModuleConfig.php
Has this application been completely configured yet.
$configured
PHRUTS_FormBeanConfig::$configured in PHRUTS_FormBeanConfig.php
Has this component been completely configured?
$configured
PHRUTS_DataSourceConfig::$configured in PHRUTS_DataSourceConfig.php
Has this component been completely configured?
$configured
PHRUTS_ControllerConfig::$configured in PHRUTS_ControllerConfig.php
Has this component been completely configured?
$configured
PHRUTS_ActionConfig::$configured in PHRUTS_ActionConfig.php
Has this component been completely configured?
$contentType
PHRUTS_ControllerConfig::$contentType in PHRUTS_ControllerConfig.php
The content type and character encoding to be set on each response.
$contentType
PHRUTS_HttpServiceResponse::$contentType in PHRUTS_HttpServiceResponse.php
The content type associated with this Response.
$context
PHRUTS_RequestDispatcher::$context in PHRUTS_RequestDispatcher.php
The context this PHRUTS_RequestDispatcher is associated with.
$controllerConfig
PHRUTS_ModuleConfig::$controllerConfig in PHRUTS_ModuleConfig.php
The controller configuration object for this module
$cookies
PHRUTS_HttpServiceResponse::$cookies in PHRUTS_HttpServiceResponse.php
The set of Cookies associated with this Response.
$cookies
PHRUTS_HttpServiceRequest::$cookies in PHRUTS_HttpServiceRequest.php
The set of cookies associated with this request.
$country
PHRUTS_Locale::$country in PHRUTS_Locale.php
The country code, as returned by getCountry().
CANCEL_KEY
PHRUTS_Globals::CANCEL_KEY in PHRUTS_Globals.php
The request attributes key under which a boolean true value should be stored if this request was cancelled.
CANCEL_PROPERTY
PHRUTS_Globals::CANCEL_PROPERTY in PHRUTS_Globals.php
The property under which a Cancel button press is reported.
classIsAssignableFrom
Discover whether an instance of the class from would be an instance of the class as well.
clear
PHRUTS_ActionErrors::clear() in PHRUTS_ActionErrors.php
Clear all errors recorded by this object.
CLIENT_CERT_AUTH
PHRUTS_HttpServiceRequest::CLIENT_CERT_AUTH in PHRUTS_HttpServiceRequest.php
String identifier for Client Certificate authentication.
commit
PHRUTS_HttpServiceResponse::commit() in PHRUTS_HttpServiceResponse.php
Commit the response.
commit
PHRUTS_HttpSession::commit() in PHRUTS_HttpSession.php
containsHeader
PHRUTS_HttpServiceResponse::containsHeader() in PHRUTS_HttpServiceResponse.php
Returns a boolean indicating whether the named response header has already been set.
createActionForm
PHRUTS_RequestUtils::createActionForm() in PHRUTS_RequestUtils.php
Create (if necessary) and return a PHRUTS_ActionForm instance appropriate for this request.
createDataSource
PHRUTS_DataSourceFactory::createDataSource() in PHRUTS_DataSourceFactory.php
Create a data source object.
createDataSource
PHRUTS_PDODataSourceFactory::createDataSource() in PHRUTS_PDODataSourceFactory.php
Create a data source object.
createFactory
PHRUTS_DataSourceFactory::createFactory() in PHRUTS_DataSourceFactory.php
Create and return a PHRUTS_DataSourceFactory instance of the appropriate class, which can be used to create customized data source instances.
createFactory
PHRUTS_MessageResourcesFactory::createFactory() in PHRUTS_MessageResourcesFactory.php
Create and return a PHRUTS_MessageResourcesFactory instance of the appropriate class, which can be used to create customized PHRUTS_MessageResources instances.
createObject
createObject
createObject
createObject
PHRUTS_ActionConfigFactory::createObject() in PHRUTS_ConfigRuleSet.php
createObject
createObject
createResources
PHRUTS_PropertyMessageResourcesFactory::createResources() in PHRUTS_PropertyMessageResourcesFactory.php
Create and return a newly instansiated PHRUTS_MessageResources.
createResources
PHRUTS_MessageResourcesFactory::createResources() in PHRUTS_MessageResourcesFactory.php
Create an return a newly instansiated PHRUTS_MessageResources.
d
top
$dataSourceFactories
PHRUTS_ActionService::$dataSourceFactories in PHRUTS_ActionService.php
The factories data sources that has been configured for this module, if any.
$dataSources
PHRUTS_ModuleConfig::$dataSources in PHRUTS_ModuleConfig.php
The set of data source configurations for this module, if any, keyed by the key property.
$defaultLocale
PHRUTS_Action::$defaultLocale in PHRUTS_Action.php
The system default PHRUTS_Locale.
$defaultLocale
PHRUTS_Locale::$defaultLocale in PHRUTS_Locale.php
The default locale.
$defaultLocale
PHRUTS_MessageResources::$defaultLocale in PHRUTS_MessageResources.php
The default PHRUTS_Locale for our environment.
$domain
PHRUTS_Cookie::$domain in PHRUTS_Cookie.php
DATA_SOURCE_KEY
PHRUTS_Globals::DATA_SOURCE_KEY in PHRUTS_Globals.php
The context attribute key under which our default configured data source is stored, if one is configured for this module.
destroy
PHRUTS_Smarty::destroy() in PHRUTS_Smarty.php
Receive notification that our owning module is being shut down.
destroy
PHRUTS_PlugIn::destroy() in PHRUTS_PlugIn.php
Receive notification that our owning module is being shut down.
DIGEST_AUTH
PHRUTS_HttpServiceRequest::DIGEST_AUTH in PHRUTS_HttpServiceRequest.php
String identifier for Digest authentication.
doForward
PHRUTS_RequestProcessor::doForward() in PHRUTS_RequestProcessor.php
Do a forward to specified uri using request dispatcher.
doForward
PHRUTS_RequestDispatcher::doForward() in PHRUTS_RequestDispatcher.php
Forward this request and response to another resource for processing.
doInclude
PHRUTS_RequestDispatcher::doInclude() in PHRUTS_RequestDispatcher.php
Include the response from another resource in the current response.
doInclude
PHRUTS_RequestProcessor::doInclude() in PHRUTS_RequestProcessor.php
Do an include of specified uri using request dispatcher.
e
top
$ENGLISH
PHRUTS_Locale::$ENGLISH in PHRUTS_Locale.php
PHRUTS_Locale which represents the English language.
$errors
PHRUTS_ActionErrors::$errors in PHRUTS_ActionErrors.php
The accumulated set of PHRUTS_ActionError objects for each property, keyed by property name.
encodeRedirectURL
PHRUTS_HttpServiceResponse::encodeRedirectURL() in PHRUTS_HttpServiceResponse.php
Encodes the specified URL for use in the sendRedirect method or, if encoding is not needed, returns the URL unchanged.
equals
PHRUTS_Locale::equals() in PHRUTS_Locale.php
Compares two locales.
ERROR_KEY
PHRUTS_Globals::ERROR_KEY in PHRUTS_Globals.php
The request attributes key under which your action should store an ActionErrors object.
execute
PHRUTS_Action::execute() in PHRUTS_Action.php
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it), with provision for handling exceptions thrown by the business logic.
f
top
$factory
PHRUTS_MessageResourcesConfig::$factory in PHRUTS_MessageResourcesConfig.php
Fully qualified PHP class name of the PHRUTS_MessageResourcesFactory class we should use.
$factoryClass
PHRUTS_MessageResourcesFactory::$factoryClass in PHRUTS_MessageResourcesFactory.php
The fully qualified class name to be used for PHRUTS_MessageResourcesFactory instances.
$factoryClass
PHRUTS_DataSourceFactory::$factoryClass in PHRUTS_DataSourceFactory.php
The fully qualified class name to be used for PHRUTS_DataSourceFactory instances.
$formats
PHRUTS_MessageResources::$formats in PHRUTS_MessageResources.php
The set of previously created formated messages, keyed by the key computed in messageKey method.
$formBeans
PHRUTS_ModuleConfig::$formBeans in PHRUTS_ModuleConfig.php
The set of form bean configurations for this module, if any, keyed by the name property.
$forward
PHRUTS_ActionConfig::$forward in PHRUTS_ActionConfig.php
Context-relative path of the web application resource that will process this request via PHRUTS_RequestDispatcher->doForward(), instead of instantiating and calling the PHRUTS_Action class specified by "type".
$forwards
PHRUTS_ModuleConfig::$forwards in PHRUTS_ModuleConfig.php
The set of global forward configurations for this module, if any, keyed by the name property.
$forwards
PHRUTS_ActionConfig::$forwards in PHRUTS_ActionConfig.php
The set of local forward configurations for this action, if any, keyed by the name property.
$FRANCE
PHRUTS_Locale::$FRANCE in PHRUTS_Locale.php
PHRUTS_Locale which represents France.
$FRENCH
PHRUTS_Locale::$FRENCH in PHRUTS_Locale.php
PHRUTS_Locale which represents the French language.
findActionConfig
PHRUTS_ModuleConfig::findActionConfig() in PHRUTS_ModuleConfig.php
Return the action configuration for the specified path, if any; otherwise return null.
findActionConfigs
PHRUTS_ModuleConfig::findActionConfigs() in PHRUTS_ModuleConfig.php
Return the action configurations for this module.
findDataSourceConfig
Return the data source configuration for the specified key, if any; otherwise return null.
findDataSourceConfigs
Return the data source configurations for this module.
findFormBeanConfig
Return the form bean configuration for the specified key, if any; otherwise return null.
findFormBeanConfigs
Return the form bean configurations for this module.
findForwardConfig
PHRUTS_ModuleConfig::findForwardConfig() in PHRUTS_ModuleConfig.php
Return the forward configuration for the specified key, if any; otherwise return null.
findForwardConfig
PHRUTS_ActionConfig::findForwardConfig() in PHRUTS_ActionConfig.php
Return the forward configuration for the specified key, if any; otherwise return null.
findForwardConfigs
Return the forward configurations for this module.
findForwardConfigs
Return all forward configurations for this Action.
findMessage
PHRUTS_PropertyMessageResources::findMessage() in PHRUTS_PropertyMessageResources.php
Returns a text message for the specified key, for the specified PHRUTS_Locale.
findMessageByLocaleKey
PHRUTS_PropertyMessageResources::findMessageByLocaleKey() in PHRUTS_PropertyMessageResources.php
Returns a text message for the specified key, for the specified PHRUTS_Locale.
findMessageResourcesConfig
Return the message resources configuration for the specified key, if any; otherwise return null.
findMessageResourcesConfigs
Return the message resources configurations for this module.
findPlugInConfigs
PHRUTS_ModuleConfig::findPlugInConfigs() in PHRUTS_ModuleConfig.php
Return the configured plug-in actions for this module.
flushBuffer
PHRUTS_HttpServiceResponse::flushBuffer() in PHRUTS_HttpServiceResponse.php
Forces any content in the buffer to be written to the client.
formatMessage
PHRUTS_MessageResources::formatMessage() in PHRUTS_MessageResources.php
Format the message pattern by replacing the {0}-{3} parameters with the corresponding args array parameters.
FORM_AUTH
PHRUTS_HttpServiceRequest::FORM_AUTH in PHRUTS_HttpServiceRequest.php
String identifier for Form authentication.
freeze
PHRUTS_PlugInConfig::freeze() in PHRUTS_PlugInConfig.php
Freeze the configuration of this component.
freeze
PHRUTS_ModuleConfig::freeze() in PHRUTS_ModuleConfig.php
Freeze the configuration of this module.
freeze
PHRUTS_MessageResourcesConfig::freeze() in PHRUTS_MessageResourcesConfig.php
Freeze the configuration of this component.
freeze
PHRUTS_ActionConfig::freeze() in PHRUTS_ActionConfig.php
Freeze the configuration of this action.
freeze
PHRUTS_ControllerConfig::freeze() in PHRUTS_ControllerConfig.php
Freeze the configuration of this component.
freeze
PHRUTS_DataSourceConfig::freeze() in PHRUTS_DataSourceConfig.php
Freeze the configuration of this data source.
freeze
PHRUTS_FormBeanConfig::freeze() in PHRUTS_FormBeanConfig.php
Freeze the configuration of this component.
freeze
PHRUTS_ForwardConfig::freeze() in PHRUTS_ForwardConfig.php
Freeze the configuration of this component.
g
top
$GERMAN
PHRUTS_Locale::$GERMAN in PHRUTS_Locale.php
PHRUTS_Locale which represents the German language.
$GERMANY
PHRUTS_Locale::$GERMANY in PHRUTS_Locale.php
PHRUTS_Locale which represents Germany.
gc_execute
PHRUTS_HttpSession::gc_execute() in PHRUTS_HttpSession.php
Execution of the internal garbage collector.
get
PHRUTS_ActionErrors::get() in PHRUTS_ActionErrors.php
Return the set of errors related to a specific property or the set of all recorded errors (property = "") without distinction by which property the errors are associated with.
getActionConfigClass
The default class name to be used when creating action config instances.
getAttribute
PHRUTS_HttpSession::getAttribute() in PHRUTS_HttpSession.php
Returns the object bound with the specified name in this session, or null if no object is bound under the name.
getAttribute
PHRUTS_ActionConfig::getAttribute() in PHRUTS_ActionConfig.php
Return the request-scope or session-scope attribute name under which our form bean is accessed, if it is different from the form bean's specified name.
getAttribute
PHRUTS_HttpServiceRequest::getAttribute() in PHRUTS_HttpServiceRequest.php
Returns the value of the named attribute as an object, or null if no attribute of the given name exists.
getAttribute
PHRUTS_ServiceContext::getAttribute() in PHRUTS_ServiceContext.php
Returns the attribute with the given name, or null if there is no attribute by that name.
getAttributeNames
PHRUTS_HttpServiceRequest::getAttributeNames() in PHRUTS_HttpServiceRequest.php
Returns an array containing the names of the attributes available to this request.
getAttributeNames
PHRUTS_HttpSession::getAttributeNames() in PHRUTS_HttpSession.php
Returns an array of string containing the names of all the objects bound to this session.
getAttributeNames
PHRUTS_ServiceContext::getAttributeNames() in PHRUTS_ServiceContext.php
Returns an array containing the attribute names available within this context.
getAuthType
PHRUTS_HttpServiceRequest::getAuthType() in PHRUTS_HttpServiceRequest.php
Returns the name of the authentication scheme used to protect the service.
getAutoflush
PHRUTS_HttpServiceResponse::getAutoflush() in PHRUTS_HttpServiceResponse.php
Returns the actual auto-flush property for the response.
getBaseMessage
PHRUTS_MessageResources::getBaseMessage() in PHRUTS_MessageResources.php
Returns a text message for the specified key and the specified PHRUTS_Locale.
getBaseMessage
PHRUTS_PropertyMessageResources::getBaseMessage() in PHRUTS_PropertyMessageResources.php
Returns a text message for the specified key, for the specified PHRUTS_Locale.
getBufferSize
PHRUTS_HttpServiceResponse::getBufferSize() in PHRUTS_HttpServiceResponse.php
Returns the actual buffer size used for the response.
getCharacterEncoding
PHRUTS_HttpServiceResponse::getCharacterEncoding() in PHRUTS_HttpServiceResponse.php
Returns the name of the character encoding (MIME charset) used for the body sent in this response.
getClassName
PHRUTS_ClassLoader::getClassName() in PHRUTS_ClassLoader.php
Return only the class name of a fully qualified name.
getClassName
PHRUTS_PlugInConfig::getClassName() in PHRUTS_PlugInConfig.php
getConfig
PHRUTS_MessageResources::getConfig() in PHRUTS_MessageResources.php
The configuration parameter used to initialize this PHRUTS_MessageResources.
getConfig
PHRUTS_DataSourceFactory::getConfig() in PHRUTS_DataSourceFactory.php
getConfigured
PHRUTS_ModuleConfig::getConfigured() in PHRUTS_ModuleConfig.php
Has this module been completely configured yet.
getContentType
PHRUTS_HttpServiceRequest::getContentType() in PHRUTS_HttpServiceRequest.php
Returns the MIME type of the body of the request, or null if the type is not known.
getContentType
PHRUTS_ControllerConfig::getContentType() in PHRUTS_ControllerConfig.php
getContentType
PHRUTS_HttpServiceResponse::getContentType() in PHRUTS_HttpServiceResponse.php
Returns the content type used for the MIME body sent in this response.
getControllerConfig
The controller configuration object for this module.
getCookies
PHRUTS_HttpServiceRequest::getCookies() in PHRUTS_HttpServiceRequest.php
Returns an array containing all of the Cookie objects the client sent with this request.
getCountry
PHRUTS_Locale::getCountry() in PHRUTS_Locale.php
Returns the country code of this locale.
getDataSource
PHRUTS_Action::getDataSource() in PHRUTS_Action.php
Return the specified data source for the current module.
getDataSource
PHRUTS_ActionService::getDataSource() in PHRUTS_ActionService.php
Return the specified data source for the current module.
getDefault
PHRUTS_Locale::getDefault() in PHRUTS_Locale.php
Returns the default PHRUTS_Locale.
getDomain
PHRUTS_Cookie::getDomain() in PHRUTS_Cookie.php
Returns the domain name set for this cookie.
getFactory
PHRUTS_MessageResourcesConfig::getFactory() in PHRUTS_MessageResourcesConfig.php
getFactoryClass
PHRUTS_MessageResourcesFactory::getFactoryClass() in PHRUTS_MessageResourcesFactory.php
getFactoryClass
PHRUTS_DataSourceFactory::getFactoryClass() in PHRUTS_DataSourceFactory.php
getForward
PHRUTS_ActionConfig::getForward() in PHRUTS_ActionConfig.php
Return context-relative path of the web application resource that will process this request.
getHeader
PHRUTS_HttpServiceRequest::getHeader() in PHRUTS_HttpServiceRequest.php
Returns the value of the specified request header as a string.
getHeaderNames
PHRUTS_HttpServiceRequest::getHeaderNames() in PHRUTS_HttpServiceRequest.php
Returns an array of all the header names this request contains.
getHttpOnly
PHRUTS_Cookie::getHttpOnly() in PHRUTS_Cookie.php
Return true if the cookie is accessible only through the HTTP protocol.
getId
PHRUTS_HttpSession::getId() in PHRUTS_HttpSession.php
Returns a string containing the unique identifier assigned to this session.
getInclude
PHRUTS_ActionConfig::getInclude() in PHRUTS_ActionConfig.php
Context-relative path of the web application resource that will process this request.
getInitParameter
PHRUTS_ServiceContext::getInitParameter() in PHRUTS_ServiceContext.php
Returns a string containing the value of the named initialization parameter, or null if the parameter does not exist.
getInitParameter
PHRUTS_ServiceConfig::getInitParameter() in PHRUTS_ServiceConfig.php
Returns a string containing the value of the named initialization parameter, or null if the parameter does not exist.
getInitParameterNames
Returns the names of the service's initialization parameters.
getInitParameterNames
Returns the names of the service's initialization parameters.
getInput
PHRUTS_ActionConfig::getInput() in PHRUTS_ActionConfig.php
Get the context-relative path of the input form to which control should be returned if a validation error is encountered.
getInputForward
PHRUTS_ControllerConfig::getInputForward() in PHRUTS_ControllerConfig.php
getInternal
PHRUTS_RequestProcessor::getInternal() in PHRUTS_RequestProcessor.php
Return the PHRUTS_MessageResources instance containing our internal message strings.
getInternal
PHRUTS_ActionService::getInternal() in PHRUTS_ActionService.php
Return the PHRUTS_MessageResources instance containing our internal message strings.
getKey
PHRUTS_ActionError::getKey() in PHRUTS_ActionError.php
Get the message key for this message.
getKey
PHRUTS_DataSourceConfig::getKey() in PHRUTS_DataSourceConfig.php
getKey
PHRUTS_MessageResourcesConfig::getKey() in PHRUTS_MessageResourcesConfig.php
getLanguage
PHRUTS_Locale::getLanguage() in PHRUTS_Locale.php
Returns the language code of this locale.
getList
PHRUTS_ActionErrorItem::getList() in PHRUTS_ActionErrors.php
getLocale
PHRUTS_HttpServiceRequest::getLocale() in PHRUTS_HttpServiceRequest.php
Returns the preferred PHRUTS_Locale that the client will accept content in, based on the Accept-Language header.
getLocale
PHRUTS_Action::getLocale() in PHRUTS_Action.php
Return the user's currently selected Locale.
getLocale
PHRUTS_ControllerConfig::getLocale() in PHRUTS_ControllerConfig.php
getMaxAge
PHRUTS_Cookie::getMaxAge() in PHRUTS_Cookie.php
Returns the maximum age of the cookie, specified in seconds.
getMaxInactiveInterval
Returns the maximum time interval, in seconds, that the server will keep this session open between client accesses.
getMessage
PHRUTS_MessageResources::getMessage() in PHRUTS_MessageResources.php
Returns a text message after parametric replacement of the specified parameter placeholders.
getMethod
PHRUTS_HttpServiceRequest::getMethod() in PHRUTS_HttpServiceRequest.php
Returns the name of the HTTP method with which this request was made, for exemple, GET, POST or PUT.
getModuleConfig
PHRUTS_RequestUtils::getModuleConfig() in PHRUTS_RequestUtils.php
Return the PHRUTS_ModuleConfig object if it exists, null otherwise.
getModuleConfig
PHRUTS_ActionConfig::getModuleConfig() in PHRUTS_ActionConfig.php
The module configuration with which we are associated.
getModuleConfig
PHRUTS_FormBeanConfig::getModuleConfig() in PHRUTS_FormBeanConfig.php
Return the module configuration with which this form bean definition is associated.
getModuleConfig
PHRUTS_ActionService::getModuleConfig() in PHRUTS_ActionService.php
Return the module configuration object for the currently selected module.
getModuleName
PHRUTS_RequestUtils::getModuleName() in PHRUTS_RequestUtils.php
Get the module name to which the specified request belong.
getName
PHRUTS_FormBeanConfig::getName() in PHRUTS_FormBeanConfig.php
getName
PHRUTS_ForwardConfig::getName() in PHRUTS_ForwardConfig.php
getName
PHRUTS_Cookie::getName() in PHRUTS_Cookie.php
Returns the name of the cookie.
getName
PHRUTS_ActionConfig::getName() in PHRUTS_ActionConfig.php
Return name of the form bean, if any, associated with this Action.
getNocache
PHRUTS_ControllerConfig::getNocache() in PHRUTS_ControllerConfig.php
getNull
PHRUTS_MessageResourcesConfig::getNull() in PHRUTS_MessageResourcesConfig.php
getOrder
PHRUTS_ActionErrorItem::getOrder() in PHRUTS_ActionErrors.php
getParameter
PHRUTS_ActionConfig::getParameter() in PHRUTS_ActionConfig.php
Return general purpose configuration parameter that can be used to pass extra information to the PHRUTS_Action instance selected by this Action.
getParameter
PHRUTS_MessageResourcesConfig::getParameter() in PHRUTS_MessageResourcesConfig.php
getParameter
PHRUTS_HttpServiceRequest::getParameter() in PHRUTS_HttpServiceRequest.php
Returns the value of a request parameter as a string or null if the parameter does not exist.
getParameterNames
PHRUTS_HttpServiceRequest::getParameterNames() in PHRUTS_HttpServiceRequest.php
Returns an array of string containing the names of the parameters contained in this request.
getPath
PHRUTS_ActionConfig::getPath() in PHRUTS_ActionConfig.php
Return context-relative path of the submitted request, starting with a slash ("/") character.
getPath
PHRUTS_ForwardConfig::getPath() in PHRUTS_ForwardConfig.php
getPath
PHRUTS_Cookie::getPath() in PHRUTS_Cookie.php
Returns the path on the server to which the browser returns this cookie.
getPathParam
PHRUTS_ServiceConfig::getPathParam() in PHRUTS_ServiceConfig.php
getPrefix
PHRUTS_ModuleConfig::getPrefix() in PHRUTS_ModuleConfig.php
The prefix of the context-relative portion of the request URI, used to select this configuration versus others supported by the controller service.
getPrefix
PHRUTS_ActionConfig::getPrefix() in PHRUTS_ActionConfig.php
Return prefix used to match request parameter names to form bean property names, if any.
getProcessorClass
PHRUTS_ControllerConfig::getProcessorClass() in PHRUTS_ControllerConfig.php
getProperties
PHRUTS_PlugInConfig::getProperties() in PHRUTS_PlugInConfig.php
Return the properties that will be used to configure a PHRUTS_PlugIn instance.
getProperties
PHRUTS_DataSourceConfig::getProperties() in PHRUTS_DataSourceConfig.php
getProperty
PHRUTS_Properties::getProperty() in PHRUTS_Properties.php
Gets the property with the specified key in the property list.
getProtocol
PHRUTS_HttpServiceRequest::getProtocol() in PHRUTS_HttpServiceRequest.php
Returns the name and version of the protocol the request uses in the form protocol/majorVersion.minorVersion.
getQueryString
PHRUTS_HttpServiceRequest::getQueryString() in PHRUTS_HttpServiceRequest.php
Returns the query string that is contained in the request URL after the path.
getRealPath
PHRUTS_ServiceContext::getRealPath() in PHRUTS_ServiceContext.php
Returns the real path for a given virtual path.
getRedirect
PHRUTS_ForwardConfig::getRedirect() in PHRUTS_ForwardConfig.php
getRemoteAddr
PHRUTS_HttpServiceRequest::getRemoteAddr() in PHRUTS_HttpServiceRequest.php
Returns the Internet Protocol (IP) address of the client or last proxy that sent the request.
getRemotePort
PHRUTS_HttpServiceRequest::getRemotePort() in PHRUTS_HttpServiceRequest.php
Returns the Internet Protocol (IP) source port of the client or last proxy that sent the request.
getRemoteUser
PHRUTS_HttpServiceRequest::getRemoteUser() in PHRUTS_HttpServiceRequest.php
Returns the login of the user making this request, if the user has been authenticated, or null if the user has not been authenticated.
getRequestDispatcher
Returns a PHRUTS_RequestDispatcher object that acts as a wrapper for the resource located at the given path.
getRequestProcessor
Look up and return the PHRUTS_RequestProcessor responsible for the specified module, creating a new one if necessary.
getRequestURI
PHRUTS_RequestDispatcher::getRequestURI() in PHRUTS_RequestDispatcher.php
getRequestURI
PHRUTS_HttpServiceRequest::getRequestURI() in PHRUTS_HttpServiceRequest.php
Returns the part of this request's URL from the protocol name up to the query string in the first line of the HTTP request.
getRequestURL
PHRUTS_HttpServiceRequest::getRequestURL() in PHRUTS_HttpServiceRequest.php
Reconstructs the URL the client used to make the request.
getResources
PHRUTS_Action::getResources() in PHRUTS_Action.php
Return the specified or default (key = "") message resources for the current module.
getReturnNull
PHRUTS_MessageResourcesFactory::getReturnNull() in PHRUTS_MessageResourcesFactory.php
getReturnNull
PHRUTS_MessageResources::getReturnNull() in PHRUTS_MessageResources.php
Indicates that a null is returned instead of an error message string if an unknown PHRUTS_Locale or key is requested.
getRoleNames
PHRUTS_ActionConfig::getRoleNames() in PHRUTS_ActionConfig.php
Get array of security role names used to authorize access to this Action.
getRoles
PHRUTS_ActionConfig::getRoles() in PHRUTS_ActionConfig.php
getScheme
PHRUTS_HttpServiceRequest::getScheme() in PHRUTS_HttpServiceRequest.php
Returns the name of the scheme used to make this request: "http" or "https".
getScope
PHRUTS_ActionConfig::getScope() in PHRUTS_ActionConfig.php
Get the scope ("request" or "session") within which our form bean is accessed, if any.
getSecure
PHRUTS_Cookie::getSecure() in PHRUTS_Cookie.php
Returns true if the browser is sending cookies only over a secure protocol, or false if the browser can send cookies using any protocol.
getServerName
PHRUTS_HttpServiceRequest::getServerName() in PHRUTS_HttpServiceRequest.php
Returns the host name of the server to which the request was sent.
getServerPort
PHRUTS_HttpServiceRequest::getServerPort() in PHRUTS_HttpServiceRequest.php
Returns the port number to which this request was sent.
getService
PHRUTS_Action::getService() in PHRUTS_Action.php
Return the controller service instance to which we are attached.
getService
PHRUTS_ActionForm::getService() in PHRUTS_ActionForm.php
Return the controller service instance to which we are attached.
getServiceConfig
PHRUTS_ServiceContext::getServiceConfig() in PHRUTS_ServiceContext.php
Get the service configuration object associated with this context.
getServiceContext
PHRUTS_ActionService::getServiceContext() in PHRUTS_ActionService.php
getSession
PHRUTS_HttpServiceRequest::getSession() in PHRUTS_HttpServiceRequest.php
Returns the current PHRUTS_HttpSession associated with this request or, if there is no current session and create is true, returns a new session.
getSuffix
PHRUTS_ActionConfig::getSuffix() in PHRUTS_ActionConfig.php
Return suffix used to match request parameter names to form bean property names, if any.
getType
PHRUTS_FormBeanConfig::getType() in PHRUTS_FormBeanConfig.php
getType
PHRUTS_ActionConfig::getType() in PHRUTS_ActionConfig.php
getType
PHRUTS_DataSourceConfig::getType() in PHRUTS_DataSourceConfig.php
getUnknown
PHRUTS_ActionConfig::getUnknown() in PHRUTS_ActionConfig.php
Determine whether Action is configured as the default one for this module.
getValidate
PHRUTS_ActionConfig::getValidate() in PHRUTS_ActionConfig.php
getValue
PHRUTS_Cookie::getValue() in PHRUTS_Cookie.php
Returns the value of the cookie.
getValues
PHRUTS_ActionError::getValues() in PHRUTS_ActionError.php
Get the replacement values for this message.
getVariant
PHRUTS_Locale::getVariant() in PHRUTS_Locale.php
Returns the variant code of this locale.
GLOBAL_ERROR
PHRUTS_ActionErrors::GLOBAL_ERROR in PHRUTS_ActionErrors.php
The "property name" marker to use for global errors, as opposed to those related to a specific property.
h
top
$headers
PHRUTS_HttpServiceResponse::$headers in PHRUTS_HttpServiceResponse.php
The HTTP headers explicitly added.
$httpOnly
PHRUTS_Cookie::$httpOnly in PHRUTS_Cookie.php
hello
PHRUTS_HtmlBlock::hello() in PHRUTS_HtmlBlock.php
i
top
$iCount
PHRUTS_ActionErrors::$iCount in PHRUTS_ActionErrors.php
The current number of the property/key being added. This is used to maintain the order errors are added.
$inactiveInterval
PHRUTS_HttpSession::$inactiveInterval in PHRUTS_HttpSession.php
$include
PHRUTS_ActionConfig::$include in PHRUTS_ActionConfig.php
Context-relative path of the web application resource that will process this request via PHRUTS_RequestDispatcher->doInclude(), instead of instantiating and calling the PHRUTS_Action class specified by "type".
$includePaths
PHRUTS_ServiceConfig::$includePaths in PHRUTS_ServiceConfig.php
Array of paths to add to the include_path PHP directive.
$input
PHRUTS_ActionConfig::$input in PHRUTS_ActionConfig.php
Context-relative path of the input form to which control should be returned if a validation error is encountered.
$inputForward
PHRUTS_ControllerConfig::$inputForward in PHRUTS_ControllerConfig.php
Should the input property of PHRUTS_ActionConfig instances associated with this module be treated as the name of a corresponding PHRUTS_ForwardConfig.
$internal
PHRUTS_ActionService::$internal in PHRUTS_ActionService.php
The resources object for our internal resources.
$internalName
PHRUTS_ActionService::$internalName in PHRUTS_ActionService.php
The PHP base name of our internal resources.
$iOrder
PHRUTS_ActionErrorItem::$iOrder in PHRUTS_ActionErrors.php
The position in the list of errors.
$ITALIAN
PHRUTS_Locale::$ITALIAN in PHRUTS_Locale.php
PHRUTS_Locale which represents the Italian language.
$ITALY
PHRUTS_Locale::$ITALY in PHRUTS_Locale.php
PHRUTS_Locale which represents Italy.
init
PHRUTS_Smarty::init() in PHRUTS_Smarty.php
Receive notification that the specified module is being started up.
init
PHRUTS_ActionService::init() in PHRUTS_ActionService.php
Initialize this service.
init
PHRUTS_PlugIn::init() in PHRUTS_PlugIn.php
Receive notification that the specified module is being started up.
init
PHRUTS_RequestProcessor::init() in PHRUTS_RequestProcessor.php
Initialize this request processor instance.
initConfigDigester
PHRUTS_ActionService::initConfigDigester() in PHRUTS_ActionService.php
Create (if needed) and return a new PHIGEST_Digester instance that has been initialized to process PHruts module configuration file and configure a corresponding PHRUTS_ModuleConfig object (which must be pushed on to the evaluation stack before parsing begins).
initInternal
PHRUTS_ActionService::initInternal() in PHRUTS_ActionService.php
Initialize our internal message resources bundle.
initModuleConfig
PHRUTS_ActionService::initModuleConfig() in PHRUTS_ActionService.php
Initialize the application configuration information for the specified module.
initModuleDataSources
Initialize the data sources for the specified module.
initModuleMessageResources
Initialize the application message resources for the specified module.
initModulePlugIns
PHRUTS_ActionService::initModulePlugIns() in PHRUTS_ActionService.php
Initialize the plug ins for the specified module.
initService
PHRUTS_ActionService::initService() in PHRUTS_ActionService.php
Initialize global characteristics of the controller service.
invoke
PHRUTS_RequestDispatcher::invoke() in PHRUTS_RequestDispatcher.php
Ask the resource represented by this PHRUTS_RequestDispatcher to process the associated request, and create (or append to) the associated response.
invoke
PHRUTS_SmartyDispatcher::invoke() in PHRUTS_SmartyDispatcher.php
isCancelled
PHRUTS_Action::isCancelled() in PHRUTS_Action.php
Returns true if the current form's cancel button was pressed.
isCommitted
PHRUTS_HttpServiceResponse::isCommitted() in PHRUTS_HttpServiceResponse.php
Returns a boolean indicating if the response has been committed.
isEmpty
PHRUTS_ActionErrors::isEmpty() in PHRUTS_ActionErrors.php
Return true if there are no errors recorded in this collection, or false otherwise.
isPresent
PHRUTS_MessageResources::isPresent() in PHRUTS_MessageResources.php
Return true if there is a defined message for the specified key in the specified PHRUTS_Locale.
isSecure
PHRUTS_HttpServiceRequest::isSecure() in PHRUTS_HttpServiceRequest.php
Returns a boolean indicating whether this request was made using a secure channel (HTTPS).
isToken
PHRUTS_Cookie::isToken() in PHRUTS_Cookie.php
Tests a string and returns true if the string counts as a reserved token in the PHP language.
isUserInRole
PHRUTS_HttpServiceRequest::isUserInRole() in PHRUTS_HttpServiceRequest.php
Returns a boolean indicating whether the authenticated user is included in the specified logical "role".
isValidClassName
PHRUTS_ClassLoader::isValidClassName() in PHRUTS_ClassLoader.php
Check if a fully qualified class name is valid.
j
top
$JAPAN
PHRUTS_Locale::$JAPAN in PHRUTS_Locale.php
PHRUTS_Locale which represents Japan.
$JAPANESE
PHRUTS_Locale::$JAPANESE in PHRUTS_Locale.php
PHRUTS_Locale which represents the Japanese language.
k
top
$key
PHRUTS_ActionError::$key in PHRUTS_ActionError.php
The message key for this message.
$key
PHRUTS_DataSourceConfig::$key in PHRUTS_DataSourceConfig.php
The service context attribute key under which this data source is stored and made available.
$key
PHRUTS_MessageResourcesConfig::$key in PHRUTS_MessageResourcesConfig.php
The service context attributes key under which this PHRUTS_MessageResources instance is stored.
$KOREA
PHRUTS_Locale::$KOREA in PHRUTS_Locale.php
PHRUTS_Locale which represents Korea.
$KOREAN
PHRUTS_Locale::$KOREAN in PHRUTS_Locale.php
PHRUTS_Locale which represents the Korean language.
keySet
PHRUTS_Properties::keySet() in PHRUTS_Properties.php
Returns the keys of properties
l
top
$language
PHRUTS_Locale::$language in PHRUTS_Locale.php
The language code, as returned by getLanguage().
$list
PHRUTS_ActionErrorItem::$list in PHRUTS_ActionErrors.php
The list of PHRUTS_ActionError.
$locale
PHRUTS_HttpServiceRequest::$locale in PHRUTS_HttpServiceRequest.php
Preferred PHRUTS_Locale that the client will accept content in.
$locale
PHRUTS_ControllerConfig::$locale in PHRUTS_ControllerConfig.php
Should we store a PHRUTS_Locale object in the user's session if needed?
$locales
PHRUTS_PropertyMessageResources::$locales in PHRUTS_PropertyMessageResources.php
The set of locale keys for which we have already loaded messages, keyed by the value calculated in localeKey method.
$log
PHRUTS_RequestUtils::$log in PHRUTS_RequestUtils.php
Commons Logging instance.
$log
PHRUTS_RequestProcessor::$log in PHRUTS_RequestProcessor.php
Commons Logging instance.
$log
PHRUTS_RequestDispatcher::$log in PHRUTS_RequestDispatcher.php
Commons Logging instance.
$log
PHRUTS_MessageResources::$log in PHRUTS_MessageResources.php
Logging instance.
$log
PHRUTS_ActionService::$log in PHRUTS_ActionService.php
Logging instance.
load
PHRUTS_Properties::load() in PHRUTS_Properties.php
Reads a property list from a properties file.
loadClass
PHRUTS_ClassLoader::loadClass() in PHRUTS_ClassLoader.php
Load a class.
loadLocale
PHRUTS_PropertyMessageResources::loadLocale() in PHRUTS_PropertyMessageResources.php
Load the messages associated with the specified PHRUTS_Locale key.
localeKey
PHRUTS_MessageResources::localeKey() in PHRUTS_MessageResources.php
Compute and return a key to be used in caching information by a PHRUTS_Locale.
LOCALE_KEY
PHRUTS_Globals::LOCALE_KEY in PHRUTS_Globals.php
The session attributes key under which the user's selected Locale is stored, if any.
m
top
$maxAge
PHRUTS_Cookie::$maxAge in PHRUTS_Cookie.php
$maxInactiveInterval
$messageResources
PHRUTS_ModuleConfig::$messageResources in PHRUTS_ModuleConfig.php
The set of message resources configurations for this module, if any, keyed by the key property.
$messages
PHRUTS_PropertyMessageResources::$messages in PHRUTS_PropertyMessageResources.php
The cache of messages we have accumulated over time, keyed by the value calculated in messageKey method.
$moduleConfig
PHRUTS_RequestProcessor::$moduleConfig in PHRUTS_RequestProcessor.php
The PHRUTS_ModuleConfiguration we are associated with.
$moduleConfig
PHRUTS_ActionConfig::$moduleConfig in PHRUTS_ActionConfig.php
The module configuration with which we are associated.
$moduleConfig
PHRUTS_FormBeanConfig::$moduleConfig in PHRUTS_FormBeanConfig.php
The module configuration with which this form bean definition is associated.
MAPPING_KEY
PHRUTS_Globals::MAPPING_KEY in PHRUTS_Globals.php
The request attributes key under which our ActionConfig instance is passed.
messageKey
PHRUTS_MessageResources::messageKey() in PHRUTS_MessageResources.php
Compute and return a key to be used in caching information by PHRUTS_Locale and message key.
messageKeyByLocaleKey
Compute and return a key to be used in caching information by locale key and message key.
MESSAGES_KEY
PHRUTS_Globals::MESSAGES_KEY in PHRUTS_Globals.php
The base of the context attributes key under which our module MessageResources will be stored.
MODULE_KEY
PHRUTS_Globals::MODULE_KEY in PHRUTS_Globals.php
The base of the context attribute key under which our ModuleConfig data structure will be stored.
n
top
$name
PHRUTS_FormBeanConfig::$name in PHRUTS_FormBeanConfig.php
The unique identifier of this form bean.
$name
PHRUTS_ForwardConfig::$name in PHRUTS_ForwardConfig.php
The unique identifier of this forward, which is used to reference it in PHRUTS_Action classes.
$name
PHRUTS_ActionConfig::$name in PHRUTS_ActionConfig.php
Name of the form bean, if any, associated with this Action.
$name
PHRUTS_Cookie::$name in PHRUTS_Cookie.php
$nocache
PHRUTS_ControllerConfig::$nocache in PHRUTS_ControllerConfig.php
Should we set no-cache HTTP headers on each response?
$nullValue
PHRUTS_MessageResourcesConfig::$nullValue in PHRUTS_MessageResourcesConfig.php
Should we return null for unknown message keys?
newInstance
PHRUTS_ClassLoader::newInstance() in PHRUTS_ClassLoader.php
Get a new instance of a class by calling the no-required-argument constructor.
p
top
$parameter
PHRUTS_MessageResourcesConfig::$parameter in PHRUTS_MessageResourcesConfig.php
Parameter that is passed to the createResources method of our PHRUTS_MessageResourcesFactory implementation.
$parameter
PHRUTS_ActionConfig::$parameter in PHRUTS_ActionConfig.php
General purpose configuration parameter that can be used to pass extra information to the PHRUTS_Action instance selected by this Action.
$parameters
PHRUTS_ServiceConfig::$parameters in PHRUTS_ServiceConfig.php
The initialization parameters.
$path
PHRUTS_Cookie::$path in PHRUTS_Cookie.php
$path
PHRUTS_ActionConfig::$path in PHRUTS_ActionConfig.php
Context-relative path of the submitted request, starting with a slash ("/") character.
$path
PHRUTS_ForwardConfig::$path in PHRUTS_ForwardConfig.php
The URL to which this PHRUTS_ForwardConfig entry points.
$pathParam
PHRUTS_ServiceConfig::$pathParam in PHRUTS_ServiceConfig.php
The request param which indicate the path of the action to execute.
$phpExtensionFile
PHRUTS_ClassLoader::$phpExtensionFile in PHRUTS_ClassLoader.php
The PHP extension file used to store PHP class.
$plugIns
PHRUTS_ModuleConfig::$plugIns in PHRUTS_ModuleConfig.php
The set of configured plug-in Actions for this module, if any, in the order they were declared and configured.
$PRC
PHRUTS_Locale::$PRC in PHRUTS_Locale.php
PHRUTS_Locale which represents the People's Republic of China.
$prefix
PHRUTS_ModuleConfig::$prefix in PHRUTS_ModuleConfig.php
The prefix of the context-relative portion of the request URI, used to select this configuration versus others supported by the controller service.
$prefix
PHRUTS_ActionConfig::$prefix in PHRUTS_ActionConfig.php
Prefix used to match request parameter names to form bean property names, if any.
$processor
PHRUTS_ActionService::$processor in PHRUTS_ActionService.php
The PHRUTS_RequestProcessor instance we will use to process all incoming requests.
$processorClass
PHRUTS_ControllerConfig::$processorClass in PHRUTS_ControllerConfig.php
The fully qualified class name of the PHRUTS_RequestProcessor implementation class to be used for this module.
$properties
PHRUTS_DataSourceConfig::$properties in PHRUTS_DataSourceConfig.php
The custom configuration properties for this data source implementation.
$properties
PHRUTS_Properties::$properties in PHRUTS_Properties.php
$properties
PHRUTS_PlugInConfig::$properties in PHRUTS_PlugInConfig.php
A map of the name-value pairs that will be used to configure the property values of a PlugIn instance.
PHRUTS_Action.php
PHRUTS_Action.php in PHRUTS_Action.php
PHRUTS_ActionError.php
PHRUTS_ActionError.php in PHRUTS_ActionError.php
PHRUTS_ActionErrors.php
PHRUTS_ActionErrors.php in PHRUTS_ActionErrors.php
PHRUTS_ActionForm.php
PHRUTS_ActionForm.php in PHRUTS_ActionForm.php
PHRUTS_ActionService.php
PHRUTS_ActionService.php in PHRUTS_ActionService.php
PHRUTS_PlugIn.php
PHRUTS_PlugIn.php in PHRUTS_PlugIn.php
PHRUTS_RequestDispatcher.php
PHRUTS_RequestDispatcher.php in PHRUTS_RequestDispatcher.php
PHRUTS_RequestProcessor.php
PHRUTS_RequestProcessor.php in PHRUTS_RequestProcessor.php
PHRUTS_ServiceContext.php
PHRUTS_ServiceContext.php in PHRUTS_ServiceContext.php
PHRUTS_ActionConfig.php
PHRUTS_ActionConfig.php in PHRUTS_ActionConfig.php
PHRUTS_ConfigRuleSet.php
PHRUTS_ConfigRuleSet.php in PHRUTS_ConfigRuleSet.php
PHRUTS_ControllerConfig.php
PHRUTS_ControllerConfig.php in PHRUTS_ControllerConfig.php
PHRUTS_DataSourceConfig.php
PHRUTS_DataSourceConfig.php in PHRUTS_DataSourceConfig.php
PHRUTS_FormBeanConfig.php
PHRUTS_FormBeanConfig.php in PHRUTS_FormBeanConfig.php
PHRUTS_ForwardConfig.php
PHRUTS_ForwardConfig.php in PHRUTS_ForwardConfig.php
PHRUTS_MessageResourcesConfig.php
PHRUTS_MessageResourcesConfig.php in PHRUTS_MessageResourcesConfig.php
PHRUTS_ModuleConfig.php
PHRUTS_ModuleConfig.php in PHRUTS_ModuleConfig.php
PHRUTS_PlugInConfig.php
PHRUTS_PlugInConfig.php in PHRUTS_PlugInConfig.php
PHRUTS_ServiceConfig.php
PHRUTS_ServiceConfig.php in PHRUTS_ServiceConfig.php
PHRUTS_ServiceRuleSet.php
PHRUTS_ServiceRuleSet.php in PHRUTS_ServiceRuleSet.php
PHRUTS_Cookie.php
PHRUTS_Cookie.php in PHRUTS_Cookie.php
PHRUTS_HttpServiceRequest.php
PHRUTS_HttpServiceRequest.php in PHRUTS_HttpServiceRequest.php
PHRUTS_HttpServiceResponse.php
PHRUTS_HttpServiceResponse.php in PHRUTS_HttpServiceResponse.php
PHRUTS_HttpSession.php
PHRUTS_HttpSession.php in PHRUTS_HttpSession.php
PHRUTS_ClassNotFoundException.php
PHRUTS_ClassNotFoundException.php in PHRUTS_ClassNotFoundException.php
PHRUTS_IllegalArgumentException.php
PHRUTS_IllegalArgumentException.php in PHRUTS_IllegalArgumentException.php
PHRUTS_IllegalStateException.php
PHRUTS_IllegalStateException.php in PHRUTS_IllegalStateException.php
PHRUTS_InstantiationException.php
PHRUTS_InstantiationException.php in PHRUTS_InstantiationException.php
PHRUTS_IOException.php
PHRUTS_IOException.php in PHRUTS_IOException.php
PHRUTS_ServiceException.php
PHRUTS_ServiceException.php in PHRUTS_ServiceException.php
PHRUTS_Action
PHRUTS_Action in PHRUTS_Action.php
A PHRUTS_Action is an adapter between the contents of an incoming HTTP request and the corresponding business logic that should be executed to process this request.
PHRUTS_ActionConfig
PHRUTS_ActionConfig in PHRUTS_ActionConfig.php
A PHPBean representing the configuration information of an <action> element from a PHruts module configuration file.
PHRUTS_ActionConfigFactory
PHRUTS_ActionConfigFactory in PHRUTS_ConfigRuleSet.php
An object creation factory which creates action config instances, taking into account the default class name, which may have been specified on the parent element and which is made available through the object on the top of the stack, which must be a PHRUTS_ModuleConfig.
PHRUTS_ActionError
PHRUTS_ActionError in PHRUTS_ActionError.php
An encapsulation of an individual error message returned by the validate() method of an PHRUTS_ActionForm.
PHRUTS_ActionErrorItem
PHRUTS_ActionErrorItem in PHRUTS_ActionErrors.php
This class is used to store a set of errors associated with a property/key and the position it was initially added to list.
PHRUTS_ActionErrors
PHRUTS_ActionErrors in PHRUTS_ActionErrors.php
A class that encapsulates the error messages being reported by the validate() method of a PHRUTS_ActionForm.
PHRUTS_ActionForm
PHRUTS_ActionForm in PHRUTS_ActionForm.php
A PHRUTS_ActionForm is a PHPBean optionally associated with one or more PHRUTS_ActionConfig.
PHRUTS_ActionService
PHRUTS_ActionService in PHRUTS_ActionService.php
PHRUTS_ActionService represents the "controller" in the Model-View-Controller (MVC) design pattern for web applications that is commonly known as "Model 2".
PHRUTS_AddDataSourcePropertyRule
PHRUTS_AddDataSourcePropertyRule in PHRUTS_ConfigRuleSet.php
Class that calls addProperty for the top object on the stack, which must be a phruts::config::PHRUTS_DataSourceConfig.
PHRUTS_BeanUtils
PHRUTS_BeanUtils in PHRUTS_BeanUtils.php
Utility methods for populating PHPBeans properties via reflection.
PHRUTS_ClassLoader
PHRUTS_ClassLoader in PHRUTS_ClassLoader.php
The ClassLoader is a way of customizing the way PHP gets its classes and loads them into memory.
PHRUTS_ClassNotFoundException
PHRUTS_ClassNotFoundException in PHRUTS_ClassNotFoundException.php
Thrown when a class is requested by reflection, but the class definition cannot be found.
PHRUTS_ConfigRuleSet
PHRUTS_ConfigRuleSet in PHRUTS_ConfigRuleSet.php
The set of Digester rules required to parse a PHruts configuration file (phruts-config.xml).
PHRUTS_ControllerConfig
PHRUTS_ControllerConfig in PHRUTS_ControllerConfig.php
A PHPBean representing the configuration information of a <controller> element in a PHruts configuration file.
PHRUTS_ControllerConfigFactory
PHRUTS_ControllerConfigFactory in PHRUTS_ConfigRuleSet.php
An object creation factory which creates controller config instances.
PHRUTS_Cookie
PHRUTS_Cookie in PHRUTS_Cookie.php
Cookie
PHRUTS_DataSourceConfig
PHRUTS_DataSourceConfig in PHRUTS_DataSourceConfig.php
A PHPBean representing the configuration information of a <data-source> element from a PHruts configuration file.
PHRUTS_DataSourceConfigFactory
PHRUTS_DataSourceConfigFactory in PHRUTS_ConfigRuleSet.php
An object creation factory which creates data source config instances.
PHRUTS_DataSourceFactory
PHRUTS_DataSourceFactory in PHRUTS_DataSourceFactory.php
Factory for data source instances.
PHRUTS_FormBeanConfig
PHRUTS_FormBeanConfig in PHRUTS_FormBeanConfig.php
A PHPBean representing the configuration information of a <form-bean> element in a PHruts application configuration file
PHRUTS_FormBeanConfigFactory
PHRUTS_FormBeanConfigFactory in PHRUTS_ConfigRuleSet.php
An object creation factory which creates form bean config instances.
PHRUTS_ForwardConfig
PHRUTS_ForwardConfig in PHRUTS_ForwardConfig.php
A PHPBean representing the configuration information of a <forward> element from a PHruts application configuration file.
PHRUTS_ForwardConfigFactory
PHRUTS_ForwardConfigFactory in PHRUTS_ConfigRuleSet.php
An object creation factory which creates forward config instances.
PHRUTS_Globals
PHRUTS_Globals in PHRUTS_Globals.php
Global manifest constants for the entire PHruts framework.
PHRUTS_Globals.php
PHRUTS_Globals.php in PHRUTS_Globals.php
PHRUTS_HtmlBlock
PHRUTS_HtmlBlock in PHRUTS_HtmlBlock.php
HTML blocks.
PHRUTS_HttpServiceRequest
PHRUTS_HttpServiceRequest in PHRUTS_HttpServiceRequest.php
Defines an object to provide HTTP client request information to a service.
PHRUTS_HttpServiceResponse
PHRUTS_HttpServiceResponse in PHRUTS_HttpServiceResponse.php
Defines an object to assist a service in sending a http response to the client.
PHRUTS_HttpSession
PHRUTS_HttpSession in PHRUTS_HttpSession.php
Provides a way to identify a user across more than one page request or visit to a Web site and to store information about that user.
PHRUTS_IllegalArgumentException
PHRUTS_IllegalArgumentException in PHRUTS_IllegalArgumentException.php
Thrown to indicate that a method has been passed an illegal or inappropriate argument.
PHRUTS_IllegalStateException
PHRUTS_IllegalStateException in PHRUTS_IllegalStateException.php
Thrown when a method is invoked at an illegal or inappropriate time.
PHRUTS_InstantiationException
PHRUTS_InstantiationException in PHRUTS_InstantiationException.php
Thrown when an attempt is made to us reflection to build a non-instantable class.
PHRUTS_IOException
PHRUTS_IOException in PHRUTS_IOException.php
Signal that an I/O exception of some sort has occured
PHRUTS_Locale
PHRUTS_Locale in PHRUTS_Locale.php
Locale
PHRUTS_MessageResources
PHRUTS_MessageResources in PHRUTS_MessageResources.php
General purpose abstract class that describes an API for retrieving Locale-sensitive messages from underlying resource locations of an unspecified design.
PHRUTS_MessageResourcesConfig
PHRUTS_MessageResourcesConfig in PHRUTS_MessageResourcesConfig.php
A PHPBean representing the configuration information of a <message-resources> element in a PHruts configuration file.
PHRUTS_MessageResourcesConfigFactory
PHRUTS_MessageResourcesConfigFactory in PHRUTS_ConfigRuleSet.php
An object creation factory which creates message resources config instances.
PHRUTS_MessageResourcesFactory
PHRUTS_MessageResourcesFactory in PHRUTS_MessageResourcesFactory.php
Factory for PHRUTS_MessagesResources instances.
PHRUTS_ModuleConfig
PHRUTS_ModuleConfig in PHRUTS_ModuleConfig.php
The collection of static configuration information that describes a PHruts-based module.
PHRUTS_PDODataSourceFactory
PHRUTS_PDODataSourceFactory in PHRUTS_PDODataSourceFactory.php
Factory for PDO data source instances.
PHRUTS_PlugIn
PHRUTS_PlugIn in PHRUTS_PlugIn.php
A PHRUTS_PlugIn is a configuration wrapper for a module-specific resource or service that needs to be notified about application startup and application shutdown events (corresponding to calls init() and destroy() on the corresponding PHRUTS_ActionService instance).
PHRUTS_PlugInConfig
PHRUTS_PlugInConfig in PHRUTS_PlugInConfig.php
A PHPBean representing the configuration information of a <plug-in> element in a PHruts configuration file.
PHRUTS_PlugInSetPropertyRule
PHRUTS_PlugInSetPropertyRule in PHRUTS_ConfigRuleSet.php
Class that records the name and value of a configuration property to be used in configuring a PHRUTS_PlugIn instance when instantiated.
PHRUTS_Properties
PHRUTS_Properties in PHRUTS_Properties.php
A set of persistent properties, which can be loaded from a properties file.
PHRUTS_PropertyMessageResources
PHRUTS_PropertyMessageResources in PHRUTS_PropertyMessageResources.php
Concrete subclass of PHRUTS_MessageResources that reads message keys and corresponding strings from named property resources.
PHRUTS_PropertyMessageResourcesFactory
PHRUTS_PropertyMessageResourcesFactory in PHRUTS_PropertyMessageResourcesFactory.php
Factory for PHRUTS_PropertyMessageResources instances.
PHRUTS_RequestDispatcher
PHRUTS_RequestDispatcher in PHRUTS_RequestDispatcher.php
Defines an object that receives requests from the client and sends them to any resource (such as a HTML or PHP file) on the server.
PHRUTS_RequestProcessor
PHRUTS_RequestProcessor in PHRUTS_RequestProcessor.php
PHRUTS_RequestProcessor contains the processing logic that the PHruts controller service performs as it receives each service request.
PHRUTS_RequestUtils
PHRUTS_RequestUtils in PHRUTS_RequestUtils.php
General purpose utility methods related to processing a service request in the PHruts controller framework.
PHRUTS_ServiceConfig
PHRUTS_ServiceConfig in PHRUTS_ServiceConfig.php
The collection of static configuration information that describes a PHruts application.
PHRUTS_ServiceContext
PHRUTS_ServiceContext in PHRUTS_ServiceContext.php
Defines a set of methods that a controller service uses to get initialization parameters and store glogal attributes.
PHRUTS_ServiceException
PHRUTS_ServiceException in PHRUTS_ServiceException.php
Defines a general exception a controller service can throw when it encounters difficulty.
PHRUTS_ServiceRuleSet
PHRUTS_ServiceRuleSet in PHRUTS_ServiceRuleSet.php
The set of Digester rules required to parse a PHruts web configuration file (web.xml).
PHRUTS_SetActionConfigClassRule
PHRUTS_SetActionConfigClassRule in PHRUTS_ConfigRuleSet.php
Class that sets the name of the class to use when creating action config instances.
PHRUTS_Smarty
PHRUTS_Smarty in PHRUTS_Smarty.php
Smarty PlugIn.
PHRUTS_SmartyDispatcher
PHRUTS_SmartyDispatcher in PHRUTS_SmartyDispatcher.php
Defines an object that receives requests from the client and sends them to smarty resource on the server.
PHRUTS_Smarty.php
PHRUTS_Smarty.php in PHRUTS_Smarty.php
PHRUTS_HtmlBlock.php
PHRUTS_HtmlBlock.php in PHRUTS_HtmlBlock.php
PHRUTS_SmartyDispatcher.php
PHRUTS_SmartyDispatcher.php in PHRUTS_SmartyDispatcher.php
PLUG_INS_KEY
PHRUTS_Globals::PLUG_INS_KEY in PHRUTS_Globals.php
The base of the context attributes key under which an array of PlugIn instances will be stored.
populate
PHRUTS_BeanUtils::populate() in PHRUTS_BeanUtils.php
Populate the PHPBeans properties of the specified bean, based on the specified name/value pairs.
populate
PHRUTS_RequestUtils::populate() in PHRUTS_RequestUtils.php
Populate the properties of the specified PHPBean from the specified HTTP request, based on matching each parameter name (plus an optional prefix and/or suffix) against the corresponding JavaBeans "property setter" methods in the bean's class.
PREFIXES_KEY
PHRUTS_Globals::PREFIXES_KEY in PHRUTS_Globals.php
The context attribute under which we store our prefixes list.
preformatted
PHRUTS_HtmlBlock::preformatted() in PHRUTS_HtmlBlock.php
process
PHRUTS_RequestProcessor::process() in PHRUTS_RequestProcessor.php
Process a PHRUTS_HttpServiceRequest and create the corresponding PHRUTS_HttpServiceResponse.
process
PHRUTS_ActionService::process() in PHRUTS_ActionService.php
Perform the standard request processing for this request, and create the corresponding response.
processActionCreate
PHRUTS_RequestProcessor::processActionCreate() in PHRUTS_RequestProcessor.php
Return a PHRUTS_Action instance that will be used to process the current request, creating a new one if necessary.
processActionForm
PHRUTS_RequestProcessor::processActionForm() in PHRUTS_RequestProcessor.php
Retrieve and return the PHRUTS_ActionForm bean associated with this mapping, creating and stashing one if necessary.
processActionPerform
Ask the specified PHRUTS_Action instance to handle this request.
processContent
PHRUTS_RequestProcessor::processContent() in PHRUTS_RequestProcessor.php
Set the default content type (with optional character encoding) for all responses if requested.
processForward
PHRUTS_RequestProcessor::processForward() in PHRUTS_RequestProcessor.php
Process a forward requested by this mapping (if any).
processForwardConfig
Forward or redirect to the specified destination, by the specified mechanism.
processInclude
PHRUTS_RequestProcessor::processInclude() in PHRUTS_RequestProcessor.php
Process an include requested by this mapping (if any).
processLocale
PHRUTS_RequestProcessor::processLocale() in PHRUTS_RequestProcessor.php
Automatically select a PHRUTS_Locale for the current user, if requested.
processMapping
PHRUTS_RequestProcessor::processMapping() in PHRUTS_RequestProcessor.php
Select the mapping used to process the selection path for this request.
processNoCache
PHRUTS_RequestProcessor::processNoCache() in PHRUTS_RequestProcessor.php
Set the no-cache headers for all responses, if requested.
processPath
PHRUTS_RequestProcessor::processPath() in PHRUTS_RequestProcessor.php
Identify and return the path component (from the request URI) that we will use to select a PHRUTS_ActionConfig to dispatch with.
processPopulate
PHRUTS_RequestProcessor::processPopulate() in PHRUTS_RequestProcessor.php
Populate the properties of the specified PHRUTS_ActionForm instance from the request parameters included with this request.
processPreprocess
PHRUTS_RequestProcessor::processPreprocess() in PHRUTS_RequestProcessor.php
General-purpose preprocessing hook that can be overridden as required by subclasses.
processRoles
PHRUTS_RequestProcessor::processRoles() in PHRUTS_RequestProcessor.php
If this action is protected by security roles, make sure that the current user possesses at least one of them.
processValidate
PHRUTS_RequestProcessor::processValidate() in PHRUTS_RequestProcessor.php
If this request was not cancelled, and the request's PHRUTS_ActionConfig has not disabled validation, call the validate method of the specified PHRUTS_ActionForm, and forward back to the input form if there were any errors.
properties
PHRUTS_ActionErrors::properties() in PHRUTS_ActionErrors.php
Return the set of property names for which at least one message has been recorded.
PHRUTS_BeanUtils.php
PHRUTS_BeanUtils.php in PHRUTS_BeanUtils.php
PHRUTS_ClassLoader.php
PHRUTS_ClassLoader.php in PHRUTS_ClassLoader.php
PHRUTS_DataSourceFactory.php
PHRUTS_DataSourceFactory.php in PHRUTS_DataSourceFactory.php
PHRUTS_Locale.php
PHRUTS_Locale.php in PHRUTS_Locale.php
PHRUTS_MessageResources.php
PHRUTS_MessageResources.php in PHRUTS_MessageResources.php
PHRUTS_MessageResourcesFactory.php
PHRUTS_MessageResourcesFactory.php in PHRUTS_MessageResourcesFactory.php
PHRUTS_PDODataSourceFactory.php
PHRUTS_PDODataSourceFactory.php in PHRUTS_PDODataSourceFactory.php
PHRUTS_Properties.php
PHRUTS_Properties.php in PHRUTS_Properties.php
PHRUTS_PropertyMessageResources.php
PHRUTS_PropertyMessageResources.php in PHRUTS_PropertyMessageResources.php
PHRUTS_PropertyMessageResourcesFactory.php
PHRUTS_PropertyMessageResourcesFactory.php in PHRUTS_PropertyMessageResourcesFactory.php
PHRUTS_RequestUtils.php
PHRUTS_RequestUtils.php in PHRUTS_RequestUtils.php
r
top
$redirect
PHRUTS_ForwardConfig::$redirect in PHRUTS_ForwardConfig.php
Should a redirect be used to transfer control to the specified path?
$request
PHRUTS_HtmlBlock::$request in PHRUTS_HtmlBlock.php
$requestDispatcher
PHRUTS_ServiceContext::$requestDispatcher in PHRUTS_ServiceContext.php
The request dispatcher object associated with this context.
$requestURI
PHRUTS_RequestDispatcher::$requestURI in PHRUTS_RequestDispatcher.php
The request URI for this PHRUTS_RequestDispatcher.
$returnNull
PHRUTS_MessageResources::$returnNull in PHRUTS_MessageResources.php
Indicate if a null is returned instead of an error message string when an unknown Locale or key is requested.
$returnNull
PHRUTS_MessageResourcesFactory::$returnNull in PHRUTS_MessageResourcesFactory.php
The "return null" property value to which newly created PHRUTS_MessageResources should be initialized.
$roleNames
PHRUTS_ActionConfig::$roleNames in PHRUTS_ActionConfig.php
The set of security role names used to authorize access to this Action, as an array for faster access.
$roles
PHRUTS_ActionConfig::$roles in PHRUTS_ActionConfig.php
Comma-delimited list of security role names allowed to request this Action.
removeActionConfig
Remove the specified action configuration instance.
removeAttribute
PHRUTS_ServiceContext::removeAttribute() in PHRUTS_ServiceContext.php
Removes the attribute with the given name from the context.
removeAttribute
PHRUTS_HttpSession::removeAttribute() in PHRUTS_HttpSession.php
Removes the object bound with the specified name form this session.
removeAttribute
PHRUTS_HttpServiceRequest::removeAttribute() in PHRUTS_HttpServiceRequest.php
Removes an attribute from this request.
removeDataSourceConfig
Remove the specified data source configuration instance.
removeFormBeanConfig
Remove the specified form bean configuration instance.
removeForwardConfig
Remove the specified forward configuration instance.
removeForwardConfig
Remove the specified forward configuration instance.
removeMessageResourcesConfig
Remove the specified message resources configuration instance.
REQUEST_PROCESSOR_KEY
The base of the context attributes key under which our RequestProcessor instance will be stored.
reset
PHRUTS_ActionForm::reset() in PHRUTS_ActionForm.php
Reset all bean properties to their default state.
resetBuffer
PHRUTS_HttpServiceResponse::resetBuffer() in PHRUTS_HttpServiceResponse.php
Clears the content of the underlying buffer in the response without clearing headers or status code.
retrieveMessageResources
Returns the appropriate MessageResources object for the current module and the given bundle.
retrieveUserLocale
Look up and return current user locale, based on the specified parameters.
s
top
$sc
PHRUTS_HttpServiceResponse::$sc in PHRUTS_HttpServiceResponse.php
The status code for this response.
$scope
PHRUTS_ActionConfig::$scope in PHRUTS_ActionConfig.php
Identifier of the scope ("request" or "session") within which our form bean is accessed, if any.
$secure
PHRUTS_Cookie::$secure in PHRUTS_Cookie.php
$service
PHRUTS_ActionForm::$service in PHRUTS_ActionForm.php
The controller service instance to which we are attached.
$service
PHRUTS_RequestProcessor::$service in PHRUTS_RequestProcessor.php
The controller service we are associated with.
$service
PHRUTS_Action::$service in PHRUTS_Action.php
The controller service to which we are attached.
$serviceConfig
PHRUTS_ServiceContext::$serviceConfig in PHRUTS_ServiceContext.php
The service configuration object associated with this context.
$serviceContext
PHRUTS_ActionService::$serviceContext in PHRUTS_ActionService.php
Service context.
$session
PHRUTS_HttpServiceRequest::$session in PHRUTS_HttpServiceRequest.php
Current PHRUTS_HttpSession associated with this request.
$SIMPLIFIED_CHINESE
Locale which represents the Chinese language as used in China.
$smarty
PHRUTS_SmartyDispatcher::$smarty in PHRUTS_SmartyDispatcher.php
Smarty object.
$suffix
PHRUTS_ActionConfig::$suffix in PHRUTS_ActionConfig.php
Suffix used to match request parameter names to form bean property names, if any.
saveErrors
PHRUTS_Action::saveErrors() in PHRUTS_Action.php
Save the specified error messages keys into the appropriate request attribute, if any messages are required.
SC_ACCEPTED
PHRUTS_HttpServiceResponse::SC_ACCEPTED in PHRUTS_HttpServiceResponse.php
Status code (202) indicating that a request was accepted for processing, but was not completed.
SC_BAD_GATEWAY
PHRUTS_HttpServiceResponse::SC_BAD_GATEWAY in PHRUTS_HttpServiceResponse.php
Status code (502) indicating that the HTTP server received an invalid response from a server it consulted when acting as a proxy or gateway.
SC_BAD_REQUEST
PHRUTS_HttpServiceResponse::SC_BAD_REQUEST in PHRUTS_HttpServiceResponse.php
Status code (400) indicating the request sent by the client was syntactically incorrect.
SC_CONFLICT
PHRUTS_HttpServiceResponse::SC_CONFLICT in PHRUTS_HttpServiceResponse.php
Status code (409) indicating that the request could not be completed due to a conflict with the current state of the resource.
SC_CONTINUE
PHRUTS_HttpServiceResponse::SC_CONTINUE in PHRUTS_HttpServiceResponse.php
Status code (100) indicating the client can continue.
SC_CREATED
PHRUTS_HttpServiceResponse::SC_CREATED in PHRUTS_HttpServiceResponse.php
Status code (201) indicating the request succeeded and created a new resource on the server.
SC_EXPECTATION_FAILED
PHRUTS_HttpServiceResponse::SC_EXPECTATION_FAILED in PHRUTS_HttpServiceResponse.php
Status code (417) indicating that the server could not meet the expectation given in the Expect request header.
SC_FORBIDDEN
PHRUTS_HttpServiceResponse::SC_FORBIDDEN in PHRUTS_HttpServiceResponse.php
Status code (403) indicating the server understood the request but refused to fulfill it.
SC_FOUND
PHRUTS_HttpServiceResponse::SC_FOUND in PHRUTS_HttpServiceResponse.php
Status code (302) indicating that the resource reside temporarily under a different URI.
SC_GATEWAY_TIMEOUT
PHRUTS_HttpServiceResponse::SC_GATEWAY_TIMEOUT in PHRUTS_HttpServiceResponse.php
Status code (504) indicating that the server did not receive a timely response from the upstream server while acting as a gateway or proxy.
SC_GONE
PHRUTS_HttpServiceResponse::SC_GONE in PHRUTS_HttpServiceResponse.php
Status code (410) indicating that the resource is no longer available at the server and no forwarding address is known.
SC_HTTP_VERSION_NOT_SUPPORTED
Status code (505) indicating that the server does not support or refuses to support the HTTP protocol version that was used in the request message.
SC_INTERNAL_SERVER_ERROR
Status code (500) indicating an error inside the HTTP server which prevented it from fulfilling the request.
SC_LENGTH_REQUIRED
PHRUTS_HttpServiceResponse::SC_LENGTH_REQUIRED in PHRUTS_HttpServiceResponse.php
Status code (411) indicating that the request cannot be handled without a defined Content-Length.
SC_METHOD_NOT_ALLOWED
PHRUTS_HttpServiceResponse::SC_METHOD_NOT_ALLOWED in PHRUTS_HttpServiceResponse.php
Status code (405) indicating that the method specified in the Request-Line is not allowed for the resource identified by the Request-URI.
SC_MOVED_PERMANENTLY
PHRUTS_HttpServiceResponse::SC_MOVED_PERMANENTLY in PHRUTS_HttpServiceResponse.php
Status code (301) indicating that the resource has permanently moved to a new location, and that future references should use a new URI with their requests.
SC_MOVED_TEMPORARILY
PHRUTS_HttpServiceResponse::SC_MOVED_TEMPORARILY in PHRUTS_HttpServiceResponse.php
Status code (302) indicating that the resource has temporarily moved to another location, but that future references should still use the original URI to access the resource.
SC_MULTIPLE_CHOICES
PHRUTS_HttpServiceResponse::SC_MULTIPLE_CHOICES in PHRUTS_HttpServiceResponse.php
Status code (300) indicating that the requested resource corresponds to any one of a set of representations, each with its own specific location.
SC_NON_AUTHORITATIVE_INFORMATION
Status code (203) indicating that the meta information presented by the client did not originate from the server.
SC_NOT_ACCEPTABLE
PHRUTS_HttpServiceResponse::SC_NOT_ACCEPTABLE in PHRUTS_HttpServiceResponse.php
Status code (406) indicating that the resource identified by the request is only capable of generating response entities which have content characteristics not acceptable according to the accept headers sent in the request.
SC_NOT_FOUND
PHRUTS_HttpServiceResponse::SC_NOT_FOUND in PHRUTS_HttpServiceResponse.php
Status code (404) indicating that the requested resource is not available.
SC_NOT_IMPLEMENTED
PHRUTS_HttpServiceResponse::SC_NOT_IMPLEMENTED in PHRUTS_HttpServiceResponse.php
Status code (501) indicating the HTTP server does not support the functionality needed to fulfill the request.
SC_NOT_MODIFIED
PHRUTS_HttpServiceResponse::SC_NOT_MODIFIED in PHRUTS_HttpServiceResponse.php
Status code (304) indicating that a conditional GET operation found that the resource was available and not modified.
SC_NO_CONTENT
PHRUTS_HttpServiceResponse::SC_NO_CONTENT in PHRUTS_HttpServiceResponse.php
Status code (204) indicating that the request succeeded but that there was no new information to return.
SC_OK
PHRUTS_HttpServiceResponse::SC_OK in PHRUTS_HttpServiceResponse.php
Status code (200) indicating the request succeeded normally.
SC_PARTIAL_CONTENT
PHRUTS_HttpServiceResponse::SC_PARTIAL_CONTENT in PHRUTS_HttpServiceResponse.php
Status code (206) indicating that the server has fulfilled the partial GET request for the resource.
SC_PAYMENT_REQUIRED
PHRUTS_HttpServiceResponse::SC_PAYMENT_REQUIRED in PHRUTS_HttpServiceResponse.php
Status code (402) reserved for future use.
SC_PRECONDITION_FAILED
PHRUTS_HttpServiceResponse::SC_PRECONDITION_FAILED in PHRUTS_HttpServiceResponse.php
Status code (412) indicating that the precondition given in one or more of the request-header fields evaluated to false when it was tested on the server.
SC_PROXY_AUTHENTICATION_REQUIRED
Status code (407) indicating that the client MUST first authenticate itself with the proxy.
SC_REQUESTED_RANGE_NOT_SATISFIABLE
Status code (416) indicating that the server cannot serve the requested byte range.
SC_REQUEST_ENTITY_TOO_LARGE
Status code (413) indicating that the server is refusing to process the request because the request entity is larger than the server is willing or able to process.
SC_REQUEST_TIMEOUT
PHRUTS_HttpServiceResponse::SC_REQUEST_TIMEOUT in PHRUTS_HttpServiceResponse.php
Status code (408) indicating that the client did not produce a request within the time that the server was prepared to wait.
SC_REQUEST_URI_TOO_LONG
PHRUTS_HttpServiceResponse::SC_REQUEST_URI_TOO_LONG in PHRUTS_HttpServiceResponse.php
Status code (414) indicating that the server is refusing to service the request because the Request-URI is longer than the server is willing to interpret.
SC_RESET_CONTENT
PHRUTS_HttpServiceResponse::SC_RESET_CONTENT in PHRUTS_HttpServiceResponse.php
Status code (205) indicating that the agent SHOULD reset the document view which caused the request to be sent.
SC_SEE_OTHER
PHRUTS_HttpServiceResponse::SC_SEE_OTHER in PHRUTS_HttpServiceResponse.php
Status code (303) indicating that the response to the request can be found under a different URI.
SC_SERVICE_UNAVAILABLE
PHRUTS_HttpServiceResponse::SC_SERVICE_UNAVAILABLE in PHRUTS_HttpServiceResponse.php
Status code (503) indicating that the HTTP server is temporarily overloaded, and unable to handle the request.
SC_SWITCHING_PROTOCOLS
PHRUTS_HttpServiceResponse::SC_SWITCHING_PROTOCOLS in PHRUTS_HttpServiceResponse.php
Status code (101) indicating the server is switching protocols according to Upgrade header.
SC_TEMPORARY_REDIRECT
PHRUTS_HttpServiceResponse::SC_TEMPORARY_REDIRECT in PHRUTS_HttpServiceResponse.php
Status code (307) indicating that the requested resource resides temporarily under a different URI.
SC_UNAUTHORIZED
PHRUTS_HttpServiceResponse::SC_UNAUTHORIZED in PHRUTS_HttpServiceResponse.php
Status code (401) indicating that the request requires HTTP authentication.
SC_UNSUPPORTED_MEDIA_TYPE
Status code (415) indicating that the server is refusing to service the request because the entity of the request is in a format not supported by the requested resource for the requested method.
SC_USE_PROXY
PHRUTS_HttpServiceResponse::SC_USE_PROXY in PHRUTS_HttpServiceResponse.php
Status code (305) indicating that the requested resource MUST be accessed through the proxy given by the Location field.
selectModule
PHRUTS_RequestUtils::selectModule() in PHRUTS_RequestUtils.php
Select the module to which the specified request belongs, and add corresponding request attributes to this request.
sendError
PHRUTS_HttpServiceResponse::sendError() in PHRUTS_HttpServiceResponse.php
Sends an error response to the client using the specified status code and clearing the buffer.
sendRedirect
PHRUTS_HttpServiceResponse::sendRedirect() in PHRUTS_HttpServiceResponse.php
Sends a temporary redirect response to the client using the specified redirect location URL.
SESSION_GC
PHRUTS_Globals::SESSION_GC in PHRUTS_Globals.php
setActionConfigClass
The default class name to be used when creating action config instances.
setAttribute
PHRUTS_ActionConfig::setAttribute() in PHRUTS_ActionConfig.php
Set the request-scope or session-scope attribute name under which our form bean is accessed, if it is different from the form bean's specified name.
setAttribute
PHRUTS_HttpServiceRequest::setAttribute() in PHRUTS_HttpServiceRequest.php
Stores an attribute in this request.
setAttribute
PHRUTS_ServiceContext::setAttribute() in PHRUTS_ServiceContext.php
Binds an object to a given attribute name in this context.
setAttribute
PHRUTS_HttpSession::setAttribute() in PHRUTS_HttpSession.php
Binds an object to this session, using the name specified.
setAutoflush
PHRUTS_HttpServiceResponse::setAutoflush() in PHRUTS_HttpServiceResponse.php
Sets the auto-flush property for the response.
setCharacterEncoding
PHRUTS_HttpServiceResponse::setCharacterEncoding() in PHRUTS_HttpServiceResponse.php
Sets the character encoding (MIME charset) of the response being sent to the client, for example, to UTF-8.
setClassName
PHRUTS_PlugInConfig::setClassName() in PHRUTS_PlugInConfig.php
setConfig
PHRUTS_DataSourceFactory::setConfig() in PHRUTS_DataSourceFactory.php
setContentType
PHRUTS_ControllerConfig::setContentType() in PHRUTS_ControllerConfig.php
setContentType
PHRUTS_HttpServiceResponse::setContentType() in PHRUTS_HttpServiceResponse.php
Sets the content type of the response being sent to the client, if the response has not been committed yet.
setControllerConfig
The controller configuration object for this module.
setDateHeader
PHRUTS_HttpServiceResponse::setDateHeader() in PHRUTS_HttpServiceResponse.php
Sets a response header with the given name and date-value.
setDefault
PHRUTS_Locale::setDefault() in PHRUTS_Locale.php
Changes the default locale.
setDomain
PHRUTS_Cookie::setDomain() in PHRUTS_Cookie.php
Specifies the domain within which this cookie should be presented.
setFactory
PHRUTS_MessageResourcesConfig::setFactory() in PHRUTS_MessageResourcesConfig.php
setFactoryClass
PHRUTS_MessageResourcesFactory::setFactoryClass() in PHRUTS_MessageResourcesFactory.php
setFactoryClass
PHRUTS_DataSourceFactory::setFactoryClass() in PHRUTS_DataSourceFactory.php
setForward
PHRUTS_ActionConfig::setForward() in PHRUTS_ActionConfig.php
Set the context-relative path of the web application resource that will process this request.
setHeader
PHRUTS_HttpServiceResponse::setHeader() in PHRUTS_HttpServiceResponse.php
Sets a response header with the given name and value.
setHttpOnly
PHRUTS_Cookie::setHttpOnly() in PHRUTS_Cookie.php
When true the cookie will be made accessible only through the HTTP protocol.
setInclude
PHRUTS_ActionConfig::setInclude() in PHRUTS_ActionConfig.php
Set context-relative path of the web application resource that will process this request.
setIncludePath
PHRUTS_ServiceConfig::setIncludePath() in PHRUTS_ServiceConfig.php
setInitParameter
PHRUTS_ServiceConfig::setInitParameter() in PHRUTS_ServiceConfig.php
Set an initialization parameter.
setInput
PHRUTS_ActionConfig::setInput() in PHRUTS_ActionConfig.php
Set the context-relative path of the input form to which control should be returned if a validation error is encountered.
setInputForward
PHRUTS_ControllerConfig::setInputForward() in PHRUTS_ControllerConfig.php
setKey
PHRUTS_DataSourceConfig::setKey() in PHRUTS_DataSourceConfig.php
setKey
PHRUTS_MessageResourcesConfig::setKey() in PHRUTS_MessageResourcesConfig.php
setList
PHRUTS_ActionErrorItem::setList() in PHRUTS_ActionErrors.php
setLocale
PHRUTS_Action::setLocale() in PHRUTS_Action.php
Set the user's currently selected PHRUTS_Locale.
setLocale
PHRUTS_ControllerConfig::setLocale() in PHRUTS_ControllerConfig.php
setMaxAge
PHRUTS_Cookie::setMaxAge() in PHRUTS_Cookie.php
Sets the maximum age of the cookie in seconds.
setMaxInactiveInterval
Specifies the time, in seconds, between client requests before the server will invalidate the session.
setModuleConfig
PHRUTS_FormBeanConfig::setModuleConfig() in PHRUTS_FormBeanConfig.php
Set the module configuration with which this form bean definition is associated.
setModuleConfig
PHRUTS_ActionConfig::setModuleConfig() in PHRUTS_ActionConfig.php
The module configuration with which we are associated.
setName
PHRUTS_ActionConfig::setName() in PHRUTS_ActionConfig.php
Set the name of the form bean, if any, associated with this Action.
setName
PHRUTS_FormBeanConfig::setName() in PHRUTS_FormBeanConfig.php
setName
PHRUTS_ForwardConfig::setName() in PHRUTS_ForwardConfig.php
setNocache
PHRUTS_ControllerConfig::setNocache() in PHRUTS_ControllerConfig.php
setNull
PHRUTS_MessageResourcesConfig::setNull() in PHRUTS_MessageResourcesConfig.php
setOrder
PHRUTS_ActionErrorItem::setOrder() in PHRUTS_ActionErrors.php
setParameter
PHRUTS_ActionConfig::setParameter() in PHRUTS_ActionConfig.php
General purpose configuration parameter that can be used to pass extra information to the PHRUTS_Action instance selected by this Action.
setParameter
PHRUTS_MessageResourcesConfig::setParameter() in PHRUTS_MessageResourcesConfig.php
setPath
PHRUTS_ForwardConfig::setPath() in PHRUTS_ForwardConfig.php
setPath
PHRUTS_ActionConfig::setPath() in PHRUTS_ActionConfig.php
Set context-relative path of the submitted request, starting with a slash ("/") character.
setPath
PHRUTS_Cookie::setPath() in PHRUTS_Cookie.php
Specifies a path for the cookie to which the client should return the cookie.
setPathParam
PHRUTS_ServiceConfig::setPathParam() in PHRUTS_ServiceConfig.php
setPhpExtensionFile
setPrefix
PHRUTS_ModuleConfig::setPrefix() in PHRUTS_ModuleConfig.php
The prefix of the context-relative portion of the request URI, used to select this configuration versus others supported by the controller service.
setPrefix
PHRUTS_ActionConfig::setPrefix() in PHRUTS_ActionConfig.php
Set prefix used to match request parameter names to form bean property names, if any.
setProcessorClass
PHRUTS_ControllerConfig::setProcessorClass() in PHRUTS_ControllerConfig.php
setProperty
PHRUTS_Properties::setProperty() in PHRUTS_Properties.php
Adds the given key/value pair to this properties.
setRedirect
PHRUTS_ForwardConfig::setRedirect() in PHRUTS_ForwardConfig.php
setRequest
PHRUTS_HtmlBlock::setRequest() in PHRUTS_HtmlBlock.php
setRequestDispatcher
Set the request dispatcher object associated with this context.
setRequestURI
PHRUTS_RequestDispatcher::setRequestURI() in PHRUTS_RequestDispatcher.php
setReturnNull
PHRUTS_MessageResources::setReturnNull() in PHRUTS_MessageResources.php
Indicates that a null is returned instead of an error message string if an unknown locale or key is requested.
setReturnNull
PHRUTS_MessageResourcesFactory::setReturnNull() in PHRUTS_MessageResourcesFactory.php
setRoles
PHRUTS_ActionConfig::setRoles() in PHRUTS_ActionConfig.php
setScope
PHRUTS_ActionConfig::setScope() in PHRUTS_ActionConfig.php
Set the scope ("request" or "session") within which our form bean is accessed, if any.
setSecure
PHRUTS_Cookie::setSecure() in PHRUTS_Cookie.php
Indicates to the browser whether the cookie should only be sent using a secure protocol, such as HTTPS or SSL.
setService
PHRUTS_ActionForm::setService() in PHRUTS_ActionForm.php
Set the controller service instance to which we are attached (if service is non-null), or release any allocated resources (if service is null).
setService
PHRUTS_Action::setService() in PHRUTS_Action.php
Set the controller service instance to which we are attached (if service is non-null), or release any allocated resources (if service is null).
setStatus
PHRUTS_HttpServiceResponse::setStatus() in PHRUTS_HttpServiceResponse.php
Sets the status code for this response.
setSuffix
PHRUTS_ActionConfig::setSuffix() in PHRUTS_ActionConfig.php
Set suffix used to match request parameter names to form bean property names, if any.
setType
PHRUTS_FormBeanConfig::setType() in PHRUTS_FormBeanConfig.php
setType
PHRUTS_ActionConfig::setType() in PHRUTS_ActionConfig.php
setType
PHRUTS_DataSourceConfig::setType() in PHRUTS_DataSourceConfig.php
setUnknown
PHRUTS_ActionConfig::setUnknown() in PHRUTS_ActionConfig.php
Set whether Action is configured as the default one for this module.
setValidate
PHRUTS_ActionConfig::setValidate() in PHRUTS_ActionConfig.php
setValue
PHRUTS_Cookie::setValue() in PHRUTS_Cookie.php
Assigns a new value to a cookie after the cookie is created.
size
PHRUTS_ActionErrors::size() in PHRUTS_ActionErrors.php
Return the number of errors associated with the specified property or for all properties (including global errors) if property is empty.
size
PHRUTS_Properties::size() in PHRUTS_Properties.php
Returns the number of properties
t
top
$TAIWAN
PHRUTS_Locale::$TAIWAN in PHRUTS_Locale.php
PHRUTS_Locale which represents Taiwan.
$TRADITIONAL_CHINESE
PHRUTS_Locale which represents the Chinese language as used in Taiwan.
$type
PHRUTS_DataSourceConfig::$type in PHRUTS_DataSourceConfig.php
The factory class to create data source object.
$type
PHRUTS_FormBeanConfig::$type in PHRUTS_FormBeanConfig.php
The fully qualified PHP class name of the implementation class to be used or generated.
$type
PHRUTS_ActionConfig::$type in PHRUTS_ActionConfig.php
Fully qualified PHP class name of the PHRUTS_Action class to be used to process requests for this mapping if the forward and include properties are not set.
toString
toString
toString
PHRUTS_PlugInSetPropertyRule::toString() in PHRUTS_ConfigRuleSet.php
u
top
$UK
PHRUTS_Locale::$UK in PHRUTS_Locale.php
PHRUTS_Locale which represents the United Kingdom.
$unknown
PHRUTS_ActionConfig::$unknown in PHRUTS_ActionConfig.php
Indicate Action be configured as default one for this module, when true.
$US
PHRUTS_Locale::$US in PHRUTS_Locale.php
PHRUTS_Locale which represents the United States.
v
top
$validate
PHRUTS_ActionConfig::$validate in PHRUTS_ActionConfig.php
Should the validate method of the form bean associated with this action be called?
$value
PHRUTS_Cookie::$value in PHRUTS_Cookie.php
$values
PHRUTS_ActionError::$values in PHRUTS_ActionError.php
The replacement values for this message.
$variant
PHRUTS_Locale::$variant in PHRUTS_Locale.php
The variant code, as returned by getVariant().
validate
PHRUTS_ActionForm::validate() in PHRUTS_ActionForm.php
Validate the properties that have been set for this HTTP request, and return a PHRUTS_ActionErrors object that encapsulates any validation errors that have been found.
w
top
write
PHRUTS_HttpServiceResponse::write() in PHRUTS_HttpServiceResponse.php
This method prints a string to the buffer response.
writeln
PHRUTS_HttpServiceResponse::writeln() in PHRUTS_HttpServiceResponse.php
This method prints a string to the buffer response.
_
top
__construct
PHRUTS_ModuleConfig::__construct() in PHRUTS_ModuleConfig.php
__construct
PHRUTS_MessageResources::__construct() in PHRUTS_MessageResources.php
Construct a new PHRUTS_MessageResources according to the specified parameters.
__construct
PHRUTS_Locale::__construct() in PHRUTS_Locale.php
Construct a locale from language, country, variant.
__construct
PHRUTS_Action::__construct() in PHRUTS_Action.php
__construct
PHRUTS_PropertyMessageResources::__construct() in PHRUTS_PropertyMessageResources.php
Construct a new PHRUTS_PropertyMessageResources according to the specified parameters.
__construct
PHRUTS_RequestDispatcher::__construct() in PHRUTS_RequestDispatcher.php
Construct a new instance of this class, configured according to the specified parameters.
__construct
PHRUTS_SmartyDispatcher::__construct() in PHRUTS_SmartyDispatcher.php
__construct
PHRUTS_ServiceContext::__construct() in PHRUTS_ServiceContext.php
__construct
PHRUTS_RequestProcessor::__construct() in PHRUTS_RequestProcessor.php
__construct
PHRUTS_HttpServiceRequest::__construct() in PHRUTS_HttpServiceRequest.php
__construct
PHRUTS_HttpSession::__construct() in PHRUTS_HttpSession.php
__construct
PHRUTS_ActionErrorItem::__construct() in PHRUTS_ActionErrors.php
__construct
PHRUTS_ActionService::__construct() in PHRUTS_ActionService.php
__construct
PHRUTS_Cookie::__construct() in PHRUTS_Cookie.php
Constructs a cookie with a specified name and value.
__construct
PHRUTS_ActionError::__construct() in PHRUTS_ActionError.php
Construct an action message with the specified replacement values.
__destruct
PHRUTS_HttpServiceRequest::__destruct() in PHRUTS_HttpServiceRequest.php
__toString
PHRUTS_PlugInConfig::__toString() in PHRUTS_PlugInConfig.php
Return a string representation of this object.
__toString
PHRUTS_ActionConfig::__toString() in PHRUTS_ActionConfig.php
Return a string representation of this object.
__toString
PHRUTS_ForwardConfig::__toString() in PHRUTS_ForwardConfig.php
Return a String representation of this object.
__toString
PHRUTS_MessageResourcesConfig::__toString() in PHRUTS_MessageResourcesConfig.php
Return a String representation of this object.
__toString
PHRUTS_FormBeanConfig::__toString() in PHRUTS_FormBeanConfig.php
Return a String representation of this object.
__toString
PHRUTS_DataSourceConfig::__toString() in PHRUTS_DataSourceConfig.php
Return a string representation of this object.
__toString
PHRUTS_Locale::__toString() in PHRUTS_Locale.php
Gets the string representation of the current locale.
__toString
PHRUTS_ControllerConfig::__toString() in PHRUTS_ControllerConfig.php
Return a string representation of this object.
__wakeup
PHRUTS_Action::__wakeup() in PHRUTS_Action.php
__wakeup
PHRUTS_RequestProcessor::__wakeup() in PHRUTS_RequestProcessor.php
__wakeup
PHRUTS_RequestDispatcher::__wakeup() in PHRUTS_RequestDispatcher.php
__wakeup
PHRUTS_MessageResources::__wakeup() in PHRUTS_MessageResources.php
__wakeup
PHRUTS_ActionService::__wakeup() in PHRUTS_ActionService.php
a b c d e f g h i j k l m n p r s t u v w _