[phruts-util] element index

Package indexes

All elements
c d e f g i j k l m n p r s t u v _
_
top
__construct
PHRUTS_PropertyMessageResources::__construct() in PHRUTS_PropertyMessageResources.php
Construct a new PHRUTS_PropertyMessageResources according to the specified parameters.
__construct
PHRUTS_Locale::__construct() in PHRUTS_Locale.php
Construct a locale from language, country, variant.
__construct
PHRUTS_MessageResources::__construct() in PHRUTS_MessageResources.php
Construct a new PHRUTS_MessageResources according to the specified parameters.
__toString
PHRUTS_Locale::__toString() in PHRUTS_Locale.php
Gets the string representation of the current locale.
__wakeup
PHRUTS_MessageResources::__wakeup() in PHRUTS_MessageResources.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.
$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.
$config
PHRUTS_DataSourceFactory::$config in PHRUTS_DataSourceFactory.php
Data source configuration.
$config
PHRUTS_MessageResources::$config in PHRUTS_MessageResources.php
The configuration parameter used to initialize this PHRUTS_MessageResources.
$country
PHRUTS_Locale::$country in PHRUTS_Locale.php
The country code, as returned by getCountry().
classIsAssignableFrom
Discover whether an instance of the class from would be an instance of the class as well.
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_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.
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.
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
$defaultLocale
PHRUTS_MessageResources::$defaultLocale in PHRUTS_MessageResources.php
The default PHRUTS_Locale for our environment.
$defaultLocale
PHRUTS_Locale::$defaultLocale in PHRUTS_Locale.php
The default locale.
e
top
$ENGLISH
PHRUTS_Locale::$ENGLISH in PHRUTS_Locale.php
PHRUTS_Locale which represents the English language.
equals
PHRUTS_Locale::equals() in PHRUTS_Locale.php
Compares two locales.
f
top
$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.
$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.
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.
formatMessage
PHRUTS_MessageResources::formatMessage() in PHRUTS_MessageResources.php
Format the message pattern by replacing the {0}-{3} parameters with the corresponding args array parameters.
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.
getBaseMessage
PHRUTS_PropertyMessageResources::getBaseMessage() in PHRUTS_PropertyMessageResources.php
Returns a text message for the specified key, for the specified PHRUTS_Locale.
getBaseMessage
PHRUTS_MessageResources::getBaseMessage() in PHRUTS_MessageResources.php
Returns a text message for the specified key and the specified PHRUTS_Locale.
getClassName
PHRUTS_ClassLoader::getClassName() in PHRUTS_ClassLoader.php
Return only the class name of a fully qualified name.
getConfig
PHRUTS_DataSourceFactory::getConfig() in PHRUTS_DataSourceFactory.php
getConfig
PHRUTS_MessageResources::getConfig() in PHRUTS_MessageResources.php
The configuration parameter used to initialize this PHRUTS_MessageResources.
getCountry
PHRUTS_Locale::getCountry() in PHRUTS_Locale.php
Returns the country code of this locale.
getDefault
PHRUTS_Locale::getDefault() in PHRUTS_Locale.php
Returns the default PHRUTS_Locale.
getFactoryClass
PHRUTS_MessageResourcesFactory::getFactoryClass() in PHRUTS_MessageResourcesFactory.php
getFactoryClass
PHRUTS_DataSourceFactory::getFactoryClass() in PHRUTS_DataSourceFactory.php
getLanguage
PHRUTS_Locale::getLanguage() in PHRUTS_Locale.php
Returns the language code of this locale.
getMessage
PHRUTS_MessageResources::getMessage() in PHRUTS_MessageResources.php
Returns a text message after parametric replacement of the specified parameter placeholders.
getModuleConfig
PHRUTS_RequestUtils::getModuleConfig() in PHRUTS_RequestUtils.php
Return the PHRUTS_ModuleConfig object if it exists, null otherwise.
getModuleName
PHRUTS_RequestUtils::getModuleName() in PHRUTS_RequestUtils.php
Get the module name to which the specified request belong.
getProperty
PHRUTS_Properties::getProperty() in PHRUTS_Properties.php
Gets the property with the specified key in the property list.
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.
getVariant
PHRUTS_Locale::getVariant() in PHRUTS_Locale.php
Returns the variant code of this locale.
i
top
$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.
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.
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
$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().
$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_MessageResources::$log in PHRUTS_MessageResources.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.
m
top
$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.
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.
n
top
newInstance
PHRUTS_ClassLoader::newInstance() in PHRUTS_ClassLoader.php
Get a new instance of a class by calling the no-required-argument constructor.
p
top
$phpExtensionFile
PHRUTS_ClassLoader::$phpExtensionFile in PHRUTS_ClassLoader.php
The PHP extension file used to store PHP class.
$PRC
PHRUTS_Locale::$PRC in PHRUTS_Locale.php
PHRUTS_Locale which represents the People's Republic of China.
$properties
PHRUTS_Properties::$properties in PHRUTS_Properties.php
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_DataSourceFactory
PHRUTS_DataSourceFactory in PHRUTS_DataSourceFactory.php
Factory for data source instances.
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_MessageResourcesFactory
PHRUTS_MessageResourcesFactory in PHRUTS_MessageResourcesFactory.php
Factory for PHRUTS_MessagesResources instances.
PHRUTS_PDODataSourceFactory
PHRUTS_PDODataSourceFactory in PHRUTS_PDODataSourceFactory.php
Factory for PDO data source instances.
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_RequestUtils
PHRUTS_RequestUtils in PHRUTS_RequestUtils.php
General purpose utility methods related to processing a service request in the PHruts controller framework.
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.
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
$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.
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
$SIMPLIFIED_CHINESE
Locale which represents the Chinese language as used in China.
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.
setConfig
PHRUTS_DataSourceFactory::setConfig() in PHRUTS_DataSourceFactory.php
setDefault
PHRUTS_Locale::setDefault() in PHRUTS_Locale.php
Changes the default locale.
setFactoryClass
PHRUTS_DataSourceFactory::setFactoryClass() in PHRUTS_DataSourceFactory.php
setFactoryClass
PHRUTS_MessageResourcesFactory::setFactoryClass() in PHRUTS_MessageResourcesFactory.php
setPhpExtensionFile
setProperty
PHRUTS_Properties::setProperty() in PHRUTS_Properties.php
Adds the given key/value pair to this properties.
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
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.
u
top
$UK
PHRUTS_Locale::$UK in PHRUTS_Locale.php
PHRUTS_Locale which represents the United Kingdom.
$US
PHRUTS_Locale::$US in PHRUTS_Locale.php
PHRUTS_Locale which represents the United States.
v
top
$variant
PHRUTS_Locale::$variant in PHRUTS_Locale.php
The variant code, as returned by getVariant().
c d e f g i j k l m n p r s t u v _