Full index

Package indexes


a b c d e f g h i l m n o p r s t u v w x _
a
top
$actions
$aliases
actionExists
addCookie
Adds the specified cookie to the response.
addFile
Adds one file.
addHeader
Adds a response header with the given name and value.
addInterceptor
Adds an interceptor.
addParameter
Adds a query parameter to the url.
addPathParameter
Adds a path parameter to the url.
addPathParametersArray
Adds path parameters to the url, using an indexed array.
addPathParametersAssoc
Adds path parameters to the url, using an assoc. array.
applyToState
Determines if this inteceptor should be applied to the given state-method combination.
Application.php
Application.php in Application.php
b
top
Base.php
Base.php in Base.php
c
top
$current
clear
clear
clear
clearAll
clone
close
Closes the log.
close
closeForm
convert
* conversion **
convert
convertFlattened
Cookie.php
Cookie.php in Cookie.php
Converter.php
Converter.php in Converter.php
Controller.php
Controller.php in Controller.php
create
create
Starts a new session.
create
createSessionName
d
top
$document
Database.php
Database.php in Database.php
data
debug
debug
deleteCookie
Deletes the specified cookie from the response.
destroy
Destroys the session.
destruct
diff
dispatchAction
display
displayForm
e
top
$errors
An array containing a list errors resulting from the validate() method
Error.php
Error.php in Error.php
execDefault
execDefault
The default action handler method.
execute
Handles the request.
execute
Handles the request.
execute
Handles the request.
execute
Handles the request by executing the right action method.
exists
exportActionValues
exportFieldValue
exportFormValues
* values **
f
top
$flattened
$form
$form
Filter.php
Filter.php in Filter.php
FileSystem.php
FileSystem.php in FileSystem.php
Formbuilder.php
Formbuilder.php in Formbuilder.php
Filesystem.php
Filesystem.php in Filesystem.php
Form.php
Form.php in Form.php
Form.php
Form.php in Form.php
filter
The function that decides if the request is passed on or not.
findByKey
findByValue
findFile
Returns the full path to a file found from PHP's include path.
findFile
Returns the full path to a file from the configured path using possible set prefix, postfix and extension if it exists.
firstAction
flatten
flatten
g
top
get
get
get
* usage **
get
get
Gets something previously stored in the session.
getActionByIdx
getActions
getActions
getActionUrl
getAlias
getAliases
getAll
getArrayRepresentation
Returns an array representation of the class's attributes.
getCharacterEncoding
Gets the used character encoding.
getChildren
getContentLength
Gets the content length.
getContentType
Gets the content type.
getContextPath
Returns the context path.
getCookies
Gets the available cookies.
getData
getDefaultLocale
Gets the default locale for the application.
getDomain
Returns the cookie's domain or "" if it's not set.
getExisting
getExpire
Returns the cookie's expire time or 0 if it's not set.
getFirstMissing
getHeader
Gets the value of header.
getHeaderNames
Gets all the header names.
getHeaders
Gets all the headers.
getId
getIndex
getInstance
Loads, creates and returns an instance of the requested class.
getInstance
Loads, creates and returns an instance of the requested class.
getInstance
getInstance
Returns an instance of the requested class.
getIP
Gets the ip address.
getLocale
Deduces the clients preferred locale.
getMethod
Gets the request method.
getMissing
getMissingRequired
getMultiple
getName
Returns the cookie's name or "" if it's not set.
getParameter
Returns the parameter from the request parameters if it's available.
getParameterArray
Returns an array containing the name-value pair of the parameters.
getParameterNames
Returns the names of the available parameters.
getPath
Returns the cookie's path or "" if it's not set.
getPathParameter
Returns the path info parameter from the request.
getPathParameterAt
Returns the path info parameter from the request at the specified position.
getPathParametersArray
Returns the path info parameters from the request in an indexed array.
getPathParametersAssoc
Returns the path info parameters from the request in an associative array.
getProtocol
Gets the protocol.
getQueryString
Gets the query string.
getRaw
getRemoteAddress
Gets the remove address.
getRemoteHost
Gets the remove host.
getRequestedSessionId
Returns the session id in used for the current session.
getRequired
getRequiredActions
getReservedActions
getRoot
getServerName
Gets the server name.
getServerPort
Gets the port number.
getSupportedLocales
Gets the supported locales for the application.
getValue
getValue
Returns the cookie's value or "" if it's not set.
h
top
HTTP.php
HTTP.php in HTTP.php
handleCurrent
handleFirst
* handlers **
handleIncomplete
handleLast
handleNext
handlePrev
has
Checks if something is available in the session with the asked for key.
hasSession
Checks if this IsmoSession instance has a valid client session or not.
i
top
$id
$id
$index
Invocation.php
Invocation.php in Invocation.php
IncludePath.php
IncludePath.php in IncludePath.php
Interceptor.php
Interceptor.php in Interceptor.php
init
init
init
insert
interpolateFlatten
interpolateFlatten
interpolateString
interpolateString
interpolateToArray
interpolateToArray
invokeNext
This invokes the next interceptor or if no more interceptors exists, invokes the target method aka the intercepted method call.
isAction
isBetween
isComplete
isFirst
* action handling **
isLast
Ismo_Core_AOP_Invocation
Ismo_Core_AOP_Invocation in Invocation.php
The invocation class.
Ismo_Core_AOP_Invocation
The empty constructor.
Ismo_Core_AOP_StateProxy
The constructor.
Ismo_Core_AOP_StateProxy
Ismo_Core_AOP_StateProxy in StateProxy.php
This is a dynamic proxy class that can proxy for Ismo_Core_State_HTTP and
Ismo_Core_Application
The constructor.
Ismo_Core_Application
Ismo_Core_Application in Application.php
This is the class that receives the request and forwards it to the right IsmoState class.
Ismo_Core_applicationDispatchErrorHandler
This error handler is used in the IsmoApplication class when dispatching to a state class.
Ismo_Core_Cookie
Ismo_Core_Cookie in Cookie.php
This class is supposted to make dealing with cookies easier.
Ismo_Core_Cookie
Constructor
Ismo_Core_execErrorHandler
This is the error handler used for handling errors occuring the the exec-methods.
Ismo_Core_External_XMLRPC_adjustValue
Ismo_Core_External_XMLRPC_convertIso8601ToTimestamp
Ismo_Core_External_XMLRPC_convertTimestampToIso8601
Ismo_Core_External_XMLRPC_count_numeric_items
Ismo_Core_External_XMLRPC_debug
Ismo_Core_External_XMLRPC_debug_print
Ismo_Core_External_XMLRPC_error
Ismo_Core_External_XMLRPC_getMethodName
Ismo_Core_External_XMLRPC_getParams
Ismo_Core_External_XMLRPC_parse
Ismo_Core_External_XMLRPC_prepare
Ismo_Core_External_XMLRPC_request
Ismo_Core_External_XMLRPC_response
Ismo_Core_External_XMLRPC_show
Ismo_Core_External_XMLRPC_XML
Ismo_Core_External_XMLRPC_XML
Ismo_Core_External_XMLRPC_XML_serialize
Ismo_Core_External_XMLunserialize
Ismo_Core_Filter
Ismo_Core_Filter in Filter.php
The filter super class.
Ismo_Core_Filter
The constructor.
Ismo_Core_Loaders_FileSystem
The constructor.
Ismo_Core_Loaders_FileSystem
This loader loads files from the file system.
Ismo_Core_Loaders_IncludePath
This loader loads files from PHP's include path.
Ismo_Core_Loaders_IncludePath
The constructor.
Ismo_Core_Loaders_Interceptor
A loader which makes it possible to apply AOP interceptors to state classes.
Ismo_Core_Loaders_Interceptor
The constructor
Ismo_Core_Loaders_Interceptor_InterceptorConfiguration
One interceptor's configuration.
Ismo_Core_Loaders_Interceptor_InterceptorConfiguration
The constructor.
Ismo_Core_Namespace_Base
Ismo_Core_Namespace_Base
Ismo_Core_Namespace_Cast
Ismo_Core_Namespace_Converter
Ismo_Core_Namespace_Converter
Ismo_Core_Namespace_Formbuilder
Ismo_Core_Namespace_Formbuilder
Ismo_Core_Namespace_Persistant
Ismo_Core_Namespace_Persistant
Ismo_Core_Namespace_Persistant_Database
Ismo_Core_Namespace_Persistant_Database
Ismo_Core_Namespace_Persistant_FileSystem
Ismo_Core_Namespace_Persistant_FileSystem
Ismo_Core_Namespace_Persistant_Session
Ismo_Core_Namespace_Persistant_Session
Ismo_Core_Namespace_Static
Ismo_Core_NullLogger
The constructor.
Ismo_Core_NullLogger
Ismo_Core_NullLogger in NullLogger.php
The default log class.
Ismo_Core_Object_Plain
The constructor.
Ismo_Core_Object_Plain
This is the Ismo_Core_Object_Plain superclass, you should subclass your own classes from this one.
ISMO_CORE_PATHINFO_STYLE
ISMO_CORE_PATHINFO_STYLE in Application.php
Constant for identifying the path-info based URL style.
ISMO_CORE_QUERY_STYLE
ISMO_CORE_QUERY_STYLE in Application.php
Constant for identifying the query parameter based URL style.
Ismo_Core_Request
Ismo_Core_Request in Request.php
This class represents one HTTP request.
Ismo_Core_Request
The constructor.
Ismo_Core_Response
Ismo_Core_Response in Response.php
Represents the response sent back to the browser.
Ismo_Core_Response
Constructor, creates a new Ismo_Core_Response.
Ismo_Core_Session
Ismo_Core_Session in Session.php
This class represents a session, a way to contain information between multiple requests from one client.
Ismo_Core_Session
The constructor. Resumes a session if a session is available.
Ismo_Core_State_Controller
Ismo_Core_State_Controller in Controller.php
Ismo_Core_State_Controller
Ismo_Core_State_Controller_Form
Ismo_Core_State_Controller_Form
Ismo_Core_State_Controller_Status
Ismo_Core_State_Controller_Status
Ismo_Core_State_HTTP
This class represents one state in an Ismo application.
Ismo_Core_State_HTTP
The constructor.
Ismo_Core_State_HTTP_Form
Ismo_Core_State_HTTP_Form
Ismo_Core_State_HTTP_Pages
Ismo_Core_State_HTTP_Pages
Ismo_Core_State_XMLRPC
The constructor.
Ismo_Core_State_XMLRPC
The XML-RPC base state class.
Ismo_Core_systemErrorHandler
This is Ismo's system error handler.
Ismo_Core_Url
Ismo_Core_Url in Url.php
This class makes handling URL:s easy.
Ismo_Core_Url
The constructor.
ISMO_HTTP_FORM_JUMP_SUBMIT
ISMO_HTTP_FORM_MODE_FREEZE
ISMO_HTTP_FORM_MODE_NONEXT
ISMO_HTTP_FORM_MODE_NOPREV
ISMO_NAMESPACE_DEBUG
ISMO_NAMESPACE_DEBUG in Database.php
ISMO_NAMESPACE_DELIMITER
ISMO_NS
ISMO_NS in Base.php
ISMO_NS_FILE
ISMO_NS_FILE in Filesystem.php
ISMO_NS_SESSION
ISMO_NS_SESSION in Session.php
isPathParameterSet
Checks if a path parameter is set.
isRequestedSessionIdFromCookie
Checks if the session id came from a cookie.
isRequestedSessionIdFromUrl
Checks if the session id came from the URL.
isRequired
isSecure
Returns whether the cookie is secure or not.
isSecure
Indicates wheather the current request is secure or not.
isSessionAvailable
Checks if a session is available for resuming.
l
top
$last_opened_tag
lastAction
log
Ismo_Core_NullLogger::log() in NullLogger.php
Logs a message.
m
top
merge
multipleExist
n
top
$namespace
NullLogger.php
NullLogger.php in NullLogger.php
nextAction
numChildren
o
top
open
open
open
open
open
* open **
openArray
openFile
Tries to open a file from the configured path using possible set prefix, postfix and extension.
openFile
Tries to open a file if it's found from PHP's include path.
openForm
openIni
openXML
p
top
$parent
$parents
$parser
Plain.php
Plain.php in Plain.php
Pages.php
Pages.php in Pages.php
parse
PEAR_LOG_ALERT
PEAR_LOG_ALERT in NullLogger.php
Log level: alert.
PEAR_LOG_CRIT
PEAR_LOG_CRIT in NullLogger.php
Log level: critical.
PEAR_LOG_DEBUG
PEAR_LOG_DEBUG in NullLogger.php
Log level: debug.
PEAR_LOG_EMERG
PEAR_LOG_EMERG in NullLogger.php
Log level: emergency.
PEAR_LOG_ERR
PEAR_LOG_ERR in NullLogger.php
Log level: error.
PEAR_LOG_INFO
PEAR_LOG_INFO in NullLogger.php
Log level: info.
PEAR_LOG_NOTICE
PEAR_LOG_NOTICE in NullLogger.php
Log level: notice.
PEAR_LOG_WARNING
PEAR_LOG_WARNING in NullLogger.php
Log level: warning.
postExec
Post action method execution hook.
postExec
postShow
Post show method execution hook.
preExec
preExec
* action handling **
preExec
Pre action method execution hook.
preShow
Pre show method execution hook.
prevAction
process
processForm
put
Puts something to be saved in the session.
r
top
$required
$reserved
Request.php
Request.php in Request.php
Response.php
Response.php in Response.php
ref
ref
registerFilter
Registers a filter.
remove
Removes the stored object from the session.
removeParameter
Removes a parameter from the url.
removePathParameter
Removes a path info parameter from the url.
reset
reset
reset
reset
resetAll
resetData
returnRooted
s
top
$state
$state
$stateController
$stateSession
StateProxy.php
StateProxy.php in StateProxy.php
Session.php
Session.php in Session.php
Static.php
Static.php in Static.php
Session.php
Session.php in Session.php
Status.php
Status.php in Status.php
save
save
save
sendError
Sends an error response to the client using the specified status code.
sendRedirect
Sends a temporary redirect respones to the client using the specifed redirect URL.
set
set
set
set
setAlias
setAliases
setColumns
setConfiguration
Set the configuration to pass to the state instance.
setConfiguration
Set the configuration.
setConnection
* settings **
setData
setDatabase
setDefaultLocale
Sets the default locale for the application.
setDefaultState
This sets the application's default state.
setDomain
Sets the cookie's domain.
setExpire
Sets the cookie's expire time.
setExtension
Sets the file extension to use.
setForm
setFrom
Tries to "fill" in the current object from the array or objects given as parameter.
setLogger
This sets the log class being used.
setLogger
This sets the log class being used.
setMissingStateCallBack
Set a callback function for missing state errors.
setName
Sets the cookie's name.
setPath
Sets the path which controls in which directory in the file system the files are looked for.
setPath
Sets the cookie's path.
setPostfix
Sets the postfix.
setPrefix
Sets the prefix.
setRequest
This sets the request class instance to use.
setRequest
Sets the request instance to use.
setResponse
Sets the response instance to use.
setSecure
Sets whether the cookie is secure or not.
setSelective
setSelective_o
setSession
Sets the session used by this class.
setStateLoader
This sets the loader class to use.
setStateLoader
Sets the state loader.
setStateName
Sets the state name.
setStatus
Sets the status code for this request.
setStoragePath
setSupportedLocales
Sets the locales supported by the application.
setTable
setURLStyle
Controls which kind of URL style that will be used.
setUrlStyle
Sets the Url style used.
setValue
setValue
Sets the cookie's value.
setVar
set_o
t
top
toArray
toArray
toArray
toIni
toNamespace
toString
toString
Returns the URL in a string format suitable to put in HTML.
toVar
toXML
u
top
Url.php
Url.php in Url.php
update
update
useForm
v
top
validate
Validates this object.
varRef
w
top
write
* write **
writeArray
writeIni
writeXML
x
top
XMLRPC.php
XMLRPC.php in XMLRPC.php
XMLRPC.php
XMLRPC.php in XMLRPC.php
_
top
$_actionName
The current action being or about to be executed.
$_allMethods
Apply to all methods or only a selected amount of methods indicator.
$_allStates
Apply to all states or only a selected amount of states indicator.
$_config
A temporary place to store a configuration container, until it's passed the the state.
$_config
$_db
$_defaultLocale
The default locale (eg. en-us) the application uses.
$_defaultState
The default state.
$_domain
The cookie's domain.
$_expire
The cookie's expire time.
$_extension
The file extension to add to the requested file when searching in the file system for it.
$_files
The configured files.
$_filters
The registered filters to call before processing a request.
$_fragment
The fragment.
$_headers
All the headers.
$_hiddenParameters
The hidden path info parameters.
$_host
The host name.
$_instance
The instance of a class that this proxy is a proxy for.
$_interceptor
The interceptor instance which will be applied.
$_interceptors
The interceptors which might get applied.
$_interceptors
The configured interceptors.
$_interceptors
All of the configured interceptors.
$_keyCol
$_locale
The clients preferred locale.
$_logger
This is the class used by the log method to log things. It's set by the Ismo_Core_Application class to be the same as its $_logger attribute when a state instance is created.
$_logger
The logger class used.
$_methodName
The name of the method call which is being intercepted.
$_methods
The methods to apply this interceptor to.
$_missingStateCallBack
This is an optional callback function (any callback PHP supports) called when a requested state can't be found.
$_name
The cookie's name.
$_name
The application's name.
$_page
The template engine or class or whatever that's used to generate the page.
$_params
The parameters given to the method call being intercepted.
$_pass
The password to use.
$_path
The cookie's path.
$_path
The path.
$_path
The path to the direction from where the files will be searched from.
$_pathInfoParameters
The path info parameters.
$_pathParameters
The context path parameters in an indexed array.
$_pathParametersAssoc
The context path parameters in an associative array.
$_port
The port number to use.
$_postfix
The postfix which will be appended to the end of the requested file when searching in the file system.
$_prefix
The prefix which will be added in front of the requested file when searching in the file system.
$_private
An array containing a list of all the private attributes' names.
$_proxy
The proxy class instance in use.
$_queryParameters
The query parameters.
$_request
The IsmoRequest instance that represents this request.
$_request
The Ismo_Core_Request instance that represents this request.
$_response
The Ismo_Core_Response instance that represents this request's response.
$_returnRooted
$_root
$_rootName
$_schema
The scheme; http, https etc.
$_secure
The cookie's secure setting.
$_session
The Ismo_Core_Session instance that represents the current session.
$_sessionIndicator
Indicates if a session has been created/resumed or not.
$_sessionIndicator
Indicator telling if the session parameter should be included in the generated URL or not.
$_skipLastPathInfoParameter
Indicates if the last path-info parameter should be omitted if possible.
$_stateLoader
The state loader to use.
$_stateLoader
The loader to use when loading the states
$_stateName
The name of the current state being executed.
$_states
The states to apply this interceptor to.
$_storage
$_supportedLocales
The locales (eg. en-us, fi_fi, se_se etc) the application supports.
$_table
$_target
The target class, i.e. the class being proxied.
$_urlStyle
The URL style to use when determining the state and action and also when generating new URLs.
$_URLStyle
The URL style to use when determining the state and action and also when generating new URLs.
$_user
The user name to use.
$_valCol
$_value
The cookie's value.
$_xmlrpcRequest
The XMLRPC request.
_actionMethodMissing
Missing action method saver.
_actionMethodMissing
Missing action method saver.
_addPathParameters
Adds path parameters to the url.
_authorize
Decides if the request is allow to access this action method or not.
_autoQuery
_closeForm
_convert
_createActionMethodName
Constructs the action method name.
_createNewSession
Creates a new session.
_createProcessMethodName
* private **
_createSetterMethodName
Creates the setter method name for a given attribute.
_createShowMethodName
Constructs the show method name.
_deduceAction
Figures out which action method that should be called.
_deduceAction
Figures out which action method that should be called.
_deduceLocale
Deduces the clients preferred locale.
_deduceState
Figures out the state.
_dispatch
Dispatches the request to the right state class.
_exposeDefaultVariables
Exposes the default variables to the template engine.
_extractActions
* private **
_find
_flatten
_footer
_getAllHeaders
Returns all HTTP_* headers.
_getAllHeadersHelper
Helper function for my_getallheaders.
_getPathInfoString
Returns the path info parameters as a string.
_getQueryString
Returns the query parameters as a string.
_getUrl
Returns a URL to the given action on the given state.
_hasSession
Convenient wrapper to check if a session is available or not.
_header
_init
Initializes the class.
_keyExists
_keyExistsHierarchy
_log
Logs the given message.
_methodMissing
Missing action method saver.
_nested
_openForm
_prepare
_query
_recover
Handles error conditions that occur during execution of the action method.
_recurseShow
Handles showMethod calls recursively
_recurseShow
Handles showMethod calls recursively
_sendError
Sends an XML-RPC error message.
_sendResponse
Sends back a response to the received XML-RPC request.
_showMethodMissing
Missing show method saver.
_sql
_stateMissing
Missing state handler.
__call
Method invoker.
__get
Property getter.
__set
Property setter.
a b c d e f g h i l m n o p r s t u v w x _