Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
spunQGlobal initialization/configuration of the framework
spunQ_AnyTypeThe 'any' type
spunQ_ArchiveFileAn abstract archive-file class
spunQ_ArrayLengthValidatorEnsures that a returned array's size is within given limits
spunQ_ArraySessionA session implementation using an array reference
spunQ_ArrayTypeThe array type
spunQ_BacktraceWrapper for the php function debug_backtrace()
spunQ_BacktraceSliceA slice for the spunQ_Backtrace
spunQ_BadArgumentCountErrorThrown if a magic function was called with the wrong number of parameters
spunQ_BooleanFieldA field handling booleans
spunQ_BooleanTypeThe boolean type
spunQ_BufferingHeaderAndFooterManagerHeader/Footer strategy using output buffering
spunQ_BuiltinTypeA type that is predefined by the spunQ framework
spunQ_CacheBufferA cache caching cached values
spunQ_CachedLoggerReduces the number of log attempts onto a log target
spunQ_CacheInterfaceBase class for alternative interfaces to cache objects
spunQ_CallbackGeneric callback class that can hold parameters to the actual callbacks
spunQ_CallbackSorterCollection of sorting functions using callbacks
spunQ_CheckedValidatorVerifies that the returned value is not null
spunQ_ChoiceFieldA field that allows choosing a sub-set of predefined values
spunQ_CollectionTypeParent class for the two builtin collection types (array and map)
spunQ_ConfigurationConfiguration for the spunQ framework
spunQ_ConfigurationErrorThrown if the configuration of the frameqwork is bogus
spunQ_ConsoleLogTargetA LogTarget that prints messages to stdout
spunQ_CronResponsible for managing repetitive tasks
spunQ_CryptoClass for cryptographic functions
spunQ_CurrentHttpRequestWrapper for lots of global variables
spunQ_CurrentModuleBasedCssCollectorCss collector for the module the request is for
spunQ_CurrentModuleBasedJsCollectorJs collector for the module the request is for
spunQ_DatabaseExceptionIndicates an exception in the database module
spunQ_DataObjectAll serializable objects need to inherit from this class
spunQ_DateAndTimeBaseSmall date class for handling date & time values
spunQ_DateFieldA field handling spunQ_Date objects
spunQ_DateRangeValidatorValidator for date ranges in forms & fields
spunQ_DateTimeFieldA field handling spunQ_DateTime objects
spunQ_DateTimeTypeThe date and time type
spunQ_DateTypeThe date type
spunQ_dbCommon functions for the db module
spunQ_DefaultFormFactoryThe default form factory
spunQ_DefaultUrlManagerThe default url manager of spunQ
spunQ_DefaultUrlManagerArrayTypeHandlerManager for array types
spunQ_DefaultUrlManagerBooleanTypeHandlerManager for boolean types
spunQ_DefaultUrlManagerDateTypeHandlerManager for date types
spunQ_DefaultUrlManagerFactoryFactory for spunQ's default url manager
spunQ_DefaultUrlManagerMapTypeHandlerManager for map types
spunQ_DefaultUrlManagerStringTypeHandlerManager for string types
spunQ_DefaultUrlManagerUrlTemplateUrl template of the default url manager
spunQ_DefaultUrlManagerUrlTemplatePartTemplate part for the default url manager
spunQ_DefaultUrlManagerUserTypeHandlerManager for user types
spunQ_DelayedSessionManagerSession manager that initializes only if the current session is requested
spunQ_DeleteQueryA generic delete query
spunQ_DocumentationErrorThrown if the documentation to an entity is incomplete or bogus
spunQ_DummySessionA blank session that throws away everything at the end of the PHP life-cycle
spunQ_EmailSyntaxValidatorValidator for email syntax
spunQ_ErrorExceptions that are thrown because of a programming error
spunQ_ExceptionOur custom exception class
spunQ_ExternalApplicationFailureExceptionThrown when an operation on an external application fails
spunQ_FieldGroupA group of fields, combined into a field
spunQ_FieldIteratorA field allowing a recurring occurance of another field
spunQ_FieldValidatorField validator parent providing some default implementations
spunQ_FileA class describing a file
spunQ_FileFormatExceptionThrown when a file does not have the expected format
spunQ_FileHasNoAliasExceptionThrown if no alias for a file could be found
spunQ_FileLogTargetA LogTarget for files
spunQ_FileNodeClass representing an object in the file system
spunQ_FolderA class describing a folder
spunQ_FormThe top-most FieldContainer
spunQ_FormFactoryA factory object that creates forms
spunQ_FrameworkErrorThrown if an error within the framework was encountered
spunQ_GrammarSimple class for transforming words from singular to plural and vice versa
spunQ_GroupA group classifying users
spunQ_GroupCreatorWill create a group for each user in the database
spunQ_GzipFileA class describing a Gzip file
spunQ_HierarchicalConfigFileA config file that uses a hierarchical layout
spunQ_htmlGlobal configurations/functions for the spunQ.html module
spunQ_HtmlExceptionAn exception thrown by the html module
spunQ_HtmlPopupLogTargetA log target displaying events in an html popup
spunQ_HttpBrowserCommon functions for browsing the world wide web
spunQ_HttpBrowserRequestA http request to be sent
spunQ_HttpBrowserResponseThe response to a http request done through a spunQ_HttpBrowserRequest
spunQ_HttpClientBrowserInformationInformation about the browser of an HTTP client
spunQ_HttpClientInformationInformation about the client sending an http request
spunQ_HttpClientOsInformationInformation about the operating system of an HTTP client
spunQ_HttpEntryPointAn entry point to the application for HTTP connections
spunQ_HttpEntryPointNotFoundExceptionThrown if an unknown entry point was requested
spunQ_HttpResponseA response to a spunQ_IHttpRequest
spunQ_HttpResponseCookieA response cookie
spunQ_IArchiveHandlerAn interface to archive handlers
spunQ_IConfigurationAn interface for objects providing configuration options
spunQ_ICssPostProcessorInterface for css post processors
spunQ_IDatabaseConnectionProvides access to a database
spunQ_IDatabaseConnectionFactoryA Factory that can create
spunQ_IDatabaseInstantiationListenerObserver for generation of spunQ_IDatabaseConnections
spunQ_IDatabaseListenerObserver interface for database actions
spunQ_IDefaultUrlManagerTypeHandlerHandler for a specific type of variable
spunQ_IFieldA field in a form
spunQ_IFieldContainerA container for spunQ_IFields
spunQ_IFieldValidatorValidates a submitted spunQ value
spunQ_IFieldValueConverterConverts application values to raw values and vice versa
spunQ_IFileAllows access to files
spunQ_IFileNodeInterface for accessing an object in the file system
spunQ_IFolderExtension of spunQ_IFileNode with folder-specific accessors
spunQ_IFormValidatorValidator for forms
spunQ_IHeaderAndFooterManagerStrategy for dealing with headers() and footer()
spunQ_IHtmlPostProcessorInterface for html post processors
spunQ_IHttpClientBrowserInformationInformation about the browser of an HTTP client
spunQ_IHttpClientOsInformationInformation about the operating system of an HTTP client
spunQ_IHttpEntryPointAn entry point to the application for HTTP connections
spunQ_IHttpRequestAn HTTP request
spunQ_IJsPostProcessorInterface for javascript minifiers
spunQ_IllegalTypeDescriptorExceptionThrown when a string that was supposed to describe a type does not describe a type
spunQ_IllegalValueExceptionThrown if a value does not match the expected type
spunQ_ILogTargetInterface for object capable of logging events
spunQ_IMutexInterface for mutex implementations
spunQ_InfiniteRecursionExceptionThrown if an infinite recursion is detected
spunQ_InitializationErrorThrown when the initialization of the framework failed
spunQ_InsertQueryA generic insert query
spunQ_IntegerFieldA field handling integers
spunQ_IntegerFieldConverterConverter for integer values
spunQ_IntegerTypeThe integer type
spunQ_InvalidArgumentErrorThrow when an invalid argument was passed to a function
spunQ_InvalidObjectExceptionThrown if an invalid StorableObject was detected
spunQ_InvalidPropertyExceptionThrown if an invalid property was requested for an object
spunQ_InvalidRawValueExceptionAn exception thrown if the raw value of a field has an unexpected type
spunQ_InvalidVariableExceptionThrown if an invalid variable value is encountered
spunQ_IOExceptionThrown when accessing a node on the file system fails unexpectedly
spunQ_IPageCacheA cache for page content
spunQ_IPLStatementA statement in hte spunQ-specific property language (PL)
spunQ_ISessionAn array of consecutive HTTP requests
spunQ_ISessionManagerManager for HTTP sessions
spunQ_ITemplateCacheA cache for template content
spunQ_ITemporaryFileProviderAn interface for temporarily store files
spunQ_ITypeMemberStorageThe Storage engine managing a type member
spunQ_ITypeParserInterface for generating spunQ_LocalUserType objects out of doc comments
spunQ_ITypeStorageAn object that manages the storage of a type
spunQ_IUrlManagerResponsible for creating/parsing urls for spunQ_HttpEntryPoints
spunQ_IUrlManagerFactoryFactory for url managers
spunQ_IUrlTemplateTemplate for an http link, defined as @url in the entry point
spunQ_IUrlTemplatePartPart of a url template
spunQ_JQueryValidationRuleData container for a jquery validation rule
spunQ_LanguagePerforms language localization
spunQ_LocaleA locale definition
spunQ_LocalizedErrorThe Error counterpart of spunQ_MultiLangException
spunQ_LocalizedExceptionAn exception that has a localized message
spunQ_LocalTemporaryFileProviderHandles locally stored temporary files
spunQ_LocalUserTypeA locally defined user type
spunQ_LoggerSpunQ logging facility
spunQ_LoggerRuleA rule for the logger
spunQ_LoginUserA user of the application
spunQ_LogTargetAn object that performs the actual logging
spunQ_MapA dictionary class that will map one type of value to another
spunQ_MapTypeThe map type
spunQ_MemberA member of a type
spunQ_MemberStorageAn abstract class that will store the members of a dataobject
spunQ_MissingVariableExceptionThrown if not enough variables have been provided for a page
spunQ_ModuleA module to the spunQ framework
spunQ_ModuleBasedCssCollectorDisplays all css files required by predefined modules
spunQ_MultipleChoiceFieldAllows choosing multiple options from a predefined list
spunQ_MutexMutex implementation using file locking
spunQ_NotNullValidatorVerifies that the returned value is not null
spunQ_NullLogTargetIgnores all events
spunQ_NumericTypeCommon parent for all numeric builtin types
spunQ_ObjectFieldA field handling spunQ_StorableObjects
spunQ_OutputBufferWrapper around php's output buffering system
spunQ_ParentTypeStorageNotFoundExceptionThrown if the parent type storage of a type storage was not found
spunQ_PhpErrorAn error generated by PHP as an exception (for easier error handling)
spunQ_PhpErrorLogTargetA LogTarget that prints messages to the php error log
spunQ_PhpSessionA session within PHP's built-in session manager
spunQ_PhpSessionManagerWrapper for PHP's built-in session manager
spunQ_PhpZipHandlerA class which implements zipfile handling using php's builtin zip commands
spunQ_PLAndConditionA list of statments, combined with a boolean AND
spunQ_PopupA popup that will created using javascript
spunQ_PopupVariableManager
spunQ_PreparedTemplateA template in combination with its variable values
spunQ_ProcessInterface to external applications
spunQ_PropertyParserParser
spunQ_PropertyPathExceptionException generated while processing a property path
spunQ_QueryExceptionAn exception encountered while querying the database
spunQ_QueryPagerA query pager that does all the boilerplate stuff
spunQ_ReadonlyMapImplementation of spunQ_Map that will throw an exception on modification
spunQ_RealTypeThe double type
spunQ_ReflectionTypeParserA typeParser that uses Reflection for extracting type information
spunQ_SectionedConfigFileA config file type for shallow hierachies
spunQ_SelectQueryA generic select query
spunQ_SessionTemporaryFileProviderHandles temporary files being stored in the session
spunQ_SetTypeThe set type
spunQ_SingleChoiceFieldAllows choosing one from predefined options
spunQ_SourceFolderA folder that can filter source files
spunQ_SQLiteCacheA cache using a SQLite file
spunQ_StorableObjectBase class for any data object that can be stored in a database
spunQ_StringLengthValidatorValidates string lengths for UTF-8 strings
spunQ_StringTypeA string consisting of multibyte characters
spunQ_SyslogLogTargetA LogTarget that prints messages to the system's logging facility
spunQ_TaggingHeaderAndFooterManagerHeader/Footer strategy using tagging and string replacement
spunQ_TemplateA template folder
spunQ_TemporaryFileProviderFactoryHandles locally stored temporary files
spunQ_TextFieldA common field for handling text
spunQ_TidyPostProcessorOutput beautifier using tidy
spunQ_TimeFieldA field handling spunQ_DateTime objects
spunQ_TimeTypeThe time type
spunQ_TypeObjects of this class describe types
spunQ_TypeMismatchExceptionThrown if a different type was received than expected
spunQ_TypeNotFoundExceptionThrown if a requested type was not found
spunQ_UndefinedClassErrorThrown when an undefined class would have been instantiated
spunQ_UndefinedMemberErrorThrown when an undefined member was accessed
spunQ_UndefinedMethodErrorThrown when an undefined method is invoked
spunQ_UniqueMemberValidatorAssures that a value does not exist in the database
spunQ_UnresolvedAliasExceptionThrown if an alias could not be resolved to its file/folder
spunQ_UpdateQueryA generic update query
spunQ_UrlManagerManages url managers
spunQ_UrlSyntaxValidatorValidator for URL syntax
spunQ_UserA user of the application
spunQ_UserTypeA user-defined type, whether defined locally or imported
spunQ_WormholeUrlManagerUrl manager for spunQ's wormhole pages (for css and js)
spunQ_WormholeUrlManagerFactoryFactory for spunQ's wormhole url manager
spunQ_ZipFileA class which describes a zipfile
spunQ_ZipHandlerAn abstract class for zipfile handling

Generated on Fri Jul 1 11:12:38 2011 for spunQ3 by  doxygen 1.5.9