| 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 |
| 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. |