Path

ez components / documentation / api reference / 2007.2rc1 /


eZ Components 2007.2rc1

All Classes Index

[A] [B] [C] [D] [E] [F] [G] [I] [L] [M] [P] [Q] [S] [T] [U] [W]
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.
ezcArchiveFileException This class provides an exception for errors occuring while accessing file based archives.
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.
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.
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.
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.
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.
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.
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.
ezcDbSchemaUnknownFormatException Exception that is thrown if no configuration object has been set to operate on. The operation cannot continue with this object.
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.
ezcDebugHtmlFormatter ezcDebugHtmlFormatter class implements a HTML debug formatter that outputs debug information nicely formated for inclusion on your web page.
ezcDebugOutputFormatter ezcDebugOutputFormatter provides the common interface for all classes writing debug output.
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
ezcFeedCanNotParseException Thrown when a feed can not be parsed at all.
ezcFeedException The general exception class as used by the Feed Classes.
ezcFeedItem
ezcFeedItemModuleData Container for module data
ezcFeedModuleData Container for 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.
ezcFeedRequiredItemDataMissingException Thrown when some data is missing for a feed item.
ezcFeedRequiredMetaDataMissingException Thrown when some data is missing for a channel.
ezcFeedUnsupportedModuleElementException Thrown when an unsupported element of a module is being set.
ezcFeedUnsupportedModuleException Thrown when an unsupported feed is created.
ezcFeedUnsupportedModuleItemElementException Thrown when an unsupported element of an item is being set.
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 fir 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.
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 Class for basic chart elements
ezcGraphChartElementAxis Basic axis class
ezcGraphChartElementBackground Chart element representing the background. In addition to the standard background and border for chart elements it can draw an image on the chart background, and optionally repeat it. The position will be used for the repetition offset.
ezcGraphChartElementDateAxis Class to represent date axis. Date axis will try to find a "nice" interval based on the values on the x axis. If non numeric values are given, ezcGraphChartElementDateAxis will convert them to timestamps using PHPs strtotime function.
ezcGraphChartElementLabeledAxis Class to represent a labeled axis. Values on the x axis are considered as strings and used in the given order.
ezcGraphChartElementLegend Class to represent a legend as a chart element
ezcGraphChartElementLogarithmicalAxis Class to represent a numeric axis. The axis tries to calculate "nice" start and end values for the axis scale. The used interval is considered as nice, if it is equal to [1,2,5] * 10^x with x in [.., -1, 0, 1, ..].
ezcGraphChartElementNumericAxis Class to represent a numeric axis. The axis tries to calculate "nice" start and end values for the axis scale. The used interval is considered as nice, if it is equal to [1,2,5] * 10^x with x in [.., -1, 0, 1, ..].
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 integer 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.
ezcGraphFlashBitmapBoundingsException Flash does not support bitmap scaling, so that this exceptions is thrown when an image does not have the requested size.
ezcGraphFlashBitmapTypeException Flash can only read non interlaced bitmaps. 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.
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.
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.
ezcImageAnalyzerPhpHandler Class to retrieve information about a given image file.
ezcImageColorspaceFilters This interface has to implemented by ezcImageFilters classes to support colorspace filters.
ezcImageConverter Class to manage conversion and filtering of image files.
ezcImageConverterSettings Struct to store the settings for objects of ezcImageConverter.
ezcImageEffectFilters This interface has to be implemented by ezcImageFilters classes to support effect filters.
ezcImageException General exception container for the ImageConversion component.
ezcImageFileNameInvalidException Thrown if a given file name contains illegal characters (', ", $).
ezcImageFileNotProcessableException Thrown if a file could not be processed by a handler.
ezcImageFilter Struct to store information about a filter operation.
ezcImageFilterFailedException Thrown if the given filter failed.
ezcImageFilterNotAvailableException Thrown if the given filter is not available.
ezcImageGdBaseHandler ezcImageHandler implementation for the GD2 extension of PHP.
ezcImageGdHandler ezcImageHandler implementation for the GD2 extension of PHP, including filters.
ezcImageGeometryFilters This interface has to implemented by ezcImageFilters classes to support geometry filters.
ezcImageHandler Driver interface to access different image manipulation backends of PHP.
ezcImageHandlerNotAvailableException Thrown if a specified handler class is not available.
ezcImageHandlerSettings Struct to store the settings for objects of ezcImageHandler.
ezcImageHandlerSettingsInvalidException Thrown if invalid handler settings are submitted when creating an ezcImageConverter.
ezcImageImagemagickBaseHandler ezcImageHandler implementation for ImageMagick.
ezcImageImagemagickHandler ezcImageHandler implementation for ImageMagick.
ezcImageInvalidFilterParameterException Thrown if the given filter failed.
ezcImageInvalidReferenceException Thrown if no valid image reference could be found for an action (conversion, filter, load, save,...).
ezcImageMimeTypeUnsupportedException Thrown if a requested MIME type is not supported for input, output or input/output.
ezcImageMissingFilterParameterException Thrown if an expected parameter for a filter was not submitted.
ezcImageSaveOptions Options class for ezcImageHandler->save() methods.
ezcImageThumbnailFilters This interface has to implemented by ezcImageFilters classes to support thumbnail filters.
ezcImageTransformation Provides transformations on images using filters and MIME conversions.
ezcImageTransformationAlreadyExistsException Thrown if a transformation with the given name already exists.
ezcImageTransformationException Exception to be thrown be ezcImageTransformation classes.
ezcImageTransformationNotAvailableException Thrown if a transformation with the given name does not exists.
ezcImageWatermarkFilters This interface has to implemented by ezcImageFilters classes to support watermark filters.
ezcInputFilter Provides a set of standard filters.
ezcInputForm Provides access to form variables.
ezcInputFormDefinitionElement This struct records information about Input Form definition elements.
ezcInputFormException General exception container for the UserInput component.
ezcInputFormFieldNotFoundException Exception that is thrown when a specified field is not found
ezcInputFormInvalidDefinitionException Exception that is thrown when an invalid definition array is used.
ezcInputFormNoValidDataException Exception that is thrown when an invalid field name is requested.
ezcInputFormUnknownFieldException Exception that is thrown when a fieldname is used that was not defined in a definition array.
ezcInputFormValidDataAvailableException Exception that is used when valid data is available and you try to access RAW data.
ezcInputFormVariableMissingException Exception that is thrown when a required input field is missing.
ezcInputFormWrongInputSourceException Exception that is thrown when an invalid input source is used.
L :
ezcLog The ezcLog class records log messages and audit trails to one or multiple writers.
ezcLogDatabaseWriter The ezcLogDatabaseWriter provides an implementation to write log messages to the database.
ezcLogFileWriter The ezcLogFileWriter class provides functionality to write log files to the file system.
ezcLogFilter The ezcLogFilter class provides a structure to set a log filter.
ezcLogFilterRule The ezcLogFilterRule is a rule that is added to the ezcLogFilterSet.
ezcLogFilterSet Mapping of an eventType, eventSource and eventCategory to a mixed variable using a filter set.
ezcLogMapper The ezcLogMapper provides a public interface to implement a mapper.
ezcLogSyslogWriter The ezcLogSyslogWriter class provides functionality to write log messages to the UNIX syslog.
ezcLogUnixFileWriter Writes the log messages to a file in a format that is frequently used on the Unix operating system.
ezcLogWriter ezcLogWriter defines the common interface for all classes that implement their log writer.
ezcLogWriterException The ezcLogWriterException will be thrown when an {@class ezcLogWriter} or a subclass encounters an exceptional state.
M :
ezcMail The main mail class.
ezcMailAddress A container to store a mail address in RFC822 format.
ezcMailCharsetConverter Class containing common character set conversion methods.
ezcMailComposer Convenience class for writing mail.
ezcMailContentDispositionHeader A container to store a Content-Disposition header as described in http://www.faqs.org/rfcs/rfc2183.
ezcMailDeliveryStatus Mail part used for sending delivery status message.
ezcMailException ezcMailExceptions are thrown when an exceptional state occures in the Mail package.
ezcMailFile Mail part for binary data from the file system.
ezcMailFilePart Mail part for all forms of binary data.
ezcMailFileSet ezcMailFileSet is an internal class that can be used to parse mail directly from files on disk.
ezcMailImapSet ezcMailImapSet is an internal class that fetches a series of mail from the IMAP server.
ezcMailImapSetOptions Class containing the options for IMAP mail set.
ezcMailImapTransport The class ezcMailImapTransport implements functionality for handling IMAP mail servers.
ezcMailImapTransportOptions Class containing the options for IMAP transport.
ezcMailInvalidLimitException The ezcMailInvalidLimitException is thrown when request is made to fetch messages with the offset outside of the existing message range.
ezcMailMboxSet ezcMailMboxSet is an internal class that fetches a series of mail from an mbox file.
ezcMailMboxTransport ezcMailMboxTransport implements mail retrieval from an mbox file.
ezcMailMtaTransport Implementation of the mail transport interface using the system MTA.
ezcMailMultipart Abstract base class for all multipart types.
ezcMailMultipartAlternative ezcMailMultipartAlternative is used to bundle a group of mail parts where only one should be shown.
ezcMailMultipartDigest The digest multipart type is used to bundle a list of mail objects.
ezcMailMultipartMixed The mixed multipart type is used to bundle an ordered list of mail parts.
ezcMailMultipartRelated ezcMailMultipartRelated is intended for mail parts consisting of several inter-related body parts.
ezcMailMultipartReport Mail part multipart/report used primarily to send delivery status notification messages.
ezcMailNoSuchMessageException The ezcMailNoSuchMessageException is thrown when a message with an ID is requested that doesn't exist in the transport.
ezcMailOffsetOutOfRangeException The ezcMailOffsetOutOfRangeException is thrown when request is made to fetch messages with the offset outside of the existing message range.
ezcMailParser Parses a mail in RFC822 format to an ezcMail structure.
ezcMailParserOptions Class containing the basic options for the mail parser.
ezcMailParserSet Interface common to all parser sets.
ezcMailPart Abstract base class for all mail MIME parts.
ezcMailPartWalkContext Use this class to create a context to be passed to the walkParts() method from ezcMail.
ezcMailPop3Set ezcMailPop3Set is an internal class that fetches a series of mail from the pop3 server.
ezcMailPop3Transport The class ezcMailPop3Transport implements functionality for handling POP3 mail servers.
ezcMailPop3TransportOptions Class containing the options for POP3 transport.
ezcMailRfc822Digest Mail part or mail digest parts.
ezcMailSmtpTransport This class implements the Simple Mail Transfer Protocol (SMTP) with authentication support.
ezcMailSmtpTransportOptions Class containing the options for SMTP transport.
ezcMailStorageSet ezcMailStorageSet is a wrapper around other mail sets and provides saving of mail sources to files.
ezcMailStreamFile Mail part for data in a stream.
ezcMailText Mail part used for sending all forms of plain text.
ezcMailTools This class contains static convenience methods for composing addresses and ensuring correct line-breaks in the mail.
ezcMailTransport Interface for classes that implement a mail transport.
ezcMailTransportException Transport exceptions are thrown when either sending or receiving mail transports fail to do their job properly.
ezcMailTransportOptions Class containing the basic options for mail transports.
ezcMailVariableSet ezcMailVariableSet is an internal class that can be used to parse mail directly from a string variable in your script.
ezcMailVirtualFile Mail part for binary data in memory.
P :
ezcPersistentCacheManager Caches fetched definition so they don't have to be read from the original source for each use.
ezcPersistentCodeManager Handles persistent object definitions in plain code style.
ezcPersistentDefinitionManager Defines the interface for all persistent object definition managers.
ezcPersistentDefinitionMissingIdPropertyException Exception thrown, if an object of ezcPersistentObjectDefinition has no idProperty attribute.
ezcPersistentDefinitionNotFoundException General exception class for the PersistentObject package.
ezcPersistentDoubleTableMap Class to create {ezcPersistentRelation::$columnMap} properties.
ezcPersistentFindIterator This class provides functionality to iterate over a database result set in the form of persistent objects.
ezcPersistentGeneratorDefinition Defines a persistent object id generator.
ezcPersistentIdentifierGenerationException Exception thrown when generating an ID for a persistent object failed.
ezcPersistentIdentifierGenerator The interface between the class that generates unique identifiers when creating new objects and the session.
ezcPersistentManualGenerator This identifier generator does not generate any ID's. Instead the user must manually assign an ID when the object is saved.
ezcPersistentManyToManyRelation Relation class to reflect a many-to-many table relation (m:n).
ezcPersistentManyToOneRelation Relation class to reflect a many-to-one table relation (m:1).
ezcPersistentMultiManager Makes it possible to fetch persistent object definitions from several sources.
ezcPersistentNativeGenerator Generates IDs based on the PDO::lastInsertId method.
ezcPersistentObject ezcPersistentObject is an (optional) interface for classes that provide persistent objects.
ezcPersistentObjectAlreadyPersistentException Exception thrown when a method that requires a non-persistent object is provided an object that is already persistent.
ezcPersistentObjectColumns ezcPersistentObjectColumns class.
ezcPersistentObjectDefinition Main definition of a persistent object.
ezcPersistentObjectException General exception class for the PersistentObject package.
ezcPersistentObjectIdProperty Defines a persistent object id field.
ezcPersistentObjectNotPersistentException Exception thrown when a method that requires a persistent object is provided an object not yet persistent.
ezcPersistentObjectProperties ezcPersistentObjectProperties class.
ezcPersistentObjectProperty Defines a persistent object field.
ezcPersistentObjectRelations ezcPersistentObjectRelations class.
ezcPersistentObjectSchemaGenerator ezcPersistentObjectSchemaGenerator is capable to generate PersistentObject definition files from DatabaseSchema definitions.
ezcPersistentOneToManyRelation Relation class to reflect a one-to-many table relation (1:n).
ezcPersistentOneToOneRelation Relation class to reflect a one-to-one table relation (1:1).
ezcPersistentQueryException Exception thrown when a query failed internally in Persistent Object.
ezcPersistentRelatedObjectNotFoundException Exception thrown, if the given relation class could not be found.
ezcPersistentRelation Base class for all relation definition classes of PersistentObject.
ezcPersistentRelationInvalidException Exception thrown, if the class of a relation definition was invalid.
ezcPersistentRelationNotFoundException Exception thrown, if a desired relation between 2 classes was not found.
ezcPersistentRelationOperationNotSupportedException Exception thrown, if the given relation class ćould not be found.
ezcPersistentSequenceGenerator Generates IDs based on the PDO::lastInsertId method.
ezcPersistentSession ezcPersistentSession is the main runtime interface for manipulation of persistent objects.
ezcPersistentSessionInstance Holds persistent object session instances for global access throughout an application.
ezcPersistentSessionNotFoundException This exceptions is used when a database handler could not be found.
ezcPersistentSingleTableMap Class to create {ezcPersistentRelation::$columnMap} properties.
ezcPhpGenerator ezcPhpGenerator provides a simple API to generate PHP code.
ezcPhpGeneratorException General exception class for the PhpGenerator package.
ezcPhpGeneratorFlowException Flow exceptions are thrown when control structures like if and while are closed out of order.
ezcPhpGeneratorParameter ezcPhpGeneratorParameter holds information about a function or method parameter.
ezcPhpGeneratorReturnData Holds meta-data about a function/method return data.
Q :
ezcQuery The ezcQuery class provides the common API for all Query objects.
ezcQueryDelete Class to create select database independent DELETE queries.
ezcQueryException Base class for exceptions related to the SQL abstraction.
ezcQueryExpression The ezcQueryExpression class is used to create database independent SQL expression.
ezcQueryExpressionMssql The ezcQueryExpressionMssql class is used to create SQL expression for SQL Server.
ezcQueryExpressionOracle The ezcQueryExpressionOracle class is used to create SQL expression for Oracle.
ezcQueryExpressionPgsql The ezcQueryExpressionPgsql class is used to create SQL expression for PostgreSQL.
ezcQueryExpressionSqlite The ezcQueryExpressionSqlite class is used to create SQL expression for SQLite.
ezcQueryInsert Class to create select database independent INSERT queries.
ezcQueryInvalidException Base class for exceptions related to the SQL abstraction.
ezcQuerySelect Class to create select database independent SELECT queries.
ezcQuerySelectMssql SQL Server specific implementation of ezcQuery.
ezcQuerySelectOracle Oracle specific implementation of ezcQuery.
ezcQuerySelectSqlite SQLite specific implementation of ezcQuery.
ezcQuerySqliteFunctions The ezcQueryExpressionSqlite class is used to create SQL expression for SQLite.
ezcQuerySubSelect Class to create subselects within queries.
ezcQueryUpdate Class to create select database independent UPDATE queries.
ezcQueryVariableParameterException Exception thrown when a method does not receive the variables it requires.
S :
ezcSignalCollection ezcSignalCollection implements a mechanism for inter and intra object communication.
ezcSignalCollectionOptions Struct class to store the options of the ezcConsoleOutput class.
ezcSignalSlotException ezcSignalSlotExceptions are thrown when an exceptional state occures in the SignalSlot package.
ezcSignalStaticConnections ezcSignalStaticConnections makes it possible to connect to signals through the signals identifier.
ezcSignalStaticConnectionsBase Interface for classes that implement a mail transport.
ezcSystemInfo Provides access to common system variables.
ezcSystemInfoAccelerator A container to store information about a PHP accelerator.
ezcSystemInfoFreeBsdReader Provide functionality to read system information from FreeBSD systems.
ezcSystemInfoLinuxReader Provide functionality to read system information from Linux systems.
ezcSystemInfoMacReader Provide functionality to read system information from Mac OS X systems.
ezcSystemInfoReader The ezcSystemInfoReader represents common interface of OS info reader.
ezcSystemInfoReaderCantScanOSException Reader can't scan OS for system values exception.
ezcSystemInfoWindowsReader Provide functionality to read system information from Windows systems.
T :
ezcTemplate The main class for processing templates.
ezcTemplateCacheManager Interface for the class that implement a cache manager.
ezcTemplateCompilationFailedException ezcTemplateCompilationFailedException is thrown when a template could not be compiled.
ezcTemplateConfiguration Contains the common configuration options for template managers.
ezcTemplateCustomBlock Interface for classes which provides custom blocks to the template engine.
ezcTemplateCustomBlockDefinition Contains the definition of a custom block.
ezcTemplateCustomBlockException ezcTemplateCustomBlock exception is thrown when an error occurs while processing a Custom Block.
ezcTemplateCustomFunction Interface for classes which provides custom functions to the template engine.
ezcTemplateCustomFunctionDefinition Contains the definition of a custom function.
ezcTemplateException ezcTemplateExceptions are thrown when an exceptional state occurs in the Template package.
ezcTemplateFileFailedRenameException Exception for problems when renaming template files.
ezcTemplateFileFailedUnlinkException Exception for problems when unlinking template files.
ezcTemplateFileNotFoundException Exception for problems when accessing template files which does not exists.
ezcTemplateFileNotReadableException Exception for problems when reading from template files.
ezcTemplateFileNotWriteableException Exception for problems when writing to template files.
ezcTemplateInternalException ezcTemplateInternalException is thrown when the Template engine comes into an unstable state.
ezcTemplateInvalidCompiledFileException Exception for missing invalid compiled files.
ezcTemplateLocationInterface Interface for classes implementing a dynamic template location.
ezcTemplateNoContext The ezcTemplateNoContext class doesn't change the output. This makes testing more easy.
ezcTemplateNoManagerException Exception for for missing managers in classes.
ezcTemplateNoOutputContextException Exception for for missing output contexts in classes.
ezcTemplateOutputContext Controls output handling in the template engine.
ezcTemplateParserException Exception for failed element parsers.
ezcTemplateRuntimeException ezcTemplateRuntimeException is thrown when an error occurs while executing a template. For example when a {use} variable without a default value is not given.
ezcTemplateSourceToTstParserException Exception for failed element parsers.
ezcTemplateTypeHintException Exception for problems in parser element code.
ezcTemplateVariableCollection Contains template variables which are sent and received from templates.
ezcTemplateXhtmlContext The ezcTemplateXhtmlContext class escapes special HTML characters in the output.
ezcTranslation ezcTranslation is a container that holds the translated strings for a specific context.
ezcTranslationBackend Interface for Translation backends.
ezcTranslationBorkFilter Implements the Bork translation filter.
ezcTranslationCacheBackend Translation backend that reads translation data from a cache.
ezcTranslationComplementEmptyFilter Implements the ComplementEmpty translation filter.
ezcTranslationContextNotAvailableException Thrown by the getContext() method when a requested context doesn't exist.
ezcTranslationContextRead Common interface for all context readers.
ezcTranslationContextWrite Common interface for all context writers.
ezcTranslationData A container to store one translatable string.
ezcTranslationException The general exception class as used by the Translator Classes.
ezcTranslationFilter ezcTranslationFilter defines the common interface for all translation filters.
ezcTranslationKeyNotAvailableException Thrown by the getTranslation() method when a requested key doesn't exist.
ezcTranslationLeetFilter Implements the Leet translation filter.
ezcTranslationManager ezcTranslationManager handles a specific translation file and provides functionality to apply filters and retrieve contexts and translations.
ezcTranslationMissingTranslationFileException Thrown when the translation file does not exist.
ezcTranslationNotConfiguredException Thrown when a required configuration setting was not made for a backend.
ezcTranslationParameterMissingException Thrown by the getTranslation() method when a paramater was missing to a parameterized translation string.
ezcTranslationReaderNotInitializedException Thrown when methods are called that require a ContextReader to be initialized.
ezcTranslationTsBackend Translation backend that reads Qt's Linguist TS files.
ezcTranslationTsBackendOptions Struct class to store the options of the ezcTranslationTsBackend class.
ezcTranslationWriterNotInitializedException Thrown when methods are called that require a ContextWriter to be initialized.
ezcTree ezcTree is an abstract class from which all the tree implementations inherit.
ezcTreeDataStore ezcTreeDataStore is an interface describing the methods that a tree data storage module should implement.
ezcTreeDataStoreMissingDataException Exception that is thrown when a node is added through the ArrayAccess interface with a key that is different from the node's ID.
ezcTreeDb ezcTreeDb contains common methods for the different database tree backends.
ezcTreeDbDataStore ezcTreeDbData