Element index for package mojavi
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ l ]
[ m ]
[ n ]
[ o ]
[ p ]
[ r ]
[ s ]
[ t ]
[ u ]
[ v ]
[ w ]
[ _ ]
_
- __autoload
- in file mojavi.php, function __autoload()
Handles autoloading of classes that have been specified in autoload.ini.
- __construct
- in file ActionStackEntry.class.php, method ActionStackEntry::__construct()
Class constructor.
- __construct
- in file Context.class.php, method Context::__construct()
Class constructor.
- __construct
- in file ParseException.class.php, method ParseException::__construct()
Class constructor.
- __construct
- in file MojaviException.class.php, method MojaviException::__construct()
Class constructor.
- __construct
- in file LoggingException.class.php, method LoggingException::__construct()
Class constructor.
- __construct
- in file RenderException.class.php, method RenderException::__construct()
Class constructor.
- __construct
- in file SecurityException.class.php, method SecurityException::__construct()
Class constructor.
- __construct
- in file ViewException.class.php, method ViewException::__construct()
Class constructor.
- __construct
- in file ValidatorException.class.php, method ValidatorException::__construct()
Class constructor.
- __construct
- in file StorageException.class.php, method StorageException::__construct()
Class constructor.
- __construct
- in file InitializationException.class.php, method InitializationException::__construct()
Class constructor.
- __construct
- in file ForwardException.class.php, method ForwardException::__construct()
Class constructor.
- __construct
- in file ControllerException.class.php, method ControllerException::__construct()
Class constructor.
- __construct
- in file ConfigurationException.class.php, method ConfigurationException::__construct()
Class constructor.
- __construct
- in file CacheException.class.php, method CacheException::__construct()
Class constructor.
- __construct
- in file DatabaseException.class.php, method DatabaseException::__construct()
Class constructor.
- __construct
- in file FactoryException.class.php, method FactoryException::__construct()
Class constructor.
- __construct
- in file FilterException.class.php, method FilterException::__construct()
Class constructor.
- __construct
- in file FileException.class.php, method FileException::__construct()
Class constructor.
- __construct
- in file AutoloadException.class.php, method AutoloadException::__construct()
Class constructor.
top
a
- $actionName
- in file ActionStackEntry.class.php, variable ActionStackEntry::$actionName
- Action
- in file Action.class.php, class Action
Action allows you to separate application and business logic from your presentation. By providing a core set of methods used by the framework, automation in the form of security and validation can occur.
- ActionStack
- in file ActionStack.class.php, class ActionStack
ActionStack keeps a list of all requested actions and provides accessor methods for retrieving individual entries.
- ActionStackEntry
- in file ActionStackEntry.class.php, class ActionStackEntry
ActionStackEntry represents information relating to a single Action request during a single HTTP request.
- ActionStackEntry.class.php
- procedural page ActionStackEntry.class.php
- ActionStack.class.php
- procedural page ActionStack.class.php
- Action.class.php
- procedural page Action.class.php
- addEntry
- in file ActionStack.class.php, method ActionStack::addEntry()
Add an entry.
- addReplacement
- in file ConfigHandler.class.php, method ConfigHandler::addReplacement()
Add a set of replacement values.
- AutoloadConfigHandler
- in file AutoloadConfigHandler.class.php, class AutoloadConfigHandler
AutoloadConfigHandler allows you to specify a list of classes that will automatically be included for you upon first use.
- AutoloadConfigHandler.class.php
- procedural page AutoloadConfigHandler.class.php
- actionExists
- in file Controller.class.php, method Controller::actionExists()
Indicates whether or not a module has a specific action.
- AutoloadException
- in file AutoloadException.class.php, class AutoloadException
AutoloadException is thrown when a class that has been required cannot be loaded.
- AutoloadException.class.php
- procedural page AutoloadException.class.php
- Appender
- in file Appender.class.php, class Appender
Appender allows you to specify a destination for log data and provide a custom layout for it, through which all log messages will be formatted.
- FATAL
- in file Logger.class.php, class constant Logger::FATAL
Fatal level.
- Appender.class.php
- procedural page Appender.class.php
- WARN
- in file Logger.class.php, class constant Logger::WARN
Warning level.
- addCredential
- in file SecurityUser.class.php, method SecurityUser::addCredential()
Add a credential to this user.
- addCredential
- in file BasicSecurityUser.class.php, method BasicSecurityUser::addCredential()
Add a credential to this user.
top
b
- BasicSecurityFilter
- in file BasicSecurityFilter.class.php, class BasicSecurityFilter
BasicSecurityFilter checks security by calling the getCredential() method of the action. Once the credential has been acquired, BasicSecurityFilter verifies the user has the same credential by calling the hasCredential() method of SecurityUser.
- BasicSecurityFilter.class.php
- procedural page BasicSecurityFilter.class.php
- BasicSecurityUser
- in file BasicSecurityUser.class.php, class BasicSecurityUser
BasicSecurityUser will handle any type of data as a credential.
- BasicSecurityUser.class.php
- procedural page BasicSecurityUser.class.php
top
c
- checkConfig
- in file ConfigCache.class.php, method ConfigCache::checkConfig()
Check to see if a configuration file has been modified and if so recompile the cache file associated with it.
- clear
- in file ConfigCache.class.php, method ConfigCache::clear()
Clear all configuration cache files.
- CompileConfigHandler
- in file CompileConfigHandler.class.php, class CompileConfigHandler
CompileConfigHandler gathers multiple files and puts them into a single file.
- ConfigCache
- in file ConfigCache.class.php, class ConfigCache
ConfigCache allows you to customize the format of a configuration file to make it easy-to-use, yet still provide a PHP formatted result for direct inclusion into your modules.
- ConfigHandler
- in file ConfigHandler.class.php, class ConfigHandler
ConfigHandler allows a developer to create a custom formatted configuration file pertaining to any information they like and still have it auto-generate PHP code.
- CompileConfigHandler.class.php
- procedural page CompileConfigHandler.class.php
- ConfigCache.class.php
- procedural page ConfigCache.class.php
- ConfigHandler.class.php
- procedural page ConfigHandler.class.php
- $context
- in file Controller.class.php, variable Controller::$context
- ConsoleController
- in file ConsoleController.class.php, class ConsoleController
- Controller
- in file Controller.class.php, class Controller
Controller directs application flow.
- ConsoleController.class.php
- procedural page ConsoleController.class.php
- Controller.class.php
- procedural page Controller.class.php
- $controller
- in file Context.class.php, variable Context::$controller
- Context
- in file Context.class.php, class Context
Context provides information about the current application context, such as the module and action names and the module directory. References to the current controller, request, and user implementation instances are also provided.
- Context.class.php
- procedural page Context.class.php
- $connection
- in file Database.class.php, variable Database::$connection
- connect
- in file PDODatabase.class.php, method PDODatabase::connect()
Connect to the database.
- connect
- in file PostgreSQLDatabase.class.php, method PostgreSQLDatabase::connect()
Connect to the database.
- connect
- in file MySQLDatabase.class.php, method MySQLDatabase::connect()
Connect to the database.
- connect
- in file Database.class.php, method Database::connect()
Connect to the database.
- connect
- in file CreoleDatabase.class.php, method CreoleDatabase::connect()
Connect to the database.
- CreoleDatabase
- in file CreoleDatabase.class.php, class CreoleDatabase
CreoleDatabase provides connectivity for the Creole database abstraction layer.
- CreoleDatabase.class.php
- procedural page CreoleDatabase.class.php
- CacheException
- in file CacheException.class.php, class CacheException
CacheException is thrown when ConfigCache fails to execute properly.
- ConfigurationException
- in file ConfigurationException.class.php, class ConfigurationException
ConfigurationException is thrown when the framework finds an error in a configuration setting.
- ControllerException
- in file ControllerException.class.php, class ControllerException
ControllerException is thrown when a requested Controller implementation doesn't exist.
- CacheException.class.php
- procedural page CacheException.class.php
- ConfigurationException.class.php
- procedural page ConfigurationException.class.php
- ControllerException.class.php
- procedural page ControllerException.class.php
- clearAttributes
- in file Request.class.php, method Request::clearAttributes()
Clear all attributes associated with this request.
- ConsoleRequest
- in file ConsoleRequest.class.php, class ConsoleRequest
- ConsoleRequest.class.php
- procedural page ConsoleRequest.class.php
- $credentials
- in file BasicSecurityUser.class.php, variable BasicSecurityUser::$credentials
- clearAttributes
- in file User.class.php, method User::clearAttributes()
Clear all attributes associated with this user.
- clearCredentials
- in file BasicSecurityUser.class.php, method BasicSecurityUser::clearCredentials()
Clear all credentials associated with this user.
- clearCredentials
- in file SecurityUser.class.php, method SecurityUser::clearCredentials()
Clear all credentials associated with this user.
- clearParameters
- in file ParameterHolder.class.php, method ParameterHolder::clearParameters()
Clear all parameters associated with this request.
- ConversionPattern
- in file ConversionPattern.class.php, class ConversionPattern
- ConversionPattern.class.php
- procedural page ConversionPattern.class.php
- clear
- in file ValidatorManager.class.php, method ValidatorManager::clear()
Clear this validator manager so it can be reused.
- clearAttributes
- in file View.class.php, method View::clearAttributes()
Clear all attributes associated with this view.
- clearAttributes
- in file PHPView.class.php, method PHPView::clearAttributes()
Clear all attributes associated with this view.
top
d
- DatabaseConfigHandler.class.php
- procedural page DatabaseConfigHandler.class.php
- DefineConfigHandler.class.php
- procedural page DefineConfigHandler.class.php
- DatabaseConfigHandler
- in file DatabaseConfigHandler.class.php, class DatabaseConfigHandler
DatabaseConfigHandler allows you to setup database connections in a configuration file that will be created for you automatically upon first request.
- DefineConfigHandler
- in file DefineConfigHandler.class.php, class DefineConfigHandler
DefineConfigHandler allows you to turn ini categories and key/value pairs into defined PHP values.
- $databaseManager
- in file Controller.class.php, variable Controller::$databaseManager
- dispatch
- in file PageWebController.class.php, method PageWebController::dispatch()
Dispatch a request.
- dispatch
- in file FrontWebController.class.php, method FrontWebController::dispatch()
Dispatch a request.
- $databaseManager
- in file Context.class.php, variable Context::$databaseManager
- Database
- in file Database.class.php, class Database
Database is a base abstraction class that allows you to setup any type of database connection via a configuration file.
- DatabaseManager
- in file DatabaseManager.class.php, class DatabaseManager
DatabaseManager allows you to setup your database connectivity before the request is handled. This eliminates the need for a filter to manage database connections.
- DatabaseManager.class.php
- procedural page DatabaseManager.class.php
- Database.class.php
- procedural page Database.class.php
- DatabaseException
- in file DatabaseException.class.php, class DatabaseException
DatabaseException is thrown when a database related error occurs.
- DatabaseException.class.php
- procedural page DatabaseException.class.php
- DateValidator
- in file DateValidator.class.php, class DateValidator
DateValidator verifies a parameter is of a date format.
- DateValidator.class.php
- procedural page DateValidator.class.php
- $decorator
- in file View.class.php, variable View::$decorator
- $decoratorDirectory
- in file View.class.php, variable View::$decoratorDirectory
- $decoratorTemplate
- in file View.class.php, variable View::$decoratorTemplate
- $directory
- in file View.class.php, variable View::$directory
- decorate
- in file View.class.php, method View::decorate()
Loop through all template slots and fill them in with the results of presentation data.
- decorate
- in file PHPView.class.php, method PHPView::decorate()
Loop through all template slots and fill them in with the results of presentation data.
top
e
- execute
- in file Action.class.php, method Action::execute()
Execute any application/business logic for this action.
- execute
- in file LoggingConfigHandler.class.php, method LoggingConfigHandler::execute()
Execute this configuration handler.
- execute
- in file ModuleConfigHandler.class.php, method ModuleConfigHandler::execute()
Execute this configuration handler.
- execute
- in file RootConfigHandler.class.php, method RootConfigHandler::execute()
Execute this configuration handler.
- execute
- in file ValidatorConfigHandler.class.php, method ValidatorConfigHandler::execute()
Execute this configuration handler.
- execute
- in file FilterConfigHandler.class.php, method FilterConfigHandler::execute()
Execute this configuration handler.
- execute
- in file FactoryConfigHandler.class.php, method FactoryConfigHandler::execute()
Execute this configuration handler.
- execute
- in file CompileConfigHandler.class.php, method CompileConfigHandler::execute()
Execute this configuration handler.
- execute
- in file ConfigHandler.class.php, method ConfigHandler::execute()
Execute this configuration handler.
- execute
- in file DatabaseConfigHandler.class.php, method DatabaseConfigHandler::execute()
Execute this configuration handler.
- execute
- in file DefineConfigHandler.class.php, method DefineConfigHandler::execute()
Execute this configuration handler.
- execute
- in file AutoloadConfigHandler.class.php, method AutoloadConfigHandler::execute()
Execute this configuration handler.
- execute
- in file ExecutionTimeFilter.class.php, method ExecutionTimeFilter::execute()
Execute this filter.
- execute
- in file Filter.class.php, method Filter::execute()
Execute this filter.
- execute
- in file BasicSecurityFilter.class.php, method BasicSecurityFilter::execute()
Execute this filter.
- execute
- in file ExecutionFilter.class.php, method ExecutionFilter::execute()
Execute this filter.
- execute
- in file FilterChain.class.php, method FilterChain::execute()
Execute the next filter in this chain.
- ExecutionFilter
- in file ExecutionFilter.class.php, class ExecutionFilter
ExecutionFilter is the last filter registered for each filter chain. This filter does all action and view execution.
- ExecutionTimeFilter
- in file ExecutionTimeFilter.class.php, class ExecutionTimeFilter
ExecutionTimeFilter tracks the length of time it takes for an entire request to be served starting with the dispatch and ending when the last action request has been served.
- ExecutionFilter.class.php
- procedural page ExecutionFilter.class.php
- ExecutionTimeFilter.class.php
- procedural page ExecutionTimeFilter.class.php
- $exitPriority
- in file Logger.class.php, variable Logger::$exitPriority
- DEBUG
- in file Logger.class.php, class constant Logger::DEBUG
Debug level.
- ErrorLogger
- in file ErrorLogger.class.php, class ErrorLogger
$Id: ErrorLogger.class.php 65 2004-10-26 03:16:15Z seank $
- ErrorLogger.class.php
- procedural page ErrorLogger.class.php
- $errors
- in file Request.class.php, variable Request::$errors
- extractParameters
- in file Request.class.php, method Request::extractParameters()
Extract parameter values from the request.
- GET
- in file Request.class.php, class constant Request::GET
Process validation and execution for only GET requests.
- extractClassName
- in file Toolkit.class.php, method Toolkit::extractClassName()
Extract the class or interface name from filename.
- EmailValidator
- in file EmailValidator.class.php, class EmailValidator
EmailValidator verifies a parameter contains a value that qualifies as an email address.
- execute
- in file StringValidator.class.php, method StringValidator::execute()
Execute this validator.
- execute
- in file Validator.class.php, method Validator::execute()
Execute this validator.
- execute
- in file RegexValidator.class.php, method RegexValidator::execute()
Execute this validator.
- execute
- in file ValidatorManager.class.php, method ValidatorManager::execute()
Execute all validators and determine the validation status.
- execute
- in file NumberValidator.class.php, method NumberValidator::execute()
Execute this validator.
- execute
- in file DateValidator.class.php, method DateValidator::execute()
Execute this validator.
- execute
- in file EmailValidator.class.php, method EmailValidator::execute()
Execute this validator.
- EmailValidator.class.php
- procedural page EmailValidator.class.php
- execute
- in file View.class.php, method View::execute()
Execute any presentation logic and set template attributes.
- RENDER_CLIENT
- in file View.class.php, class constant View::RENDER_CLIENT
Render the presentation to the client.
- RENDER_NONE
- in file View.class.php, class constant View::RENDER_NONE
Do not render the presentation.
- RENDER_VAR
- in file View.class.php, class constant View::RENDER_VAR
Render the presentation to a variable.
top
f
- FactoryConfigHandler.class.php
- procedural page FactoryConfigHandler.class.php
- FilterConfigHandler.class.php
- procedural page FilterConfigHandler.class.php
- FactoryConfigHandler
- in file FactoryConfigHandler.class.php, class FactoryConfigHandler
FactoryConfigHandler allows you to specify which factory implementation the system will use.
- FilterConfigHandler
- in file FilterConfigHandler.class.php, class FilterConfigHandler
FilterConfigHandler allows you to register filters with the system.
- FrontWebController.class.php
- procedural page FrontWebController.class.php
- forward
- in file Controller.class.php, method Controller::forward()
Forward the request to another action.
- FrontWebController
- in file FrontWebController.class.php, class FrontWebController
FrontWebController allows you to centralize your entry point in your web application, but at the same time allow for any module and action combination to be requested.
- FactoryException.class.php
- procedural page FactoryException.class.php
- FileException.class.php
- procedural page FileException.class.php
- FilterException.class.php
- procedural page FilterException.class.php
- ForwardException.class.php
- procedural page ForwardException.class.php
- FactoryException
- in file FactoryException.class.php, class FactoryException
FactoryException is thrown when an error occurs while attempting to create a new factory implementation instance.
- FileException
- in file FileException.class.php, class FileException
FileException is thrown when an error occurs while moving an uploaded file.
- FilterException
- in file FilterException.class.php, class FilterException
FilterException is thrown when an error occurs while attempting to initialize or execute a filter.
- ForwardException
- in file ForwardException.class.php, class ForwardException
ForwardException is thrown when an error occurs while attempting to forward the request.
- Filter
- in file Filter.class.php, class Filter
Filter provides a way for you to intercept incoming requests or outgoing responses.
- FilterChain
- in file FilterChain.class.php, class FilterChain
FilterChain manages registered filters for a specific context.
- FilterChain.class.php
- procedural page FilterChain.class.php
- Filter.class.php
- procedural page Filter.class.php
- FileAppender
- in file FileAppender.class.php, class FileAppender
- format
- in file PatternLayout.class.php, method PatternLayout::format()
Format a message.
- format
- in file Layout.class.php, method Layout::format()
Format a message.
- FileAppender.class.php
- procedural page FileAppender.class.php
top
g
- getActionInstance
- in file ActionStackEntry.class.php, method ActionStackEntry::getActionInstance()
Retrieve this entry's action instance.
- getActionName
- in file ActionStackEntry.class.php, method ActionStackEntry::getActionName()
Retrieve this entry's action name.
- getContext
- in file Action.class.php, method Action::getContext()
Retrieve the current application context.
- getCredential
- in file Action.class.php, method Action::getCredential()
Retrieve the credential required to access this action.
- getDefaultView
- in file Action.class.php, method Action::getDefaultView()
Retrieve the default view to be executed when a given request is not served by this action.
- getEntry
- in file ActionStack.class.php, method ActionStack::getEntry()
Retrieve the entry at a specific index.
- getFirstEntry
- in file ActionStack.class.php, method ActionStack::getFirstEntry()
Retrieve the first entry.
- getLastEntry
- in file ActionStack.class.php, method ActionStack::getLastEntry()
Retrieve the last entry.
- getMicrotime
- in file ActionStackEntry.class.php, method ActionStackEntry::getMicrotime()
Retrieve this entry's microtime.
- getModuleName
- in file ActionStackEntry.class.php, method ActionStackEntry::getModuleName()
Retrieve this entry's module name.
- getPresentation
- in file ActionStackEntry.class.php, method ActionStackEntry::getPresentation()
Retrieve this entry's rendered view presentation.
- getRequestMethods
- in file Action.class.php, method Action::getRequestMethods()
Retrieve the request methods on which this action will process validation and execution.
- getSize
- in file ActionStack.class.php, method ActionStack::getSize()
Retrieve the size of this stack.
- getCacheName
- in file ConfigCache.class.php, method ConfigCache::getCacheName()
Convert a normal filename into a cache filename.
- genURL
- in file WebController.class.php, method WebController::genURL()
Generate a formatted Mojavi URL.
- getAction
- in file Controller.class.php, method Controller::getAction()
Retrieve an Action implementation instance.
- getActionStack
- in file Controller.class.php, method Controller::getActionStack()
Retrieve the action stack.
- getContentType
- in file WebController.class.php, method WebController::getContentType()
Retrieve the requested content type.
- getContext
- in file Controller.class.php, method Controller::getContext()
Retrieve the current application context.
- getGlobalModel
- in file Controller.class.php, method Controller::getGlobalModel()
Retrieve a global Model implementation instance.
- getInstance
- in file Controller.class.php, method Controller::getInstance()
Retrieve the singleton instance of this class.
- getModel
- in file Controller.class.php, method Controller::getModel()
Retrieve a Model implementation instance.
- getRenderMode
- in file Controller.class.php, method Controller::getRenderMode()
Retrieve the presentation rendering mode.
- getView
- in file Controller.class.php, method Controller::getView()
Retrieve a View implementation instance.
- getActionName
- in file Context.class.php, method Context::getActionName()
Retrieve the action name for this context.
- getController
- in file Context.class.php, method Context::getController()
Retrieve the controller.
- getDatabaseConnection
- in file Context.class.php, method Context::getDatabaseConnection()
Retrieve a database connection from the database manager.
- getDatabaseManager
- in file Context.class.php, method Context::getDatabaseManager()
Retrieve the database manager.
- getModuleDirectory
- in file Context.class.php, method Context::getModuleDirectory()
Retrieve the module directory for this context.
- getModuleName
- in file Context.class.php, method Context::getModuleName()
Retrieve the module name for this context.
- getRequest
- in file Context.class.php, method Context::getRequest()
Retrieve the request.
- getStorage
- in file Context.class.php, method Context::getStorage()
Retrieve the storage.
- getUser
- in file Context.class.php, method Context::getUser()
Retrieve the user.
- getConnection
- in file Database.class.php, method Database::getConnection()
Retrieve the database connection associated with this Database implementation.
- getDatabase
- in file DatabaseManager.class.php, method DatabaseManager::getDatabase()
Retrieve the database connection associated with this Database implementation.
- getResource
- in file Database.class.php, method Database::getResource()
Retrieve a raw database resource associated with this Database implementation.
- getName
- in file MojaviException.class.php, method MojaviException::getName()
Retrieve the name of this exception.
- getContext
- in file Filter.class.php, method Filter::getContext()
Retrieve the current application context.
- getAppender
- in file Logger.class.php, method Logger::getAppender()
Retrieve an appender.
- getExitPriority
- in file Logger.class.php, method Logger::getExitPriority()
Retrieve the exit priority level.
- getLayout
- in file Layout.class.php, method Layout::getLayout()
Retrieve the message layout.
- getLayout
- in file Appender.class.php, method Appender::getLayout()
Retrieve the layout.
- getLogger
- in file LoggerManager.class.php, method LoggerManager::getLogger()
Retrieve a logger.
- getLoggerNames
- in file LoggerManager.class.php, method LoggerManager::getLoggerNames()
Retrieve a list of logger names.
- getPriority
- in file Logger.class.php, method Logger::getPriority()
Retrieve the priority level.
- getContext
- in file Model.class.php, method Model::getContext()
Retrieve the current application context.
- getAttribute
- in file Request.class.php, method Request::getAttribute()
Retrieve an attribute.
- getAttributeNames
- in file Request.class.php, method Request::getAttributeNames()
Retrieve an array of attribute names.
- getError
- in file Request.class.php, method Request::getError()
Retrieve an error message.
- getErrorNames
- in file Request.class.php, method Request::getErrorNames()
Retrieve an array of error names.
- getErrors
- in file Request.class.php, method Request::getErrors()
Retrieve an array of errors.
- getFile
- in file WebRequest.class.php, method WebRequest::getFile()
Retrieve an array of file information.
- getFileError
- in file WebRequest.class.php, method WebRequest::getFileError()
Retrieve a file error.
- getFileName
- in file WebRequest.class.php, method WebRequest::getFileName()
Retrieve a file name.
- getFileNames
- in file WebRequest.class.php, method WebRequest::getFileNames()
Retrieve an array of file names.
- getFilePath
- in file WebRequest.class.php, method WebRequest::getFilePath()
Retrieve a file path.
- getFiles
- in file WebRequest.class.php, method WebRequest::getFiles()
Retrieve an array of files.
- getFileSize
- in file WebRequest.class.php, method WebRequest::getFileSize()
Retrieve a file size.
- getFileType
- in file WebRequest.class.php, method WebRequest::getFileType()
Retrieve a file type.
- getMethod
- in file Request.class.php, method Request::getMethod()
Retrieve this request's method.
- getContext
- in file Storage.class.php, method Storage::getContext()
Retrieve the current application context.
- getAttribute
- in file User.class.php, method User::getAttribute()
Retrieve an attribute.
- getAttributeNames
- in file User.class.php, method User::getAttributeNames()
Retrieve an array of attribute names.
- getAttributeNamespace
- in file User.class.php, method User::getAttributeNamespace()
Retrieve all attributes within a namespace.
- getAttributeNamespaces
- in file User.class.php, method User::getAttributeNamespaces()
Retrieve an array of attribute namespaces.
- getContext
- in file User.class.php, method User::getContext()
Retrieve the current application context.
- getParameter
- in file ParameterHolder.class.php, method ParameterHolder::getParameter()
Retrieve a parameter.
- getParameterNames
- in file ParameterHolder.class.php, method ParameterHolder::getParameterNames()
Retrieve an array of parameter names.
- getParameters
- in file ParameterHolder.class.php, method ParameterHolder::getParameters()
Retrieve an array of parameters.
- getContext
- in file Validator.class.php, method Validator::getContext()
Retrieve the current application context.
- getAttribute
- in file View.class.php, method View::getAttribute()
Retrieve an attribute.
- getAttribute
- in file PHPView.class.php, method PHPView::getAttribute()
Retrieve an attribute.
- getAttributeNames
- in file PHPView.class.php, method PHPView::getAttributeNames()
Retrieve an array of attribute names.
- getAttributeNames
- in file View.class.php, method View::getAttributeNames()
Retrieve an array of attribute names.
- getContext
- in file View.class.php, method View::getContext()
Retrieve the current application context.
- getDecoratorDirectory
- in file View.class.php, method View::getDecoratorDirectory()
Retrieve this views decorator template directory.
- getDecoratorTemplate
- in file View.class.php, method View::getDecoratorTemplate()
Retrieve this views decorator template.
- getDirectory
- in file View.class.php, method View::getDirectory()
Retrieve this views template directory.
- getEngine
- in file PHPView.class.php, method PHPView::getEngine()
Retrieve the template engine associated with this view.
- getEngine
- in file View.class.php, method View::getEngine()
Retrieve the template engine associated with this view.
- getSlots
- in file View.class.php, method View::getSlots()
Retrieve an array of specified slots for the decorator template.
- getTemplate
- in file View.class.php, method View::getTemplate()
Retrieve this views template.
top
h
- handleError
- in file Action.class.php, method Action::handleError()
Execute any post-validation error application logic.
- hasLogger
- in file LoggerManager.class.php, method LoggerManager::hasLogger()
Indicates that a logger exists.
- hasAttribute
- in file Request.class.php, method Request::hasAttribute()
Indicates whether or not an attribute exists.
- hasError
- in file Request.class.php, method Request::hasError()
Indicates whether or not an error exists.
- hasErrors
- in file Request.class.php, method Request::hasErrors()
Indicates whether or not any errors exist.
- hasFile
- in file WebRequest.class.php, method WebRequest::hasFile()
Indicates whether or not a file exists.
- hasFileError
- in file WebRequest.class.php, method WebRequest::hasFileError()
Indicates whether or not a file error exists.
- hasFileErrors
- in file WebRequest.class.php, method WebRequest::hasFileErrors()
Indicates whether or not any file errors occured.
- hasFiles
- in file WebRequest.class.php, method WebRequest::hasFiles()
Indicates whether or not any files exist.
- hasAttribute
- in file User.class.php, method User::hasAttribute()
Indicates whether or not an attribute exists.
- hasAttributeNamespace
- in file User.class.php, method User::hasAttributeNamespace()
Indicates whether or not an attribute namespace exists.
- hasCredential
- in file SecurityUser.class.php, method SecurityUser::hasCredential()
Indicates whether or not this user has a credential.
- hasCredential
- in file BasicSecurityUser.class.php, method BasicSecurityUser::hasCredential()
Indicates whether or not this user has a credential.
- hasParameter
- in file ParameterHolder.class.php, method ParameterHolder::hasParameter()
Indicates whether or not a parameter exists.
top
i
- initialize
- in file Action.class.php, method Action::initialize()
Initialize this action.
- isSecure
- in file Action.class.php, method Action::isSecure()
Indicates that this action requires security.
- IniConfigHandler.class.php
- procedural page IniConfigHandler.class.php
- import
- in file ConfigCache.class.php, method ConfigCache::import()
Import a configuration file.
- IniConfigHandler
- in file IniConfigHandler.class.php, class IniConfigHandler
IniConfigHandler is a base class for .ini configuration handlers. This class provides a central location for parsing ini files and detecting required categories.
- initialize
- in file ConfigHandler.class.php, method ConfigHandler::initialize()
Initialize this ConfigHandler.
- initialize
- in file WebController.class.php, method WebController::initialize()
Initialize this controller.
- initialize
- in file Controller.class.php, method Controller::initialize()
Initialize this controller.
- initialize
- in file DatabaseManager.class.php, method DatabaseManager::initialize()
Initialize this DatabaseManager.
- initialize
- in file Database.class.php, method Database::initialize()
Initialize this Database.
- InitializationException.class.php
- procedural page InitializationException.class.php
- InitializationException
- in file InitializationException.class.php, class InitializationException
InitializationException is thrown when an initialization procedure fails.
- $index
- in file FilterChain.class.php, variable FilterChain::$index
- initialize
- in file Filter.class.php, method Filter::initialize()
Initialize this Filter.
- initialize
- in file ExecutionTimeFilter.class.php, method ExecutionTimeFilter::initialize()
Initialize this filter.
- initialize
- in file Model.class.php, method Model::initialize()
Initialize this model.
- initialize
- in file WebRequest.class.php, method WebRequest::initialize()
Initialize this Request.
- initialize
- in file Request.class.php, method Request::initialize()
Initialize this Request.
- initialize
- in file ConsoleRequest.class.php, method ConsoleRequest::initialize()
Initialize this Request.
- initialize
- in file Storage.class.php, method Storage::initialize()
Initialize this Storage.
- initialize
- in file SessionStorage.class.php, method SessionStorage::initialize()
Initialize this Storage.
- initialize
- in file PostgreSQLSessionStorage.class.php, method PostgreSQLSessionStorage::initialize()
Initialize this Storage.
- initialize
- in file MySQLSessionStorage.class.php, method MySQLSessionStorage::initialize()
Initialize this Storage.
- initialize
- in file BasicSecurityUser.class.php, method BasicSecurityUser::initialize()
Initialize this User.
- initialize
- in file User.class.php, method User::initialize()
Initialize this User.
- isAuthenticated
- in file BasicSecurityUser.class.php, method BasicSecurityUser::isAuthenticated()
Indicates whether or not this user is authenticated.
- isAuthenticated
- in file SecurityUser.class.php, method SecurityUser::isAuthenticated()
Indicates whether or not this user is authenticated.
- isPathAbsolute
- in file Toolkit.class.php, method Toolkit::isPathAbsolute()
Determine if a filesystem path is absolute.
- initialize
- in file ValidatorManager.class.php, method ValidatorManager::initialize()
Initialize this validator manager.
- initialize
- in file Validator.class.php, method Validator::initialize()
Initialize this validator.
- initialize
- in file StringValidator.class.php, method StringValidator::initialize()
Initialize this validator.
- initialize
- in file RegexValidator.class.php, method RegexValidator::initialize()
Initialize this validator.
- initialize
- in file NumberValidator.class.php, method NumberValidator::initialize()
Initialize this validator.
- importAttributes
- in file View.class.php, method View::importAttributes()
Import parameter values and error messages from the request directly as view attributes.
- initialize
- in file View.class.php, method View::initialize()
Initialize this view.
- isDecorator
- in file View.class.php, method View::isDecorator()
Indicates that this view is a decorating view.
top
l
- LoggingConfigHandler.class.php
- procedural page LoggingConfigHandler.class.php
- literalize
- in file ConfigHandler.class.php, method ConfigHandler::literalize()
Literalize a string value.
- LoggingConfigHandler
- in file LoggingConfigHandler.class.php, class LoggingConfigHandler
- LoggingException.class.php
- procedural page LoggingException.class.php
- LoggingException
- in file LoggingException.class.php, class LoggingException
LoggingException is thrown when a logging related error occurs.
- Layout
- in file Layout.class.php, class Layout
Layout allows you to specify a message layout for log messages.
- log
- in file Logger.class.php, method Logger::log()
Log a message.
- Logger
- in file Logger.class.php, class Logger
Logger provides an easy way to manage multiple log destinations and write to them all simultaneously.
- LoggerManager
- in file LoggerManager.class.php, class LoggerManager
LoggerManager provides accessibility and management of all loggers.
- Layout.class.php
- procedural page Layout.class.php
- LoggerManager.class.php
- procedural page LoggerManager.class.php
- Logger.class.php
- procedural page Logger.class.php
- ALERT
- in file View.class.php, class constant View::ALERT
Show an alert view.
top
m
- mojavi.php
- procedural page mojavi.php
- MO_APP_BRANCH
- in file version.php, constant MO_APP_BRANCH
- MO_APP_INFO
- in file version.php, constant MO_APP_INFO
- MO_APP_MAJOR_VERSION
- in file version.php, constant MO_APP_MAJOR_VERSION
- MO_APP_MICRO_VERSION
- in file version.php, constant MO_APP_MICRO_VERSION
- MO_APP_MINOR_VERSION
- in file version.php, constant MO_APP_MINOR_VERSION
- MO_APP_NAME
- in file version.php, constant MO_APP_NAME
- MO_APP_STATUS
- in file version.php, constant MO_APP_STATUS
- MO_APP_URL
- in file version.php, constant MO_APP_URL
- MO_APP_VERSION
- in file version.php, constant MO_APP_VERSION
- MO_CONFIG_DIR
- in file mojavi.php, constant MO_CONFIG_DIR
- MO_LIB_DIR
- in file mojavi.php, constant MO_LIB_DIR
- MO_MODULE_DIR
- in file mojavi.php, constant MO_MODULE_DIR
- MO_TEMPLATE_DIR
- in file mojavi.php, constant MO_TEMPLATE_DIR
- $microtime
- in file ActionStackEntry.class.php, variable ActionStackEntry::$microtime
- $moduleName
- in file ActionStackEntry.class.php, variable ActionStackEntry::$moduleName
- ModuleConfigHandler.class.php
- procedural page ModuleConfigHandler.class.php
- ModuleConfigHandler
- in file ModuleConfigHandler.class.php, class ModuleConfigHandler
ModuleConfigHandler reads module configuration files to determine the status of a module.
- $maxForwards
- in file Controller.class.php, variable Controller::$maxForwards
- modelExists
- in file Controller.class.php, method Controller::modelExists()
Indicates whether or not a module has a specific model.
- moduleExists
- in file Controller.class.php, method Controller::moduleExists()
Indicates whether or not a module exists.
- MojaviObject.class.php
- procedural page MojaviObject.class.php
- MojaviObject
- in file MojaviObject.class.php, class MojaviObject
$Id: MojaviObject.class.php 65 2004-10-26 03:16:15Z seank $
- MySQLDatabase.class.php
- procedural page MySQLDatabase.class.php
- MySQLDatabase
- in file MySQLDatabase.class.php, class MySQLDatabase
MySQLDatabase provides connectivity for the MySQL brand database.
- MojaviException.class.php
- procedural page MojaviException.class.php
- MojaviException
- in file MojaviException.class.php, class MojaviException
MojaviException is the base class for all Mojavi related exceptions and provides an additional method for printing up a detailed view of an exception.
- MailAppender.class.php
- procedural page MailAppender.class.php
- Message.class.php
- procedural page Message.class.php
- MailAppender
- in file MailAppender.class.php, class MailAppender
- Message
- in file Message.class.php, class Message
- Model
- in file Model.class.php, class Model
Model provides a convention for separating business logic from application logic. When using a model you're providing a globally accessible API for other modules to access, which will boost interoperability among modules in your web application.
- Model.class.php
- procedural page Model.class.php
- $method
- in file Request.class.php, variable Request::$method
- moveFile
- in file WebRequest.class.php, method WebRequest::moveFile()
Move an uploaded file.
- MySQLSessionStorage
- in file MySQLSessionStorage.class.php, class MySQLSessionStorage
Provides support for session storage using a MySQL brand database.
- MySQLSessionStorage.class.php
- procedural page MySQLSessionStorage.class.php
top
n
- newInstance
- in file Controller.class.php, method Controller::newInstance()
Retrieve a new Controller implementation instance.
- newInstance
- in file SecurityFilter.class.php, method SecurityFilter::newInstance()
Retrieve a new Controller implementation instance.
- INFO
- in file Logger.class.php, class constant Logger::INFO
Information level.
- newInstance
- in file Request.class.php, method Request::newInstance()
Retrieve a new Request implementation instance.
- newInstance
- in file Storage.class.php, method Storage::newInstance()
Retrieve a new Storage implementation instance.
- newInstance
- in file User.class.php, method User::newInstance()
Retrieve a new User implementation instance.
- $names
- in file ValidatorManager.class.php, variable ValidatorManager::$names
- NumberValidator
- in file NumberValidator.class.php, class NumberValidator
NumberValidator verifies a parameter is a number and allows you to apply size constraints.
- NumberValidator.class.php
- procedural page NumberValidator.class.php
- INPUT
- in file View.class.php, class constant View::INPUT
Show a form input view.
top
o
- NONE
- in file Request.class.php, class constant Request::NONE
Skip validation and execution for any request method.
- POST
- in file Request.class.php, class constant Request::POST
Process validation and execution for only POST requests.
- NONE
- in file View.class.php, class constant View::NONE
Skip view execution.
top
p
- $presentation
- in file ActionStackEntry.class.php, variable ActionStackEntry::$presentation
- ParameterParser.class.php
- procedural page ParameterParser.class.php
- ParameterParser
- in file ParameterParser.class.php, class ParameterParser
ParameterParser is used to take parameter lists in Mojavi configuration files and return them in literal array form.
- parse
- in file ParameterParser.class.php, method ParameterParser::parse()
Parse an array of key-value pairs and return an array of specified parameters.
- parseIni
- in file IniConfigHandler.class.php, method IniConfigHandler::parseIni()
Parse an .ini configuration file.
- PageWebController.class.php
- procedural page PageWebController.class.php
- PageWebController
- in file PageWebController.class.php, class PageWebController
PageWebController allows you to dispatch a request by specifying a module and action name in the dispatch() method.
- PDODatabase.class.php
- procedural page PDODatabase.class.php
- PostgreSQLDatabase.class.php
- procedural page PostgreSQLDatabase.class.php
- PDODatabase
- in file PDODatabase.class.php, class PDODatabase
PDODatabase provides connectivity for the PDO database abstraction layer.
- PostgreSQLDatabase
- in file PostgreSQLDatabase.class.php, class PostgreSQLDatabase
PostgreSQLDatabase provides connectivity for the PostgreSQL brand database.
- ParseException.class.php
- procedural page ParseException.class.php
- ParseException
- in file ParseException.class.php, class ParseException
ParseException is thrown when a parsing procedure fails to complete successfully.
- printStackTrace
- in file MojaviException.class.php, method MojaviException::printStackTrace()
Print the stack trace for this exception.
- $priority
- in file Logger.class.php, variable Logger::$priority
- PatternLayout.class.php
- procedural page PatternLayout.class.php
- PatternLayout
- in file PatternLayout.class.php, class PatternLayout
- PostgreSQLSessionStorage
- in file PostgreSQLSessionStorage.class.php, class PostgreSQLSessionStorage
Provides support for session storage using a PostgreSQL brand database.
- PostgreSQLSessionStorage.class.php
- procedural page PostgreSQLSessionStorage.class.php
- $parameters
- in file ParameterHolder.class.php, variable ParameterHolder::$parameters
- ParameterHolder
- in file ParameterHolder.class.php, class ParameterHolder
ParameterHolder provides a base class for managing parameters.
- ParameterHolder.class.php
- procedural page ParameterHolder.class.php
- PHPView
- in file PHPView.class.php, class PHPView
A view that uses PHP to render templates.
- preRenderCheck
- in file View.class.php, method View::preRenderCheck()
Execute a basic pre-render check to verify all required variables exist and that the template is readable.
- PHPView.class.php
- procedural page PHPView.class.php
top
r
- registerValidators
- in file Action.class.php, method Action::registerValidators()
Manually register validators for this action.
- RootConfigHandler.class.php
- procedural page RootConfigHandler.class.php
- replaceConstants
- in file ConfigHandler.class.php, method ConfigHandler::replaceConstants()
Replace constant identifiers in a string.
- replacePath
- in file ConfigHandler.class.php, method ConfigHandler::replacePath()
Replace a relative filesystem path with an absolute one.
- RootConfigHandler
- in file RootConfigHandler.class.php, class RootConfigHandler
RootConfigHandler allows you to specify configuration handlers for the application or on a module level.
- $renderMode
- in file Controller.class.php, variable Controller::$renderMode
- $request
- in file Controller.class.php, variable Controller::$request
- redirect
- in file WebController.class.php, method WebController::redirect()
Redirect the request to another URL.
- $request
- in file Context.class.php, variable Context::$request
- $resource
- in file Database.class.php, variable Database::$resource
- RenderException.class.php
- procedural page RenderException.class.php
- RenderException
- in file RenderException.class.php, class RenderException
RenderException is thrown when a view's pre-render check fails.
- register
- in file FilterChain.class.php, method FilterChain::register()
Register a filter with this chain.
- ERROR
- in file Logger.class.php, class constant Logger::ERROR
Error level.
- removeAppender
- in file Logger.class.php, method Logger::removeAppender()
Remove an appender.
- removeLogger
- in file LoggerManager.class.php, method LoggerManager::removeLogger()
Remove a logger.
- removeAttribute
- in file Request.class.php, method Request::removeAttribute()
Remove an attribute.
- removeError
- in file Request.class.php, method Request::removeError()
Remove an error.
- Request
- in file Request.class.php, class Request
Request provides methods for manipulating client request information such as attributes, errors and parameters. It is also possible to manipulate the request method originally sent by the user.
- Request.class.php
- procedural page Request.class.php
- read
- in file Storage.class.php, method Storage::read()
Read data from this storage.
- read
- in file SessionStorage.class.php, method SessionStorage::read()
Read data from this storage.
- remove
- in file Storage.class.php, method Storage::remove()
Remove data from this storage.
- remove
- in file SessionStorage.class.php, method SessionStorage::remove()
Remove data from this storage.
- CREDENTIAL_NAMESPACE
- in file BasicSecurityUser.class.php, class constant BasicSecurityUser::CREDENTIAL_NAMESPACE
The namespace under which credentials will be stored.
- removeAttribute
- in file User.class.php, method User::removeAttribute()
Remove an attribute.
- removeAttributeNamespace
- in file User.class.php, method User::removeAttributeNamespace()
Remove an attribute namespace and all of its associated attributes.
- removeCredential
- in file SecurityUser.class.php, method SecurityUser::removeCredential()
Remove a credential from this user.
- removeCredential
- in file BasicSecurityUser.class.php, method BasicSecurityUser::removeCredential()
Remove a credential from this user.
- removeParameter
- in file ParameterHolder.class.php, method ParameterHolder::removeParameter()
Remove a parameter.
- $request
- in file ValidatorManager.class.php, variable ValidatorManager::$request
- RegexValidator
- in file RegexValidator.class.php, class RegexValidator
RegexValidator allows you to match a value against a regular expression pattern.
- registerName
- in file ValidatorManager.class.php, method ValidatorManager::registerName()
Register a file or parameter.
- registerValidator
- in file ValidatorManager.class.php, method ValidatorManager::registerValidator()
Register a validator for a file or parameter.
- RegexValidator.class.php
- procedural page RegexValidator.class.php
- ERROR
- in file View.class.php, class constant View::ERROR
Show an error view.
- removeAttribute
- in file View.class.php, method View::removeAttribute()
Remove an attribute.
- removeAttribute
- in file PHPView.class.php, method PHPView::removeAttribute()
Remove an attribute.
- render
- in file View.class.php, method View::render()
Render the presentation.
- render
- in file PHPView.class.php, method PHPView::render()
Render the presentation.
top
s
- setPresentation
- in file ActionStackEntry.class.php, method ActionStackEntry::setPresentation()
Set the rendered presentation for this action.
- $securityFilter
- in file Controller.class.php, variable Controller::$securityFilter
- $storage
- in file Controller.class.php, variable Controller::$storage
- setContentType
- in file WebController.class.php, method WebController::setContentType()
Set the content type for this request.
- setRenderMode
- in file Controller.class.php, method Controller::setRenderMode()
Set the presentation rendering mode.
- shutdown
- in file Controller.class.php, method Controller::shutdown()
Execute the shutdown procedure.
- $storage
- in file Context.class.php, variable Context::$storage
- shutdown
- in file PDODatabase.class.php, method PDODatabase::shutdown()
Execute the shutdown procedure.
- shutdown
- in file PostgreSQLDatabase.class.php, method PostgreSQLDatabase::shutdown()
Execute the shutdown procedure.
- shutdown
- in file MySQLDatabase.class.php, method MySQLDatabase::shutdown()
Execute the shutdown procedure.
- shutdown
- in file DatabaseManager.class.php, method DatabaseManager::shutdown()
Execute the shutdown procedure.
- shutdown
- in file Database.class.php, method Database::shutdown()
Execute the shutdown procedure.
- shutdown
- in file CreoleDatabase.class.php, method CreoleDatabase::shutdown()
Execute the shutdown procedure.
- SecurityException.class.php
- procedural page SecurityException.class.php
- StorageException.class.php
- procedural page StorageException.class.php
- SecurityException
- in file SecurityException.class.php, class SecurityException
SecurityException is thrown when a security related error occurs.
- setName
- in file MojaviException.class.php, method MojaviException::setName()
Set the name of this exception.
- StorageException
- in file StorageException.class.php, class StorageException
StorageException is thrown when a requested Storage implementation doesn't exist or data cannot be read from or written to the storage.
- SecurityFilter.class.php
- procedural page SecurityFilter.class.php
- SecurityFilter
- in file SecurityFilter.class.php, class SecurityFilter
SecurityFilter provides a base class that classifies a filter as one that handles security.
- StderrAppender.class.php
- procedural page StderrAppender.class.php
- StdoutAppender.class.php
- procedural page StdoutAppender.class.php
- setAppender
- in file Logger.class.php, method Logger::setAppender()
Set an appender.
- setExitPriority
- in file Logger.class.php, method Logger::setExitPriority()
Set the exit priority level.
- setLayout
- in file Appender.class.php, method Appender::setLayout()
Set the layout.
- setLayout
- in file Layout.class.php, method Layout::setLayout()
Set the message layout.
- setLogger
- in file LoggerManager.class.php, method LoggerManager::setLogger()
Set a new logger instance.
- setPriority
- in file Logger.class.php, method Logger::setPriority()
Set the priority level.
- shutdown
- in file Logger.class.php, method Logger::shutdown()
Execute the shutdown procedure.
- shutdown
- in file LoggerManager.class.php, method LoggerManager::shutdown()
Execute the shutdown procedure.
- shutdown
- in file Appender.class.php, method Appender::shutdown()
Execute the shutdown procedure.
- StderrAppender
- in file StderrAppender.class.php, class StderrAppender
- StdoutAppender
- in file StdoutAppender.class.php, class StdoutAppender
- setAttribute
- in file Request.class.php, method Request::setAttribute()
Set an attribute.
- setAttributeByRef
- in file Request.class.php, method Request::setAttributeByRef()
Set an attribute by reference.
- setAttributes
- in file Request.class.php, method Request::setAttributes
|
|