Path

ez components / documentation / api reference / trunk /


eZ Components trunk

All Classes Index

[A] [B] [C] [D] [E] [F] [G] [I] [L] [M] [P] [Q] [S] [T] [U] [W] [m] [y]
A :
ezcArchive The ezcArchive class provides the common interface for reading and writing the archive formats Tar and Zip.
ezcArchiveBlockSizeException Exception will be thrown when the block-size of an archive is invalid.
ezcArchiveChecksumException Exception will be thrown when the checksum of the file is invalid.
ezcArchiveEmptyException Exception for when an archive is empty.
ezcArchiveEntry The ezcArchiveEntry class provides system-independent file information.
ezcArchiveEntryPrefixException An exception for an invalid prefix of a file entry.
ezcArchiveException General exception class for the Archive package.
ezcArchiveGnuTar The ezcArchiveGnuTar class implements the GNU Tar archive format.
ezcArchiveInternalException Exception used when an internal errors occurs in the Archive component.
ezcArchiveIoException Exception thrown when an IO error occurs.
ezcArchiveOptions Class containing the basic options for ezcBase' autoload.
ezcArchivePaxTar The ezcArchivePaxTar class implements the Tar pax or posix archive format.
ezcArchiveUnknownTypeException Exception thrown when encountering an archive of an unknow type.
ezcArchiveUstarTar The ezcArchiveUstarTar class implements the Tar ustar archive format.
ezcArchiveV7Tar The ezcArchiveV7Tar class implements the Tar v7 archive format.
ezcArchiveValueException Exception thrown when encountering a wrong archive value.
ezcArchiveZip The ezcArchiveZip class implements the Zip archive format.
ezcAuthentication Container for authentication filters.
ezcAuthenticationCredentials Base class for all authentication credentials structures.
ezcAuthenticationDataFetch Interface defining functionality for fetching extra data during the authentication process.
ezcAuthenticationDatabaseFilter Filter to authenticate against a database.
ezcAuthenticationDatabaseInfo Structure for defining the database and table to authenticate against.
ezcAuthenticationDatabaseOptions Class containing the options for the database authentication filter.
ezcAuthenticationException Thrown when an exceptional state occurs in the Authentication component.
ezcAuthenticationFilter Base class for all authentication filters.
ezcAuthenticationFilterOptions Class containing the basic options for authentication filters.
ezcAuthenticationGroupFilter Group authentication filters together.
ezcAuthenticationGroupOptions Class containing the options for group authentication filter.
ezcAuthenticationHtpasswdFilter Filter to authenticate against an Unix htpasswd file.
ezcAuthenticationHtpasswdOptions Class containing the options for the htpasswd authentication filter.
ezcAuthenticationIdCredentials Structure containing an id, used as authentication credentials.
ezcAuthenticationLdapException Thrown when an exceptional state occurs in the LDAP authentication.
ezcAuthenticationLdapFilter Filter to authenticate against an LDAP directory.
ezcAuthenticationLdapInfo Structure for defining the LDAP directory to authenticate against.
ezcAuthenticationLdapOptions Class containing the options for ldap authentication filter.
ezcAuthenticationOpenidAssociation Structure for defining an OpenID association between the server and the OpenID provider.
ezcAuthenticationOpenidDbStore Class providing database storage for OpenID authentication.
ezcAuthenticationOpenidDbStoreOptions Class containing the options for the OpenID database store.
ezcAuthenticationOpenidException Thrown when an exceptional state occurs in the OpenID authentication.
ezcAuthenticationOpenidFileStore Class providing file storage for OpenID authentication.
ezcAuthenticationOpenidFileStoreOptions Class containing the options for the OpenID file store.
ezcAuthenticationOpenidFilter Filter to authenticate against OpenID. Currently supporting OpenID 1.0 and 1.1.
ezcAuthenticationOpenidOptions Class containing the options for the OpenID authentication filter.
ezcAuthenticationOpenidStore Abstract class which provides a base for store (backend) implementations to be used in OpenID authentication.
ezcAuthenticationOpenidStoreOptions Class containing the options for the OpenID store.
ezcAuthenticationOptions Class containing the basic options for the authentication main class.
ezcAuthenticationPasswordCredentials Structure containing an id and password, used as authentication credentials.
ezcAuthenticationSession Support for session authentication and saving of authentication information between requests.
ezcAuthenticationSessionOptions Class containing the options for the authentication session.
ezcAuthenticationStatus Holds the statuses returned from each authentication filter.
ezcAuthenticationTokenFilter Filter to authenticate against a server generated token.
ezcAuthenticationTokenOptions Class containing the options for the token authentication filter.
ezcAuthenticationTypekeyException Thrown when an exceptional state occurs in the TypeKey authentication.
ezcAuthenticationTypekeyFilter Filter to authenticate against TypeKey.
ezcAuthenticationTypekeyOptions Class containing the options for the TypeKey authentication filter.
ezcAuthenticationUrl Class which provides a methods for handling URLs.
B :
ezcBase Base class implements the methods needed to use the eZ components.
ezcBaseConfigurationInitializer This class provides the interface that classes need to implement to act as an callback initializer class to work with the delayed initialization mechanism.
ezcBaseDoubleClassRepositoryPrefixException ezcBaseDoubleClassRepositoryPrefixException is thrown whenever you try to register a class repository with a prefix that has already been added before.
ezcBaseException ezcBaseException is a container from which all other exceptions in the components library descent.
ezcBaseExtensionNotFoundException ezcBaseExtensionNotFoundException is thrown when a requested PHP extension was not found.
ezcBaseFeatures Provides methods needed to check for features.
ezcBaseFile Provides a selection of static independent methods to provide functionality for file and file system handling.
ezcBaseFileException ezcBaseFileException is the exception from which all file related exceptions inherit.
ezcBaseFileIoException ezcBaseFileIoException is thrown when a problem occurs while writing and reading to/from an open file.
ezcBaseFileNotFoundException ezcBaseFileNotFoundException is thrown when a file or directory was tried to be opened, but did not exist.
ezcBaseFilePermissionException ezcBaseFilePermissionException is thrown whenever a permission problem with a file, directory or stream occurred.
ezcBaseInit Provides a method to implement delayed initialization of objects.
ezcBaseInitCallbackConfiguredException ezcBaseInitCallbackConfiguredException is thrown when you try to assign a callback clasname to an identifier, while there is already a callback class configured for this identifier.
ezcBaseInitInvalidCallbackClassException Exception that is thrown if an invalid class is passed as callback class for delayed object configuration.
ezcBaseInvalidParentClassException Exception that is thrown if an invalid class is passed as custom class.
ezcBaseOptions Base options class for all eZ components.
ezcBasePersistable This class provides the interface that classes need to implement to be able to be used by the PersistentObject and Search components.
ezcBasePropertyNotFoundException ezcBasePropertyNotFoundException is thrown whenever a non existent property is accessed in the Components library.
ezcBasePropertyPermissionException ezcBasePropertyPermissionException is thrown whenever a read-only property is tried to be changed, or when a write-only property was accessed for reading.
ezcBaseRepositoryDirectory Struct which defines a repository directory.
ezcBaseSettingNotFoundException ezcBaseSettingNotFoundException is thrown whenever there is a name passed as part as the options array to setOptions() for an option that doesn't exist.
ezcBaseSettingValueException ezcBaseSettingValueExeception is thrown whenever a value to a class' configuration option is either of the wrong type, or has a wrong value.
ezcBaseStruct Base class for all struct classes.
ezcBaseValueException ezcBaseValueException is thrown whenever the type or value of the given variable is not as expected.
C :
ezcCacheApcBackend This backend stores data in an APC cache.
ezcCacheApcException Thrown when encountering an error in the APC backend.
ezcCacheException General exception container for the Cache component.
ezcCacheInvalidDataException Thrown if the data to be stored in a cache can not be handled by the storage.
ezcCacheInvalidIdException Exception that is thrown if the given cache ID does not exist.
ezcCacheInvalidMetaDataException Thrown if an ezcCacheStackReplacementStrategy could not process the given ezcCacheStackMetaData.
ezcCacheInvalidStorageClassException Exception that is thrown when an invalid storage class is used.
ezcCacheManager This is the main class of the Cache package. It gives you a handy interface to create and manage multiple caches at once. It enables you to configure all caches you need in your application in a central place and access them on demand in any place in your application.
ezcCacheMemcacheBackend This backend stores data in a Memcache.
ezcCacheMemcacheException Thrown when encountering an error in the Memcache backend.
ezcCacheMemoryBackend An abstract class defining the required methods for memory handlers.
ezcCacheMemoryVarStruct Defines a memory var structure.
ezcCacheStack Hierarchical caching class using multiple storages.
ezcCacheStackConfigurator Interface to be implemented by stack configurator classes.
ezcCacheStackIdAlreadyUsedException Exception that is thrown if an ID is already in use in a stack.
ezcCacheStackLfuReplacementStrategy Least frequently used replacement strategy.
ezcCacheStackLruReplacementStrategy Least recently used replacement strategy.
ezcCacheStackMetaData Interface for stack meta data.
ezcCacheStackMetaDataStorage Interface that must be implemented by stack meta data storages.
ezcCacheStackOptions Options class for ezcCacheStack instances.
ezcCacheStackReplacementStrategy Interface to be implemented by stack replacement strategies.
ezcCacheStackStorageConfiguration ezcCacheStackStorageConfiguration
ezcCacheStackStorageUsedTwiceException Exception that is thrown if a storage is used twice in a stack.
ezcCacheStackUnderflowException Thrown if popStorage() is called on an empty stack.
ezcCacheStackableStorage Interface for stackable storage classes.
ezcCacheStorage This is the abstract base class for all cache storages. It provides the interface to be implemented by a cache backend as abstract methods.
ezcCacheStorageApc This class is a common base class for all APC based storage classes.
ezcCacheStorageApcOptions Option class for defining a connection to APC.
ezcCacheStorageApcPlain This storage implementation stores data in an APC cache.
ezcCacheStorageFile This class implements most of the methods which have been declared abstract in ezcCacheStorage, but also declares 2 new methods abstract, which have to be implemented by storage driver itself.
ezcCacheStorageFileApcArray This class is a replacement for the ezcCacheStorageFileArray class. Tries to serve data from a local APC cache if possible.
ezcCacheStorageFileApcArrayDataStruct Defines a file array APC Storage structure.
ezcCacheStorageFileApcArrayOptions Option class for APC array storage.
ezcCacheStorageFileArray This cache storage implementation stores arrays and scalar values
ezcCacheStorageFileEvalArray This cache storage implementation stores arrays and scalar values (int,
ezcCacheStorageFileOptions Option class for the ezcCacheStorageFile class.
ezcCacheStorageFilePlain This class implements a simple storage to cache plain text on the filesystem. It takes it's base methods from the extended storage base class ezcCacheStorageFile.
ezcCacheStorageMemcache This class is a common base class for all Memcache based storage classes.
ezcCacheStorageMemcacheOptions Option class for defining a connection to a Memcache server.
ezcCacheStorageMemcachePlain This storage implementation stores data in a Memcache cache.
ezcCacheStorageMemory Base abstract class for all memory storage classes.
ezcCacheStorageMemoryDataStruct Defines a memory data storage structure.
ezcCacheStorageMemoryRegisterStruct Defines an APC Register structure.
ezcCacheStorageOptions Option class for the ezcCacheStorage class.
ezcCacheUsedLocationException Exception that is thrown when a given location is already in use.
ezcConfiguration This class provides persistent platform-independent and format independent application settings.
ezcConfigurationArrayReader This class provides functionality for reading files containing specific PHP arrays into ezcConfiguration objects.
ezcConfigurationArrayWriter This class provides functionality for writing ezcConfiguration object into files containing PHP arrays.
ezcConfigurationException This class provides an exception container for use with the Configuration component.
ezcConfigurationFileReader ezcConfigurationFileReader class provides the functionality for reading file based configuration formats.
ezcConfigurationFileWriter ezcConfigurationFileWriter class provides the functionality for writing file based configuration formats.
ezcConfigurationGroupExistsAlreadyException Exception that is thrown if a group is tried to be added, while it already exists.
ezcConfigurationIniItem A container to store one INI settings item
ezcConfigurationIniParser This class provides functionality for parsing INI files
ezcConfigurationIniReader ezcConfigurationIniReader provides functionality for reading INI files into ezcConfiguration objects.
ezcConfigurationIniWriter This class provides functionality for writing ezcConfiguration objects into INI files.
ezcConfigurationInvalidReaderClassException Exception that is thrown if an invalid class is passed as INI reader to the manager.
ezcConfigurationInvalidSuffixException Exception that is thrown if the current location is not valid. This means it is impossible to read or write using the location values.
ezcConfigurationManager ezcConfigurationManager provides easy access to application settings.
ezcConfigurationManagerNotInitializedException Exception that is thrown if an invalid class is passed as INI reader to the manager.
ezcConfigurationNoConfigException Exception that is thrown if no configuration object is present to work on.
ezcConfigurationNoConfigObjectException Exception that is thrown if no configuration object has been set to operate on. The operation cannot continue with this object.
ezcConfigurationParseErrorException Exception that is thrown if there were errors while parsing a file while the parser was not in validation mode.
ezcConfigurationReadFailedException Exception that is thrown if the read operation for the configuration failed.
ezcConfigurationReader This class provides the interface for readers of configuration objects of type ezcConfiguration.
ezcConfigurationSettingWrongTypeException Exception that is thrown if the accessed setting is not of the requested type.
ezcConfigurationSettingnameNotStringException Exception that is thrown if the name of a setting is not a string.
ezcConfigurationUnknownConfigException Exception that is thrown if the specified configuration does not exist in the system.
ezcConfigurationUnknownGroupException Exception that is thrown if the specified group does not exist in the settings.
ezcConfigurationUnknownSettingException Exception that is thrown if the specified setting does not exist in the settings.
ezcConfigurationValidationItem This class provides the result of one error item in the ezcConfigurationValidationResult class.
ezcConfigurationValidationResult Provides the result of an ezcConfigurationFileReader::validate() operation.
ezcConfigurationWriteFailedException Exception that is thrown if the write operation for the configuration failed.
ezcConfigurationWriter This class provides the interface for writers of configuration objects of type ezcConfiguration.
ezcConsoleArgument The ezcConsoleArgument class represents an argument on the console.
ezcConsoleArgumentAlreadyRegisteredException There is already an argument registered with the given name or at the given place.
ezcConsoleArgumentException General exception container for the ConsoleTools component referring to argument handling.
ezcConsoleArgumentMandatoryViolationException An argument was marked to be mandatory but was not submitted.
ezcConsoleArgumentTypeViolationException An argument was submitted with an illigal type.
ezcConsoleArguments Collection class for ezcConsoleArgument objects. Used in ezcConsoleInput.
ezcConsoleDialog Interface that every console dialog class must implement.
ezcConsoleDialogOptions Basic options class for ezcConsoleDialog implementations.
ezcConsoleDialogValidator Interface for ezcConsoleDialog validator classes.
ezcConsoleDialogViewer Utility class for ezcConsoleDialog implementations.
ezcConsoleException General exception container for the ConsoleTools component.
ezcConsoleInput The ezcConsoleInput class handles the given options and arguments on the console.
ezcConsoleInvalidOptionNameException Thrown if an invalid option name (containing whitespaces or starting with a "-") was received by ezcConsoleOption::__construct.
ezcConsoleInvalidOutputTargetException Thrown if a given target ezcConsoleOutputFormat could not be opened.
ezcConsoleMenuDialog Dialog class to make the user choose from a menu.
ezcConsoleMenuDialogDefaultValidator Default validator for ezcConsoleMenuDialog.
ezcConsoleMenuDialogOptions Basic options class for ezcConsoleDialog implementations.
ezcConsoleMenuDialogValidator Interface for ezcConsoleMenuDialog validator classes.
ezcConsoleNoPositionStoredException 'Cannot restore position, if no position has been stored before.'.
ezcConsoleNoValidDialogResultException Thrown if ezcConsoleDialog::getResult() is called before a valid result was received.
ezcConsoleOption Objects of this class store data about a single option for ezcConsoleInput.
ezcConsoleOptionAlreadyRegisteredException The option name you tried to register is already in use.
ezcConsoleOptionArgumentsViolationException An option excludes the usage of arguments, but there were arguments submitted.
ezcConsoleOptionDependencyViolationException A dependency rule for a parameter was violated.
ezcConsoleOptionException General exception container for the ConsoleTools component referring to option handling.
ezcConsoleOptionExclusionViolationException An exclusion rule for a parameter was violated.
ezcConsoleOptionMandatoryViolationException An option was marked to be mandatory but was not submitted.
ezcConsoleOptionMissingValueException An option which expects a value was submitted without.
ezcConsoleOptionNoAliasException Occurs if the alias you tried to unregister is not an alias, but a real option.
ezcConsoleOptionNotExistsException Occurs if the requested option is not registered.
ezcConsoleOptionRule Struct class to store a parameter rule.
ezcConsoleOptionStringNotWellformedException The option definition string supplied is not wellformed.
ezcConsoleOptionTooManyValuesException An option that expects only a single value was submitted with multiple values.
ezcConsoleOptionTypeViolationException An option was submitted with an illigal type.
ezcConsoleOutput Class for handling console output.
ezcConsoleOutputFormat Struct class to store formating entities used by ezcConsoleOutput.
ezcConsoleOutputFormats Class to store the collection for formating classes.
ezcConsoleOutputOptions Struct class to store the options of the ezcConsoleOutput class.
ezcConsoleProgressMonitor Printing structured status information on the console.
ezcConsoleProgressMonitorOptions Struct class to store the options of the ezcConsoleOutput class.
ezcConsoleProgressbar Creating and maintaining progress-bars to be printed to the console.
ezcConsoleProgressbarOptions Struct class to store the options of the ezcConsoleOutput class.
ezcConsoleQuestionDialog Dialog class to ask a simple question.
ezcConsoleQuestionDialogCollectionValidator Validator class to validate against a set of valid results.
ezcConsoleQuestionDialogMappingValidator Validator class to map certain results to others.
ezcConsoleQuestionDialogOptions Basic options class for ezcConsoleDialog implementations.
ezcConsoleQuestionDialogRegexValidator Regex validator for ezcConsoleQuestionDialog Validator class for ezcConsoleQuestionDialog objects that validates by matching a certain regular expression.
ezcConsoleQuestionDialogTypeValidator Validator class to validate a certain data type.
ezcConsoleQuestionDialogValidator File containing the ezcConsoleQuestionDialogValidator class.
ezcConsoleStatusbar Creating and maintaining status-bars to be printed to the console.
ezcConsoleStatusbarOptions Struct class to store the options of the ezcConsoleOutput class.
ezcConsoleTable Creating tables to be printed to the console.
ezcConsoleTableCell Representation of a table cell.
ezcConsoleTableOptions Struct class to store the options of the ezcConsoleTable class.
ezcConsoleTableRow Structure representing a table row in ezcConsoleTable.
ezcConsoleTooManyArgumentsException Thrown if only a certain number of arguments were expected, but more were submitted.
D :
ezcDbException This class provides exception for misc errors that may occur in the component, such as errors parsing database parameters and connecting to the database.
ezcDbFactory ezcDbFactory manages the list of known database drivers and is used to create their instances.
ezcDbHandler Defines interface for all the database drivers implementations.
ezcDbHandlerMssql MS SQL Server driver implementation.
ezcDbHandlerMysql MySQL driver implementation
ezcDbHandlerNotFoundException This exceptions is used when a database handler could not be found.
ezcDbHandlerOracle Oracle driver implementation
ezcDbHandlerPgsql PostgreSQL driver implementation
ezcDbHandlerSqlite SQLite driver implementation
ezcDbInstance Holds database instances for global access throughout an application.
ezcDbMissingParameterException This exception is thrown when a database handler misses a required parameter.
ezcDbMssqlOptions Class containing the options for MS SQL Server connections
ezcDbSchema ezcDbSchema is the main class for schema operations.
ezcDbSchemaAutoIncrementIndexValidator ezcDbSchemaAutoIncrementIndexValidator validates field definition types.
ezcDbSchemaCommonSqlReader An abstract class that implements some common functionality required by multiple database backends.
ezcDbSchemaCommonSqlWriter An abstract class that implements some common functionality required by multiple database backends.
ezcDbSchemaComparator This class provides database comparison functionality.
ezcDbSchemaDbReader This class provides the interface for database schema readers
ezcDbSchemaDbWriter This class provides the interface for database schema writers
ezcDbSchemaDiff ezcDbSchemaDiff is the main class for schema differences operations.
ezcDbSchemaDiffDbWriter This class provides the interface for database schema difference writers
ezcDbSchemaDiffFileReader This class provides the interface for file difference schema readers
ezcDbSchemaDiffFileWriter This class provides the interface for file schema differences writers
ezcDbSchemaDiffReader This class provides the interface for database schema difference readers
ezcDbSchemaDiffWriter This class provides the base interface for schema difference writers
ezcDbSchemaDropAllColumnsException Exception that is thrown when trying to drop all columns in some table.
ezcDbSchemaException This class provides an exception container for use with the DatabaseSchema component.
ezcDbSchemaField A container to store a field definition in.
ezcDbSchemaFileReader This class provides the interface for file schema readers
ezcDbSchemaFileWriter This class provides the interface for file schema writers
ezcDbSchemaHandlerDataTransfer Bulk data transfer functionality.
ezcDbSchemaHandlerManager Deals with schema handlers for a ezcDbSchema object.
ezcDbSchemaIndex A container to store a table index in.
ezcDbSchemaIndexField A container to store a table index' field in.
ezcDbSchemaIndexFieldsValidator ezcDbSchemaIndexFieldsValidator validates whether fields used in indexes exist.
ezcDbSchemaInvalidDiffReaderClassException Exception that is thrown if an invalid class is passed as schema difference reader to the manager.
ezcDbSchemaInvalidDiffWriterClassException Exception that is thrown if an invalid class is passed as schema writer to the manager.
ezcDbSchemaInvalidReaderClassException Exception that is thrown if an invalid class is passed as schema reader to the manager.
ezcDbSchemaInvalidSchemaException Exception that is thrown if an invalid class is passed as schema reader to the manager.
ezcDbSchemaInvalidWriterClassException Exception that is thrown if an invalid class is passed as schema writer to the manager.
ezcDbSchemaMysqlReader Handler for files containing PHP arrays that represent DB schema.
ezcDbSchemaMysqlWriter Handler for storing database schemas and applying differences that uses MySQL as backend.
ezcDbSchemaOptions Class containing the basic options for charts
ezcDbSchemaOracleReader Handler for Oracle connections representing a DB schema.
ezcDbSchemaOracleWriter Handler for storing database schemas and applying differences that uses Oracle as backend.
ezcDbSchemaPersistentClassWriter This handler creates PHP classes to be used with PersistentObject from a DatabaseSchema.
ezcDbSchemaPersistentWriter This handler creates PHP classes to be used with PersistentObject from a DatabaseSchema.
ezcDbSchemaPgsqlReader Handler for PostgreSQL connections representing a DB schema.
ezcDbSchemaPgsqlWriter Handler for storing database schemas and applying differences that uses PostgreSQL as backend.
ezcDbSchemaPhpArrayReader Handler that reads database definitions and database difference definitions from a file containing a PHP variable.
ezcDbSchemaPhpArrayWriter Writer handler for files containing PHP arrays that represent DB schemas.
ezcDbSchemaReader This class provides the base interface for schema readers.
ezcDbSchemaSqliteDropFieldException Exception that is thrown if SQLite drop field operation failed for some table.
ezcDbSchemaSqliteReader Handler for SQLite connections representing a DB schema.
ezcDbSchemaSqliteWriter Handler for storing database schemas and applying differences that uses SQLite as backend.
ezcDbSchemaTable A container to store a table definition in.
ezcDbSchemaTableDiff A container to store table difference information in.
ezcDbSchemaTypesValidator ezcDbSchemaTypesValidator validates field definition types.
ezcDbSchemaUniqueIndexNameValidator ezcDbSchemaUniqueIndexNameValidator checks for duplicate index names.
ezcDbSchemaUnknownFormatException Exception that is thrown if no configuration object has been set to operate on. The operation cannot continue with this object.
ezcDbSchemaUnsupportedTypeException Exception that is thrown if an unsupported field type is encountered.
ezcDbSchemaValidator ezcDbSchemaValidator validates schemas for correctness.
ezcDbSchemaWriter This class provides the base interface for schema writers.
ezcDbSchemaXmlReader Handler that reads database definitions and database difference definitions from a file in an XML format.
ezcDbSchemaXmlWriter Handler that stores database definitions and database difference definitions to a file in an XML format.
ezcDbTransactionException This class provides exception for misc errors that may occur in the component, such as errors parsing database parameters and connecting to the database.
ezcDebug The ezcDebug class provides functionality to format and store debug messages and timers.
ezcDebugException General exception class for the Debug component.
ezcDebugHtmlFormatter ezcDebugHtmlFormatter class implements a HTML debug formatter that outputs debug information nicely formated for inclusion on your web page.
ezcDebugOperationNotPermittedException Exception thrown if an operation is not permitted.
ezcDebugOptions Options class for ezcDebug.
ezcDebugOutputFormatter ezcDebugOutputFormatter provides the common interface for all classes writing debug output.
ezcDebugPhpStacktraceIterator Iterator class to wrap around debug_backtrace() stack traces.
ezcDebugStacktraceIterator Base iterator class to wrap stack traces.
ezcDebugVariableDumpTool Tool class to dump variables in a way similar to Xdebug.
ezcDebugXdebugStacktraceIterator Iterator class to wrap around debug_backtrace() stack traces.
ezcDocument A base class for document type handlers.
ezcDocumentConversionException Exception thrown, when the RST parser could not parse asome token sequence.
ezcDocumentConverter A base class for document type converters.
ezcDocumentConverterOptions Class containing the basic options for the ezcDocumentConverter
ezcDocumentDocbook The document handler for the docbook document markup.
ezcDocumentDocbookElementVisitorConverter Basic converter which stores a list of handlers for each node in the docbook element tree. Those handlers will be executed for the elements, when found.
ezcDocumentDocbookElementVisitorHandler Abstract base handler class for conversions done by converters extending from ezcDocumentDocbookElementVisitorConverter.
ezcDocumentDocbookOptions Class containing the basic options for the ezcDocumentDocbook class
ezcDocumentDocbookToHtmlAnchorHandler Visit anchor elements
ezcDocumentDocbookToHtmlBaseHandler Basic converter which stores a list of handlers for each node in the docbook element tree. Those handlers will be executed for the elements, when found.
ezcDocumentDocbookToHtmlBlockquoteHandler Visit blockquotes
ezcDocumentDocbookToHtmlCommentHandler Visit docbook comment
ezcDocumentDocbookToHtmlConverter Converter for docbook to XHtml with a PHP callback based mechanism, for fast and easy PHP based extensible transformations.
ezcDocumentDocbookToHtmlConverterOptions Class containing the basic options for the ezcDocumentEzp3Xml class
ezcDocumentDocbookToHtmlDefinitionListEntryHandler Visit definition list entries
ezcDocumentDocbookToHtmlEmphasisHandler Visit emphasis
ezcDocumentDocbookToHtmlExternalLinkHandler Visit external links
ezcDocumentDocbookToHtmlFootnoteHandler Visit footnotes
ezcDocumentDocbookToHtmlHeadHandler Visit docbook sectioninfo elements
ezcDocumentDocbookToHtmlIgnoreHandler Handler for elements, which are safe to ignore
ezcDocumentDocbookToHtmlInternalLinkHandler Visit internal links.
ezcDocumentDocbookToHtmlLiteralLayoutHandler Visit literallayout elements
ezcDocumentDocbookToHtmlMappingHandler Simple mapping handler
ezcDocumentDocbookToHtmlMediaObjectHandler Visit media objects
ezcDocumentDocbookToHtmlParagraphHandler Visit paragraphs
ezcDocumentDocbookToHtmlSectionHandler Visit docbook sections
ezcDocumentDocbookToHtmlSpecialParagraphHandler Visit special paragraphs
ezcDocumentDocbookToHtmlTableCellHandler Visit table cells
ezcDocumentDocbookToHtmlXsltConverter Converter for Docbook documents to XHtml using an available XSLT.
ezcDocumentDocbookToHtmlXsltConverterOptions Class containing the basic options for the docbook to HTMl conversion.
ezcDocumentDocbookToRstBaseHandler Basic converter which stores a list of handlers for each node in the docbook element tree. Those handlers will be executed for the elements, when found.
ezcDocumentDocbookToRstBeginPageHandler Visit begin page elements
ezcDocumentDocbookToRstBlockquoteHandler Visit blockquotes
ezcDocumentDocbookToRstCitationHandler Visit citations
ezcDocumentDocbookToRstCommentHandler Visit docbook comment
ezcDocumentDocbookToRstConverter Converter for docbook to Rst with a PHP callback based mechanism, for fast and easy PHP based extensible transformations.
ezcDocumentDocbookToRstConverterOptions Class containing the basic options for the ezcDocumentEzp3Xml class
ezcDocumentDocbookToRstEmphasisHandler Visit emphasis
ezcDocumentDocbookToRstExternalLinkHandler Visit external links
ezcDocumentDocbookToRstFootnoteHandler Visit footnotes
ezcDocumentDocbookToRstHeadHandler Visit docbook sectioninfo elements
ezcDocumentDocbookToRstIgnoreHandler Handler for elements, which are safe to ignore
ezcDocumentDocbookToRstInlineMediaObjectHandler Visit inline media objects
ezcDocumentDocbookToRstInternalLinkHandler Visit internal links.
ezcDocumentDocbookToRstItemizedListHandler Visit itemized list / bullet lists
ezcDocumentDocbookToRstLiteralHandler Visit inline literals
ezcDocumentDocbookToRstLiteralLayoutHandler Visit literallayout elements
ezcDocumentDocbookToRstMediaObjectHandler Visit media objects
ezcDocumentDocbookToRstOrderedListHandler Visit itemized list / bullet lists
ezcDocumentDocbookToRstParagraphHandler Visit paragraphs
ezcDocumentDocbookToRstRecurseHandler Handler for elements, which are safe to ignore
ezcDocumentDocbookToRstSectionHandler Visit docbook sections
ezcDocumentDocbookToRstSpecialParagraphHandler Visit special paragraphs
ezcDocumentDocbookToRstTableHandler Visit tables
ezcDocumentDocbookToRstVariableListHandler Visit itemized list / bullet lists
ezcDocumentErrnousXmlException General exception container for the Document component.
ezcDocumentException General exception container for the Document component.
ezcDocumentEzp3ToEzp4Converter Converter for eZ Publish 3 document to eZ Publish 4 documents.
ezcDocumentEzp3ToEzp4ConverterOptions Class containing the basic options for the ezcDocumentEzp3Xml class
ezcDocumentEzp3Xml The document handler for the eZ Publish 3 XML document markup.
ezcDocumentEzp3XmlOptions Class containing the basic options for the ezcDocumentEzp3Xml class
ezcDocumentEzp4Xml The document handler for the eZ Publish 4 XML document markup.
ezcDocumentEzp4XmlOptions Class containing the basic options for the ezcDocumentEzp4Xml class
ezcDocumentHtmlConverterOptions Class containing the basic options for the ezcDocumentEzp3Xml class
ezcDocumentManager A ducument type handler manager class.
ezcDocumentMissingVisitorException Exception thrown, when a visitor could not be found for a node / subtree.
ezcDocumentOptions Class containing the basic options for the ezcDocument
ezcDocumentParser A base class for document parsers
ezcDocumentParserException Exception thrown, when the RST parser could not parse asome token sequence.
ezcDocumentParserOptions Class containing the basic options for the ezcDocumentParser
ezcDocumentRst Document handler for RST text documents.
ezcDocumentRstAttentionDirective Visitor for RST important directives
ezcDocumentRstContentsDirective Visitor for RST contents directives
ezcDocumentRstDangerDirective Visitor for RST danger directives
ezcDocumentRstDirective Visitor for RST directives
ezcDocumentRstDocbookVisitor Docbook visitor for the RST AST.
ezcDocumentRstFigureDirective Visitor for RST image directives
ezcDocumentRstImageDirective Visitor for RST image directives
ezcDocumentRstIncludeDirective Visitor for RST include directives
ezcDocumentRstMissingDirectiveHandlerException Exception thrown, when a RST contains a directive, for which no handler has been registerd.
ezcDocumentRstNode Struct for RST document document abstract syntax tree nodes
ezcDocumentRstNoteDirective Visitor for RST note directives
ezcDocumentRstNoticeDirective Visitor for RST tip directives
ezcDocumentRstOptions Class containing the basic options for the ezcDocumentRst
ezcDocumentRstParser Parser for RST documents
ezcDocumentRstToken Struct for RST document document tokens
ezcDocumentRstTokenizer Tokenizer for RST documents
ezcDocumentRstTokenizerException Exception thrown, when the RST tokenizer could not tokenize a character sequence.
ezcDocumentRstVisitor Abstract visitor base for RST documents represented by the parser AST.
ezcDocumentRstWarningDirective Visitor for RST warning directives
ezcDocumentRstXhtmlBodyVisitor HTML visitor for the RST AST, which only produces contents to be embedded somewhere into the body of an existing HTML document.
ezcDocumentRstXhtmlDirective Interface for directives also supporting HTML output
ezcDocumentRstXhtmlVisitor HTML visitor for the RST AST.
ezcDocumentValidation Interface specifying, that the document may be directly exported to HTML.
ezcDocumentValidationError Unifies different errors into a single structure for all kinds of validation errors. The validation error message can be fetched using the __toString() method, while the original error is still be available, fi required.
ezcDocumentVisitException Exception thrown, when the RST visitor could not visit an AST node properly.
ezcDocumentWiki Document handler for RST text documents.
ezcDocumentWikiBlockLevelNode Struct for Wiki document block level abstract syntax tree nodes
ezcDocumentWikiBlockMarkupToken Struct for Wiki document nline markup tokens
ezcDocumentWikiBlockquoteNode Struct for Wiki document abstract syntax tree blockquote nodes
ezcDocumentWikiBoldNode Struct for Wiki document inline bold syntax tree nodes
ezcDocumentWikiBoldToken Struct for Wiki document bold inline markup tokens
ezcDocumentWikiBulletListItemNode Struct for Wiki document abstract syntax tree bullet list item nodes
ezcDocumentWikiBulletListItemToken Struct for Wiki document bullet list item tokens
ezcDocumentWikiBulletListNode Struct for Wiki document bullet list abstract syntax tree nodes
ezcDocumentWikiConfluenceLinkStartToken Struct for Wiki document link start marker tokens
ezcDocumentWikiConfluenceTokenizer Tokenizer for Confluence wiki documents.
ezcDocumentWikiCreoleTokenizer Tokenizer for Creole wiki documents.
ezcDocumentWikiDeletedNode Struct for Wiki document inline deleted syntax tree nodes
ezcDocumentWikiDeletedToken Struct for Wiki document deleted inline markup tokens
ezcDocumentWikiDocumentNode Struct for Wiki document abstract syntax tree root nodes
ezcDocumentWikiDokuwikiTokenizer Tokenizer for Dokuwiki wiki documents.
ezcDocumentWikiEndOfFileToken Struct for Wiki document end of file tokens
ezcDocumentWikiEnumeratedListItemNode Struct for Wiki document abstract syntax tree enumerated list item nodes
ezcDocumentWikiEnumeratedListItemToken Struct for Wiki document enumerated list item tokens
ezcDocumentWikiEnumeratedListNode Struct for Wiki document enumerated list abstract syntax tree nodes
ezcDocumentWikiEscapeCharacterToken Struct for Wiki document escape character tokens
ezcDocumentWikiExternalLinkNode Struct for Wiki document inline external link syntax tree nodes
ezcDocumentWikiExternalLinkToken Struct for Wiki document external link tokens
ezcDocumentWikiFootnoteEndNode Struct for Wiki document inline footnote end syntax tree nodes
ezcDocumentWikiFootnoteEndToken Struct for Wiki document footnote tag close marker tokens
ezcDocumentWikiFootnoteNode Struct for Wiki document inline footnote syntax tree nodes
ezcDocumentWikiFootnoteStartToken Struct for Wiki document footnote tag open marker tokens
ezcDocumentWikiImageEndNode Struct for Wiki document inline image end syntax tree nodes
ezcDocumentWikiImageEndToken Struct for Wiki document image tag close marker tokens
ezcDocumentWikiImageNode Struct for Wiki document inline image syntax tree nodes
ezcDocumentWikiImageStartToken Struct for Wiki document image tag open marker tokens
ezcDocumentWikiInlineLiteralNode Struct for Wiki document inline literal syntax tree nodes
ezcDocumentWikiInlineLiteralToken Struct for Wiki document literal inline markup tokens
ezcDocumentWikiInlineMarkupToken Struct for Wiki document nline markup tokens
ezcDocumentWikiInlineNode Struct for Wiki document inline abstract syntax tree nodes
ezcDocumentWikiInlineQuoteNode Struct for Wiki document inline quote syntax tree nodes
ezcDocumentWikiInlineQuoteToken Struct for Wiki document inline quote markup tokens
ezcDocumentWikiInterWikiLinkNode Struct for Wiki document inline inter wiki link syntax tree nodes
ezcDocumentWikiInterWikiLinkToken Struct for Wiki document inter wiki link tokens
ezcDocumentWikiInternalLinkNode Struct for Wiki document inline internal link syntax tree nodes
ezcDocumentWikiInternalLinkToken Struct for Wiki document internal link tokens
ezcDocumentWikiInvisibleBreakNode Struct for Wiki document abstract syntax tree title nodes
ezcDocumentWikiItalicNode Struct for Wiki document inline italic syntax tree nodes
ezcDocumentWikiItalicToken Struct for Wiki document italic inline markup tokens
ezcDocumentWikiLineBreakNode Struct for Wiki document inline intentional line break syntax tree nodes
ezcDocumentWikiLineBreakToken Struct for Wiki document inline line break tokens
ezcDocumentWikiLineLevelNode Struct for Wiki document block level abstract syntax tree nodes
ezcDocumentWikiLineMarkupToken Struct for Wiki document nline markup tokens
ezcDocumentWikiLinkEndNode Struct for Wiki document inline link end syntax tree nodes
ezcDocumentWikiLinkEndToken Struct for Wiki document link end marker tokens
ezcDocumentWikiLinkNode Struct for Wiki document inline link syntax tree nodes
ezcDocumentWikiLinkStartToken Struct for Wiki document link start marker tokens
ezcDocumentWikiListNode Struct for Wiki document list abstract syntax tree nodes
ezcDocumentWikiLiteralBlockNode Struct for Wiki document literal block abstract syntax tree nodes
ezcDocumentWikiLiteralBlockToken Struct for Wiki document literal block tokens
ezcDocumentWikiMatchingInlineNode Struct for Wiki document inline abstract syntax tree nodes
ezcDocumentWikiMediawikiTokenizer Tokenizer for Mediawiki wiki documents.
ezcDocumentWikiMonospaceNode Struct for Wiki document inline monospace syntax tree nodes
ezcDocumentWikiMonospaceToken Struct for Wiki document monospace inline markup tokens
ezcDocumentWikiNewLineToken Struct for Wiki document new line tokens
ezcDocumentWikiNode Struct for Wiki document document abstract syntax tree nodes
ezcDocumentWikiOptions Class containing the basic options for the ezcDocumentWiki
ezcDocumentWikiPageBreakNode Struct for Wiki document abstract syntax tree page break nodes
ezcDocumentWikiPageBreakToken Struct for Wiki document page break tokens
ezcDocumentWikiParagraphIndentationToken Struct for Wiki document paragraph indentation tokens
ezcDocumentWikiParagraphNode Struct for Wiki document paragraph abstract syntax tree nodes
ezcDocumentWikiParser Parser for wiki documents
ezcDocumentWikiPluginNode Struct for Wiki document plugin abstract syntax tree nodes
ezcDocumentWikiPluginToken Struct for Wiki plugin token.
ezcDocumentWikiQuoteToken Struct for Wiki document quote markup tokens
ezcDocumentWikiSeparatorNode Struct for Wiki document inline seperator syntax tree nodes
ezcDocumentWikiSeparatorToken Struct for Wiki document general separator tokens
ezcDocumentWikiSpecialCharsToken Struct for Wiki document special character tokens
ezcDocumentWikiStrikeToken Struct for Wiki document strike-through inline markup tokens
ezcDocumentWikiSubscriptNode Struct for Wiki document inline subscript syntax tree nodes
ezcDocumentWikiSubscriptToken Struct for Wiki document subscript inline markup tokens
ezcDocumentWikiSuperscriptNode Struct for Wiki document inline superscript syntax tree nodes
ezcDocumentWikiSuperscriptToken Struct for Wiki document superscript inline markup tokens
ezcDocumentWikiTableCellNode Struct for Wiki document abstract syntax tree table cell item nodes
ezcDocumentWikiTableHeaderSeparatorNode Struct for Wiki document inline seperator syntax tree nodes
ezcDocumentWikiTableHeaderToken Struct for Wiki document table header tokens
ezcDocumentWikiTableNode Struct for Wiki document abstract syntax tree table item nodes
ezcDocumentWikiTableRowNode Struct for Wiki document abstract syntax tree table row item nodes
ezcDocumentWikiTableRowToken Struct for Wiki document table row start tokens
ezcDocumentWikiTextLineToken Struct for Wiki document text line tokens
ezcDocumentWikiTextNode Struct for Wiki document abstract syntax tree text nodes
ezcDocumentWikiTitleNode Struct for Wiki document abstract syntax tree title nodes
ezcDocumentWikiTitleToken Struct for Wiki document title tokens
ezcDocumentWikiToken Struct for Wiki document document tokens
ezcDocumentWikiTokenizer Tokenizer for wiki documents
ezcDocumentWikiTokenizerException Exception thrown, when the Wiki tokenizer could not tokenize a character sequence.
ezcDocumentWikiUnderlineNode Struct for Wiki document inline underline syntax tree nodes
ezcDocumentWikiUnderlineToken Struct for Wiki document underline inline markup tokens
ezcDocumentWikiWhitespaceToken Struct for Wiki document whitespace tokens
ezcDocumentXhtml The document handler for XHTML document markup.
ezcDocumentXhtmlConversion An interface indicating the ability to transform a document directly into XHTML.
ezcDocumentXhtmlOptions Class containing the basic options for the ezcDocumentXhtml class
ezcDocumentXmlBase A base class for XML based document type handlers.
ezcDocumentXmlOptions Class containing the basic options for the ezcDocumentXmlBase
ezcDocumentXsltConverter Base class for conversions between XML documents using XSLT.
ezcDocumentXsltConverterOptions Class containing the basic options for the ezcDocumentEzp3Xml class
E :
ezcExecution Class for handling fatal errors
ezcExecutionAlreadyInitializedException Thrown when the Execution framework was already initialized.
ezcExecutionBasicErrorHandler Simple implementation of a callback handler to use with ezcExecution.
ezcExecutionErrorHandler Interface for Execution callback handlers.
ezcExecutionException General exception for use in ezcExecution class.
ezcExecutionInvalidCallbackException Thrown when an non-existend class was passed as callback handler.
ezcExecutionNotInitializedException Thrown when the Execution framework was not initialized when cleanExit() was called.
ezcExecutionWrongClassException Thrown when the passed classname does not represent a class that implements the ezcExecutionErrorHandler interface.
F :
ezcFeed Class defining a feed.
ezcFeedAtLeastOneItemDataRequiredException Thrown when at least one of the required attributes is missing for a feed item.
ezcFeedAtom Class providing parsing and generating of ATOM feeds.
ezcFeedCategoryElement Class defining a category.
ezcFeedCloudElement Class defining a cloud element.
ezcFeedContentElement Class defining a complex text element.
ezcFeedContentModule Support for the Content module: data container, generator, parser.
ezcFeedCreativeCommonsModule Support for the CreativeCommons module: data container, generator, parser.
ezcFeedDateElement Class defining a date element.
ezcFeedDublinCoreModule Support for the DublinCore module: data container, generator, parser.
ezcFeedElement Base container for element data.
ezcFeedEnclosureElement Class defining an enclosure element.
ezcFeedEntryElement Class defining a feed entry.
ezcFeedException The general exception class used as base class for the Feed exception classes.
ezcFeedGeneratorElement Class defining a generator element.
ezcFeedGeoModule Support for the Geo module: data container, generator, parser.
ezcFeedITunesModule Support for the iTunes module: data container, generator, parser.
ezcFeedIdElement Class defining an identifier.
ezcFeedImageElement Class defining an image element.
ezcFeedLinkElement Class defining a link element.
ezcFeedModule Container for feed module data.
ezcFeedOnlyOneValueAllowedException Thrown when some elements value is not a single value but an array.
ezcFeedParseErrorException Thrown when a feed can not be parsed at all.
ezcFeedParser Interface for feed parsers.
ezcFeedPersonElement Class defining a person.
ezcFeedProcessor Base class for all feed processors.
ezcFeedRequiredMetaDataMissingException Thrown when some data is missing for a channel.
ezcFeedRss1 Class providing parsing and generating of RSS1 feeds.
ezcFeedRss2 Class providing parsing and generating of RSS2 feeds.
ezcFeedSkipDaysElement Class defining a skipDays element.
ezcFeedSkipHoursElement Class defining a skipHours element.
ezcFeedSourceElement Class defining a feed source element.
ezcFeedTextElement Class defining a text element.
ezcFeedTextInputElement Class defining a text input feed element.
ezcFeedUndefinedModuleException Thrown when trying to get information from a module which is not defined yet.
ezcFeedUnsupportedElementException Thrown when an unsupported feed element is created.
ezcFeedUnsupportedModuleException Thrown when an unsupported module is created.
ezcFeedUnsupportedTypeException Thrown when an unsupported feed is created.
ezcFile Provides a selection of static independent methods to provide functionality for file and file system handling. This class is deprecated, please use ezcBaseFile instead.
G :
ezcGraph Base options class for all eZ components.
ezcGraphArrayDataSet Dataset class which receives arrays and use them as a base for datasets.
ezcGraphAxisBoxedLabelRenderer Renders axis labels centered between two axis steps like normally used for bar charts. Used with other chart types this axis label renderer may cause unexpected results. You may use this renderer by assigning it to one of the charts axis.
ezcGraphAxisCenteredLabelRenderer Renders axis labels centered below the axis steps.
ezcGraphAxisContainer The axis container class is internally used to store and validate sets of axis, and offering access using the SPL ArrayAccess interface to add or modify its contents.
ezcGraphAxisExactLabelRenderer Renders axis labels like known from charts drawn in analysis
ezcGraphAxisLabelRenderer Abstract class to render labels and grids on axis. Will be extended to make it possible using different algorithms for rendering axis labels.
ezcGraphAxisNoLabelRenderer Omits axis labels, steps and grid.
ezcGraphAxisRadarLabelRenderer Renders axis labels and grid optimized for radar charts. May cause unexpected results when used with other chart types.
ezcGraphAxisRotatedLabelRenderer Can render axis labels rotated, so that more axis labels fit on one axis.
ezcGraphAxisStep Represents a single step on the axis
ezcGraphBarChart Class for bar charts. Can make use of an unlimited amount of datasets and will display them as bars by default.
ezcGraphCairoDriver Extension of the basic driver package to utilize the cairo library.
ezcGraphCairoDriverOptions Class containing the extended options for the SVG driver.
ezcGraphChart Class to represent a complete chart.
ezcGraphChartDataContainer Container class for datasets used by the chart classes. Implements usefull interfaces for convenient access to the datasets.
ezcGraphChartElement Base class for chart elements
ezcGraphChartElementAxis Class to represent an axis as a chart element
ezcGraphChartElementBackground Chart element representing the background.
ezcGraphChartElementDateAxis Class to represent date axis.
ezcGraphChartElementLabeledAxis Class to represent a labeled axis.
ezcGraphChartElementLegend Class to represent a legend as a chart element
ezcGraphChartElementLogarithmicalAxis Class to represent a logarithmic axis.
ezcGraphChartElementNumericAxis Class to represent a numeric axis.
ezcGraphChartElementText Chart element to display texts in a chart
ezcGraphChartOptions Class containing the basic options for charts.
ezcGraphChartSingleDataContainer Container class for datasets, which ensures, that only one dataset is used.
ezcGraphColor ezcGraphColor
ezcGraphContext Struct to represent the context of a renderer operation
ezcGraphCoordinate Represents coordinates in two dimensional catesian coordinate system.
ezcGraphDataSetAveragePolynom Extension of basic dataset to represent averation.
ezcGraphDataSetAxisProperty Class for axis properties of datasets
ezcGraphDataSetBooleanProperty Class for boolean properties of datasets
ezcGraphDataSetColorProperty Class for color properties of datasets
ezcGraphDataSetIntProperty Class for integer properties of datasets
ezcGraphDataSetProperty Abstract class for properties of datasets
ezcGraphDataSetStringProperty Class for string properties of datasets
ezcGraphDatabaseDataSet Class to transform PDO results into ezcGraphDataSets
ezcGraphDatabaseException General exception container for the GraphDatabaseTiein component.
ezcGraphDatabaseMissingColumnException Exception thrown if a requetsted column could not be found in result set
ezcGraphDatabaseStatementNotExecutedException Exception thrown if a given statement has not been executed.
ezcGraphDatabaseTooManyColumnsException Exception thrown if a data set has too many columns for a key value association.
ezcGraphDatasetAverageInvalidKeysException Exception thrown when a dataset with non numeric keys is used with average datasets.
ezcGraphDriver Abstract class to be extended for ezcGraph output drivers.
ezcGraphDriverOptions Class containing the basic driver options.
ezcGraphErrorParsingDateException Exception thrown when a date assigned to the ezcGraphChartElementDateAxis could not be parsed.
ezcGraphException General exception container for the Graph component.
ezcGraphFlashBitmapTypeException Flash can only embed JPEGs and PNGs. This exception is thrown for * all other image types.
ezcGraphFlashDriver Driver to create Flash4 (SWF) files as graph output. The options of this class are defined in The options of this class are defined in the option class ezcGraphFlashDriverOptions extending the basic ezcGraphDriverOptions.
ezcGraphFlashDriverOptions Class containing the extended configuration options for the flash driver.
ezcGraphFontOptions Class containing the options for font configuration.
ezcGraphFontRenderingException Exception thrown when it is not possible to render a string beacause of minimum font size in the desinated bounding box.
ezcGraphGdDriver Driver using PHPs ext/gd to draw images. The GD extension is available on nearly all PHP installations, but slow and produces slightly incorrect results.
ezcGraphGdDriverOptions Class containing the extended driver options for the gd driver.
ezcGraphGdDriverUnsupportedImageTypeException Exception thrown if the image type is not supported and therefore could not be used in the gd driver.
ezcGraphInvalidArrayDataSourceException Exception thrown when an invalid data source is provided for an array data set.
ezcGraphInvalidAssignementException Exception thrown, when trying a property cannot be set for a data point, but only for data sets.
ezcGraphInvalidDataException Exception thrown when invalid data is provided, which cannot be rendered for some reason.
ezcGraphInvalidDisplayTypeException Exception thrown when an unsupported data type is set for the current chart.
ezcGraphInvalidImageFileException Exception thrown when a file can not be used as a image file.
ezcGraphInvalidStepSizeException Exception thrown when the major or minor step size does not divide cleanly the value span it should be used for.
ezcGraphLineChart Class for line charts. Can make use of an unlimited amount of datasets and will display them as lines by default.
ezcGraphLineChartOptions Class containing the basic options for line charts.
ezcGraphLinearGradient Class representing linear gradient fills. For drivers which cannot draw gradients it falls back to a native ezcGraphColor. In this case the start color of the gradient will be used.
ezcGraphMatrixInvalidDimensionsException Exception thrown when an operation is not possible because of incompatible matrix dimensions.
ezcGraphMatrixOutOfBoundingsException Exception thrown when a requested matrix value is out of the boundings of the matrix.
ezcGraphNoDataException Exception shown, when trying to render a chart without assigning any data.
ezcGraphNoSuchDataException Exception shown, when trying to access not existing data in datasets.
ezcGraphNoSuchDataSetException Exception thrown when trying to access a non exising dataset.
ezcGraphNoSuchElementException Exception thrown when trying to access a non existing chart element.
ezcGraphNumericDataSet Dataset for numeric data.
ezcGraphOdometerChart Class for odometer charts. Can only use one dataset which will be dispalyed as a odometer chart.
ezcGraphOdometerChartOptions Class containing the options for odometer charts
ezcGraphOdometerRenderer Interface which adds the methods required for rendering radar charts to a renderer
ezcGraphOutOfLogithmicalBoundingsException Exception thrown when data exceeds the values which are displayable on an logarithmical scaled axis.
ezcGraphPalette Abstract class to contain pallet definitions
ezcGraphPaletteBlack Dark color pallet for ezcGraph based on Tango style guidelines at http://tango-project.org/Generic_Icon_Theme_Guidelines
ezcGraphPaletteEz Color pallet for ezcGraph based on eZ color scheme
ezcGraphPaletteEzBlue Light blue color pallet for ezcGraph based on blue eZ colors
ezcGraphPaletteEzGreen Light green color pallet for ezcGraph based on green eZ colors
ezcGraphPaletteEzRed Light red color pallet for ezcGraph based on red eZ colors
ezcGraphPaletteTango Light color pallet for ezcGraph based on Tango style guidelines at http://tango-project.org/Generic_Icon_Theme_Guidelines
ezcGraphPieChart Class for pie charts. Can only use one dataset which will be dispalyed as a pie chart.
ezcGraphPieChartOptions Class containing the basic options for pie charts.
ezcGraphPolynom Provides a class for generic operations on polynoms
ezcGraphRadarChart Class for radar charts.
ezcGraphRadarChartOptions Class containing the basic options for radar charts.
ezcGraphRadarRenderer Interface which adds the methods required for rendering radar charts to a renderer
ezcGraphRadialGradient Class representing radial gradient fills. For drivers which cannot draw gradients it falls back to a native ezcGraphColor. In this case the start color of the gradient will be used.
ezcGraphReducementFailedException Exception thrown when a requested reducement of an ellipse or polygone failed because the shape was already too small.
ezcGraphRenderer Abstract class to transform the basic chart components. To be extended by three- and twodimensional renderers.
ezcGraphRenderer2d Class to transform chart primitives into image primitives. Renders charts in a two dimensional view.
ezcGraphRenderer2dOptions Class containing the extended options available in 2d renderer.
ezcGraphRenderer3d Class to transform chart primitives into image primitives. This renderer renders the charts in a isometric three dimensional view.
ezcGraphRenderer3dOptions Class containing the extended options for the three dimensional renderer.
ezcGraphRendererOptions Class containing the basic options for renderers.
ezcGraphStackedBarsRenderer Interface which adds the methods required for rendering radar charts to a renderer
ezcGraphSvgDriver Extension of the basic Driver package to utilize the SVGlib.
ezcGraphSvgDriverInvalidIdException Exception thrown when a id could not be found in a SVG document to insert elements in.
ezcGraphSvgDriverOptions Class containing the extended options for the SVG driver.
ezcGraphSvgFont Helper class, offering requrired calculation basics and font metrics to use SVG fonts with the SVG driver.
ezcGraphTooManyDataSetsExceptions Exception thrown when trying to insert too many data sets in a data set container.
ezcGraphTools Toolkit for several operation with graphs
ezcGraphToolsIncompatibleDriverException Exception thrown when trying to modify rendered images with incompatible graph tools.
ezcGraphToolsNotRenderedException Exception thrown when a chart was not rendered yet, but the graph tool requires information only available in rendered charts.
ezcGraphUnknownColorDefinitionException Exception thrown, when a given value could not be interpreted as a color by ezcGraphColor.
ezcGraphUnknownFontTypeException Exception thrown if font type is unknown or not supported.
ezcGraphUnregularStepsException Exception thrown when a bar chart shouls be rendered on an axis using unregular step sizes.
I :
ezcImageAnalyzer Class to retreive information about a given image file.
ezcImageAnalyzerData Struct to store the data retrieved from an image analysis.
ezcImageAnalyzerException General exception container for the ImageAnalysis component.
ezcImageAnalyzerFileNotProcessableException The option name you tried to register is already in use.
ezcImageAnalyzerHandler This base class has to be extended by all ezcImageAnalyzerHandler classes.
ezcImageAnalyzerImagemagickHandler Class to retrieve information about a given image file.
ezcImageAnalyzerInvalidHandlerException A registered handler class does not exist or does not inherit from ezcImageAnalyzerHandler.