Path

ez components / documentation / api reference / 1.0 /


eZ Components 1.0


[ Tutorial ] [ Class tree ] [ Element index ] [ ChangeLog ] [ Credits ]

Index of All Elements

Package Indexes


[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ k ] [ l ] [ m ] [ n ] [ o ] [ p ] [ q ] [ r ] [ s ] [ t ] [ u ] [ v ] [ w ] [ x ] [ y ] [ z ] [ _ ]

a

$align : ezcConsoleTableRow
in file row.php, variable ezcConsoleTableRow::$align
    Alignment applied to cells marked with ezcConsoleTable::ALIGN_DEFAULT.
$align : ezcConsoleTableCell
in file cell.php, variable ezcConsoleTableCell::$align
    Alignment of the text inside the cell.
$arguments : ezcConsoleOption
in file option.php, variable ezcConsoleOption::$arguments
    Whether arguments to the program are allowed, when this parameter is submitted.
$autobreak : ezcConsoleOutputOptions
in file output_options.php, variable ezcConsoleOutputOptions::$autobreak
    Determins, whether text is automatically wrapped after a specific amount of characters in a line. If set to 0 (default), lines will not be wrapped automatically.
$autoloadArray : ezcBase
in file base.php, variable ezcBase::$autoloadArray
$availableHandlers : ezcImageAnalyzer
in file analyzer.php, variable ezcImageAnalyzer::$availableHandlers
abort : ezcPhpGenerator
in file php_generator.php, method ezcPhpGenerator::abort()
    Aborts the PHP generating. Cleans up the file handler and the temporary file.
add : ezcQueryExpression
in file expression.php, method ezcQueryExpression::add()
    Returns the SQL to add values or expressions together.
add : ezcConsoleStatusbar
in file statusbar.php, method ezcConsoleStatusbar::add()
    Add a status to the status bar.
addAttachment : ezcMailComposer
in file composer.php, method ezcMailComposer::addAttachment()
    Adds the file $fileName to the list of attachments.
addBcc : ezcMail
in file mail.php, method ezcMail::addBcc()
    Adds the ezcMailAddress $address to the list of 'bcc' recipients.
addCc : ezcMail
in file mail.php, method ezcMail::addCc()
    Adds the ezcMailAddress $address to the list of 'cc' recipients.
addDependency : ezcConsoleOption
in file option.php, method ezcConsoleOption::addDependency()
addExclusion : ezcConsoleOption
in file option.php, method ezcConsoleOption::addExclusion()
addFilter : ezcImageTransformation
in file transformation.php, method ezcImageTransformation::addFilter()
    Add a filter to the conversion.
addFilter : ezcTranslationManager
in file translation_manager.php, method ezcTranslationManager::addFilter()
    Adds a filter to the filter list.
addGroup : ezcConfiguration
in file configuration.php, method ezcConfiguration::addGroup()
    Adds a the group $group with the comment $comment the settings.
addImplementation : ezcDbFactory
in file factory.php, method ezcDbFactory::addImplementation()
    Adds a database implementation to the list of known implementations.
addRelatedPart : ezcMailMultipartRelated
in file multipart_related.php, method ezcMailMultipartRelated::addRelatedPart()
    Adds $part to the list of parts and returns the Content-ID of the part.
addTo : ezcMail
in file mail.php, method ezcMail::addTo()
    Adds the ezcMailAddress $address to the list of 'to' recipients.
advance : ezcConsoleProgressbar
in file progressbar.php, method ezcConsoleProgressbar::advance()
    Advance the progress bar.
algorithmCanWrite : ezcArchiveGnuTar
in file gnu_tar.php, method ezcArchiveGnuTar::algorithmCanWrite()
algorithmCanWrite : ezcArchiveUstarTar
in file ustar_tar.php, method ezcArchiveUstarTar::algorithmCanWrite()
algorithmCanWrite : ezcArchiveV7Tar
in file v7_tar.php, method ezcArchiveV7Tar::algorithmCanWrite()
algorithmCanWrite : ezcArchive
in file archive.php, method ezcArchive::algorithmCanWrite()
    Returns true if writing to the archive is implemented, otherwise false.
algorithmCanWrite : ezcArchivePaxTar
in file pax_tar.php, method ezcArchivePaxTar::algorithmCanWrite()
algorithmCanWrite : ezcArchiveZip
in file zip.php, method ezcArchiveZip::algorithmCanWrite()
alias : ezcQuerySelectOracle
in file query_select_oracle.php, method ezcQuerySelectOracle::alias()
    Returns SQL to create an alias.
alias : ezcQuerySelect
in file query_select.php, method ezcQuerySelect::alias()
    Returns SQL to create an alias
allowsInput : ezcImageHandler
in file handler.php, method ezcImageHandler::allowsInput()
    Check wether a specific MIME type is allowed as input for this handler.
allowsInput : ezcImageConverter
in file converter.php, method ezcImageConverter::allowsInput()
    Returns if a handler is found, supporting the given MIME type for output.
allowsOutput : ezcImageConverter
in file converter.php, method ezcImageConverter::allowsOutput()
    Returns if a handler is found, supporting the given MIME type for output.
allowsOutput : ezcImageHandler
in file handler.php, method ezcImageHandler::allowsOutput()
    Checks wether a specific MIME type is allowed as output for this handler.
analyzeExif : ezcImageAnalyzerImagemagickHandler
in file imagemagick.php, method ezcImageAnalyzerImagemagickHandler::analyzeExif()
    Analyze Exif data contained in JPEG and TIFF images.
analyzeImage : ezcImageAnalyzerPhpHandler
in file php.php, method ezcImageAnalyzerPhpHandler::analyzeImage()
    Analyze the image for detailed information.
analyzeImage : ezcImageAnalyzerHandler
in file handler.php, method ezcImageAnalyzerHandler::analyzeImage()
    Analyze the image for detailed information.
analyzeImage : ezcImageAnalyzerImagemagickHandler
in file imagemagick.php, method ezcImageAnalyzerImagemagickHandler::analyzeImage()
    Analyze the image for detailed information.
analyzeImage : ezcImageAnalyzer
in file analyzer.php, method ezcImageAnalyzer::analyzeImage()
    Analyze the image file.
analyzeType : ezcImageAnalyzer
in file analyzer.php, method ezcImageAnalyzer::analyzeType()
    Analyze the image file's MIME type.
analyzeType : ezcImageAnalyzerImagemagickHandler
in file imagemagick.php, method ezcImageAnalyzerImagemagickHandler::analyzeType()
    Analyzes the image type.
analyzeType : ezcImageAnalyzerPhpHandler
in file php.php, method ezcImageAnalyzerPhpHandler::analyzeType()
    Analyzes the image type.
analyzeType : ezcImageAnalyzerHandler
in file handler.php, method ezcImageAnalyzerHandler::analyzeType()
    Analyzes the image type.
append : ezcArchive
in file archive.php, method ezcArchive::append()
    Append a file or directory to the end of the archive. Multiple files or directory can be added to the archive when an array is used as input parameter.
appendComment : ezcPhpGenerator
in file php_generator.php, method ezcPhpGenerator::appendComment()
    Inserts a comment into the generated code.
appendCustomCode : ezcPhpGenerator
in file php_generator.php, method ezcPhpGenerator::appendCustomCode()
    Inserts custom code into the generated code.
appendDefine : ezcPhpGenerator
in file php_generator.php, method ezcPhpGenerator::appendDefine()
    Defines the variable $name with the value $value in the generated code.
appendDo : ezcPhpGenerator
in file php_generator.php, method ezcPhpGenerator::appendDo()
    Inserts a do statement in the generated code.
appendElse : ezcPhpGenerator
in file php_generator.php, method ezcPhpGenerator::appendElse()
    Inserts an else or an else if statement into the generated code.
appendEmptyLines : ezcPhpGenerator
in file php_generator.php, method ezcPhpGenerator::appendEmptyLines()
    Inserts $lines number of empty lines in the generated code.
appendEndDo : ezcPhpGenerator
in file php_generator.php, method ezcPhpGenerator::appendEndDo()
    Ends a do statement in the generated code.
appendEndForeach : ezcPhpGenerator
in file php_generator.php, method ezcPhpGenerator::appendEndForeach()
    Ends a foreach statement in the generated code.
appendEndIf : ezcPhpGenerator
in file php_generator.php, method ezcPhpGenerator::appendEndIf()
    Ends an if statement in the generated code.
appendEndWhile : ezcPhpGenerator
in file php_generator.php, method ezcPhpGenerator::appendEndWhile()
    Ends a while statement in the generated code.
appendExcludeHeaders : ezcMailPart
in file part.php, method ezcMailPart::appendExcludeHeaders()
    The array $headers will be excluded when the headers are generated.
appendForeach : ezcPhpGenerator
in file php_generator.php, method ezcPhpGenerator::appendForeach()
    Inserts a foreach statement into the generated code.
appendFunctionCall : ezcPhpGenerator
in file php_generator.php, method ezcPhpGenerator::appendFunctionCall()
    Inserts a function call in the generated code.
appendHeaderAndFileToCurrent : ezcArchiveV7Tar
in file v7_tar.php, method ezcArchiveV7Tar::appendHeaderAndFileToCurrent()
    Appends the given ezcArchiveBlockFile $file and ezcArchiveEntry $entry to the archive file.
appendIf : ezcPhpGenerator
in file php_generator.php, method ezcPhpGenerator::appendIf()
    Inserts an if statement into the generated code.
appendItem : ezcConfigurationValidationResult
in file validation_result.php, method ezcConfigurationValidationResult::appendItem()
    Appends the validation item to the result list.
appendMethodCall : ezcPhpGenerator
in file php_generator.php, method ezcPhpGenerator::appendMethodCall()
    Inserts a method call on an object in the generated code.
appendMethodOrFunctionCall : ezcPhpGenerator
in file php_generator.php, method ezcPhpGenerator::appendMethodOrFunctionCall()
    Inserts a method or function call in the generated code.
appendNullBlocks : ezcArchiveV7Tar
in file v7_tar.php, method ezcArchiveV7Tar::appendNullBlocks()
    Appends zero or more null blocks to the end of the archive, so that it matches the $blockFactor.
appendPart : ezcMailMultipartMixed
in file multipart_mixed.php, method ezcMailMultipartMixed::appendPart()
    Appends a part to the list of parts.
appendPart : ezcMailMultipartAlternative
in file multipart_alternative.php, method ezcMailMultipartAlternative::appendPart()
    Appends a part to the list of parts.
appendToCurrent : ezcArchiveZip
in file zip.php, method ezcArchiveZip::appendToCurrent()
appendToCurrent : ezcArchive
in file archive.php, method ezcArchive::appendToCurrent()
    Appends a file to the archive after the current entry.
appendToCurrent : ezcArchiveV7Tar
in file v7_tar.php, method ezcArchiveV7Tar::appendToCurrent()
appendUnset : ezcPhpGenerator
in file php_generator.php, method ezcPhpGenerator::appendUnset()
    Unsets the variable $name in the generated code.
appendUnsetList : ezcPhpGenerator
in file php_generator.php, method ezcPhpGenerator::appendUnsetList()
    Unsets the variable names in $list in the generated code.
appendValueAssignment : ezcPhpGenerator
in file php_generator.php, method ezcPhpGenerator::appendValueAssignment()
    Assigns $value to the variable $name in the generated code.
appendVariableAssignment : ezcPhpGenerator
in file php_generator.php, method ezcPhpGenerator::appendVariableAssignment()
    Assigns the variable named $variable to the variable $name in the generated code.
appendWhile : ezcPhpGenerator
in file php_generator.php, method ezcPhpGenerator::appendWhile()
    Inserts a while statement in the generated code.
applyFilter : ezcImageConverter
in file converter.php, method ezcImageConverter::applyFilter()
    Apply a single filter to an image.
applyFilter : ezcImageHandler
in file handler.php, method ezcImageHandler::applyFilter()
    Applies a filter to a given image.
archive.php
procedural page archive.php
archive_entry.php
procedural page archive_entry.php
archive_block_size.php
procedural page archive_block_size.php
archive_checksum.php
procedural page archive_checksum.php
archive_empty.php
procedural page archive_empty.php
archive_entry_prefix.php
procedural page archive_entry_prefix.php
archive_exception.php
procedural page archive_exception.php
archive_io.php
procedural page archive_io.php
archive_unknown_type.php
procedural page archive_unknown_type.php
archive_value.php
procedural page archive_value.php
arrayFlatten : ezcQuery
in file query.php, method ezcQuery::arrayFlatten()
    Returns all the elements in $array as one large single dimensional array.
autoload : ezcBase
in file base.php, method ezcBase::autoload()
    Tries to autoload the given className. If the className could be found this method returns true, otherwise false.
avg : ezcQueryExpression
in file expression.php, method ezcQueryExpression::avg()
    Returns the average value of a column
BASE64 : ezcMail
in file mail.php, class constant ezcMail::BASE64
    Base 64 encoding.
array.php
procedural page array.php
array_reader.php
procedural page array_reader.php
array_writer.php
procedural page array_writer.php
already_initialized.php
procedural page already_initialized.php
FAILED_AUDIT : ezcLog
in file log.php, class constant ezcLog::FAILED_AUDIT
    Failed audit severity constant.
FATAL : ezcLog
in file log.php, class constant ezcLog::FATAL
    Fatal severity constant.
analyzer.php
procedural page analyzer.php
analyzer_data.php
procedural page analyzer_data.php
PARSE : ezcConfigurationIniParser
in file ini_parser.php, class constant ezcConfigurationIniParser::PARSE
    A constant to mark this parser as a reader
already_persistent.php
procedural page already_persistent.php
TAR : ezcArchive
in file archive.php, class constant ezcArchive::TAR
    Normal tar archive.
TAR_GNU : ezcArchive
in file archive.php, class constant ezcArchive::TAR_GNU
    GNU tar archive.
TAR_PAX : ezcArchive
in file archive.php, class constant ezcArchive::TAR_PAX
    PAX tar archive.
TAR_USTAR : ezcArchive
in file archive.php, class constant ezcArchive::TAR_USTAR
    USTAR tar archive.
TAR_V7 : ezcArchive
in file archive.php, class constant ezcArchive::TAR_V7
    Tar version 7 archive.
VALID : ezcInputForm
in file input_form.php, class constant ezcInputForm::VALID
VALIDATE : ezcConfigurationIniParser
in file ini_parser.php, class constant ezcConfigurationIniParser::VALIDATE
    A constant to mark this parser as a validator
VALIDATE_STRICT : ezcConfigurationIniParser
in file ini_parser.php, class constant ezcConfigurationIniParser::VALIDATE_STRICT
    A constant to mark this parser as a strict validator
VALUE : ezcPhpGeneratorParameter
in file php_generator_parameter.php, class constant ezcPhpGeneratorParameter::VALUE
    Specifies that $variable contains data that should be inserted directly into the generated code using var_export.
VARIABLE : ezcPhpGeneratorParameter
in file php_generator_parameter.php, class constant ezcPhpGeneratorParameter::VARIABLE
    Specifies that $variable contains the name of a variable which exists in the generated code.
WARNING : ezcLog
in file log.php, class constant ezcLog::WARNING
    Warning severity constant.
WARNING : ezcConfigurationValidationItem
in file validation_item.php, class constant ezcConfigurationValidationItem::WARNING
    The validation is a warning which means the configuration can be read but the configuration has some issues which the user could fix. Will only used when strict validation is enabled.

b

$bgcolor : ezcConsoleOutput
in file output.php, variable ezcConsoleOutput::$bgcolor
    Stores the mapping of bgcolor names to their escape sequence values.
$binary : ezcImageAnalyzerImagemagickHandler
in file imagemagick.php, variable ezcImageAnalyzerImagemagickHandler::$binary
    The ImageMagick binary to utilize.
$blockFactor : ezcArchiveV7Tar
in file v7_tar.php, variable ezcArchiveV7Tar::$blockFactor
    Tar archives have always $blockFactor of blocks.
$borderFormat : ezcConsoleTableRow
in file row.php, variable ezcConsoleTableRow::$borderFormat
    Set the format applied to the borders of this row.
base.php
procedural page base.php
beginTransaction : ezcDbHandler
in file handler.php, method ezcDbHandler::beginTransaction()
    Begins a transaction.
between : ezcQueryExpression
in file expression.php, method ezcQueryExpression::between()
    Returns SQL that checks if an expression evaluates to a value between two values.
bindParam : ezcQuery
in file query.php, method ezcQuery::bindParam()
    Binds the parameter $param to the specified variable name $placeHolder..
bindValue : ezcQuery
in file query.php, method ezcQuery::bindValue()
    Binds the value $value to the specified variable name $placeHolder.
border : ezcImageEffectFilters
in file effect.php, method ezcImageEffectFilters::border()
    Border filter.
build : ezcMailComposer
in file composer.php, method ezcMailComposer::build()
    Builds the complete email message in RFC822 format.
buildSequence : ezcConsoleOutput
in file output.php, method ezcConsoleOutput::buildSequence()
    Returns the escape sequence for a specific format.
buildTranslationFileName : ezcTranslationTsBackend
in file ts_backend.php, method ezcTranslationTsBackend::buildTranslationFileName()
    Returns the filename for the translation file using the locale $locale.
basic_handler.php
procedural page basic_handler.php
OBSOLETE : ezcTranslationData
in file translation_data.php, class constant ezcTranslationData::OBSOLETE
    Used when a translated string is obsolete.
bork_filter.php
procedural page bork_filter.php
backend_interface.php
procedural page backend_interface.php

c

$category : ezcLogFilter
in file log_filter.php, variable ezcLogFilter::$category
    The category of the log message.
$cells : ezcConsoleTableRow
in file row.php, variable ezcConsoleTableRow::$cells
    The cells of the row.
$centralHeaderPositions : ezcArchiveZip
in file zip.php, variable ezcArchiveZip::$centralHeaderPositions
    Stores the byte number where the central directory header starts (fileNumber is the index of the array).
$centralHeaders : ezcArchiveZip
in file zip.php, variable ezcArchiveZip::$centralHeaders
    Stores the ezcArchiveCentralDirectoryHeader for each entry.
$charset : ezcMailAddress
in file mail_address.php, variable ezcMailAddress::$charset
    The character set used in the $name property.
$class : ezcPersistentGeneratorDefinition
in file generator_definition.php, variable ezcPersistentGeneratorDefinition::$class
    The name of the class implementing the generator.
$class : ezcPersistentObjectDefinition
in file persistent_object_definition.php, variable ezcPersistentObjectDefinition::$class
    Classname of the PersistentObject
$color : ezcConsoleOutput
in file output.php, variable ezcConsoleOutput::$color
    Stores the mapping of color names to their escape sequence values.
$colorCount : ezcImageAnalyzerData
in file analyzer_data.php, variable ezcImageAnalyzerData::$colorCount
    Number of colors in image.
$colPadding : ezcConsoleTableOptions
in file table_options.php, variable ezcConsoleTableOptions::$colPadding
    Padding characters for side padding between data and lines.
$column : ezcConfigurationValidationItem
in file validation_item.php, variable ezcConfigurationValidationItem::$column
    The column number the error or warning occured on. If this is false the location is unknown.
$columnName : ezcPersistentObjectIdProperty
in file persistent_object_id_property.php, variable ezcPersistentObjectIdProperty::$columnName
    The name of the database field that stores the value.
$columnName : ezcPersistentObjectProperty
in file persistent_object_property.php, variable ezcPersistentObjectProperty::$columnName
    The name of the database field that stores the value.
$columns : ezcPersistentObjectDefinition
in file persistent_object_definition.php, variable ezcPersistentObjectDefinition::$columns
    The fields of the Persistent Object as an array of ezcPersistentObjectProperty.
$colWidth : ezcConsoleTableOptions
in file table_options.php, variable ezcConsoleTableOptions::$colWidth
    Column width, either a fixed int value (number of chars) or 'auto'.
$colWrap : ezcConsoleTableOptions
in file table_options.php, variable ezcConsoleTableOptions::$colWrap
    Wrap style of text contained in strings.
$comment : ezcTranslationData
in file translation_data.php, variable ezcTranslationData::$comment
    Comment about the translation.
$comment : ezcImageAnalyzerData
in file analyzer_data.php, variable ezcImageAnalyzerData::$comment
    First inline comment for the image.
$commentList : ezcImageAnalyzerData
in file analyzer_data.php, variable ezcImageAnalyzerData::$commentList
    List of inline comments for the image.
$comments : ezcConfigurationIniItem
in file ini_item.php, variable ezcConfigurationIniItem::$comments
    Comments that belong to this setting.
$completed : ezcArchive
in file archive.php, variable ezcArchive::$completed
    Is true when the archive is read until the end, otherwise false.
$config : ezcConfigurationFileWriter
in file file_writer.php, variable ezcConfigurationFileWriter::$config
    Contains the configuration object to write with the save() method.
$config : ezcConfigurationFileReader
in file file_reader.php, variable ezcConfigurationFileReader::$config
    Contains the configuration object that was read from the file with load().
$content : ezcConsoleTableCell
in file cell.php, variable ezcConsoleTableCell::$content
    Text displayed in the cell.
$context : ezcLog
in file log.php, variable ezcLog::$context
    Stores the attributes from the eventTypes and eventSources.
$conversions : ezcImageConverterSettings
in file converter_settings.php, variable ezcImageConverterSettings::$conversions
    Map of automatic MIME type conversions. The converter will automatically perform the defined conversions when a transformation is applied through it and the specific MIME type is recognized.
$converter : ezcImageTransformation
in file transformation.php, variable ezcImageTransformation::$converter
    The ezcImageConverter
$copyright : ezcImageAnalyzerData
in file analyzer_data.php, variable ezcImageAnalyzerData::$copyright
    Copyright text for the image.
$corner : ezcConsoleTableOptions
in file table_options.php, variable ezcConsoleTableOptions::$corner
    Character to use for drawing line corners.
$counter : ezcConsoleStatusbar
in file statusbar.php, variable ezcConsoleStatusbar::$counter
    Counter for success and failure outputs.
$currentStep : ezcConsoleProgressbar
in file progressbar.php, variable ezcConsoleProgressbar::$currentStep
    The current step the progress bar should show.
calcLifetime : ezcCacheStorageFile
in file file.php, method ezcCacheStorageFile::calcLifetime()
    Calculates the lifetime remaining for a cache object.
calculateMeasures : ezcConsoleProgressbar
in file progressbar.php, method ezcConsoleProgressbar::calculateMeasures()
    Calculate several measures necessary to generate a bar.
canAnalyze : ezcImageAnalyzerImagemagickHandler
in file imagemagick.php, method ezcImageAnalyzerImagemagickHandler::canAnalyze()
    Returns if the handler can analyze a given MIME type.
canAnalyze : ezcImageAnalyzerPhpHandler
in file php.php, method ezcImageAnalyzerPhpHandler::canAnalyze()
    Returns if the handler can analyze a given MIME type.
canAnalyze : ezcImageAnalyzerHandler
in file handler.php, method ezcImageAnalyzerHandler::canAnalyze()
    Returns if the handler can analyze a given MIME type.
checkDependency : ezcBase
in file base.php, method ezcBase::checkDependency()
checkHandlers : ezcImageAnalyzer
in file analyzer.php, method ezcImageAnalyzer::checkHandlers()
    Check all known handlers for availability.
checkImagemagick : ezcImageAnalyzerImagemagickHandler
in file imagemagick.php, method ezcImageAnalyzerImagemagickHandler::checkImagemagick()
chooseDefault : ezcDbInstance
in file instance.php, method ezcDbInstance::chooseDefault()
    Sets the database $identifier as default database instance.
cleanExit : ezcExecution
in file execution.php, method ezcExecution::cleanExit()
    Marks the current application as cleanly-exited.
close : ezcImageHandler
in file handler.php, method ezcImageHandler::close()
    Close the file referenced by $image.
closeFile : ezcConfigurationFileWriter
in file file_writer.php, method ezcConfigurationFileWriter::closeFile()
    Closes a file pointed to by $fp and sets file permissions.
cmdRcpt : ezcMailTransportSmtp
in file transport_smtp.php, method ezcMailTransportSmtp::cmdRcpt()
    Sends the 'RCTP TO' to the server with the address $email.
colorspace : ezcImageColorspaceFilters
in file colorspace.php, method ezcImageColorspaceFilters::colorspace()
    Colorspace filter.
commit : ezcDbHandler
in file handler.php, method ezcDbHandler::commit()
    Commits a transaction.
composeEmailAddress : ezcMailTools
in file tools.php, method ezcMailTools::composeEmailAddress()
    Returns ezcMailAddress $item as a RFC822 compliant address string.
composeEmailAddresses : ezcMailTools
in file tools.php, method ezcMailTools::composeEmailAddresses()
    Returns the array $items consisting of ezcMailAddress objects as one RFC822 compliant address string.
concat : ezcQueryExpression
in file expression.php, method ezcQueryExpression::concat()
    Returns a series of strings concatinated
concat : ezcQueryExpressionOracle
in file expression_oracle.php, method ezcQueryExpressionOracle::concat()
    Returns a series of strings concatinated
concat : ezcQueryExpressionPgsql
in file expression_pgsql.php, method ezcQueryExpressionPgsql::concat()
    Returns a series of strings concatinated
concatImpl : ezcQuerySqliteFunctions
in file query_sqlite_function_implementations.php, method ezcQuerySqliteFunctions::concatImpl()
    Returns a concattenation of the data that SQLite's concat() function receives.
configExists : ezcConfigurationReader
in file reader.php, method ezcConfigurationReader::configExists()
    Checks if the configuration exists.
configExists : ezcConfigurationFileReader
in file file_reader.php, method ezcConfigurationFileReader::configExists()
    Returns true if the configuration exists.
configuration.php
procedural page configuration.php
configuration_manager.php
procedural page configuration_manager.php
cell.php
procedural page cell.php
convert : ezcImageHandler
in file handler.php, method ezcImageHandler::convert()
    Converts an image to another MIME type.
count : ezcConsoleTable
in file table.php, method ezcConsoleTable::count()
    Returns the number of cells in the row.
count : ezcConsoleTableRow
in file row.php, method ezcConsoleTableRow::count()
    Returns the number of cells in the row.
count : ezcQueryExpression
in file expression.php, method ezcQueryExpression::count()
    Returns the number of rows (without a NULL value) of a column
countDataItems : ezcCacheStorageFile
in file file.php, method ezcCacheStorageFile::countDataItems()
    Return the number of items in the cache matching a certain criteria.
countDataItems : ezcCacheStorage
in file storage.php, method ezcCacheStorage::countDataItems()
    Return the number of items in the cache matching a certain criteria.
create : ezcDbFactory
in file factory.php, method ezcDbFactory::create()
    Creates and returns an instance of the specified ezcDbHandler implementation.
createCache : ezcCacheManager
in file manager.php, method ezcCacheManager::createCache()
    Creates a new cache in the manager.
createDefaultDirectory : ezcArchive
in file archive.php, method ezcArchive::createDefaultDirectory()
    Creates all the directories needed to create the file $file.
createDeleteQuery : ezcPersistentSession
in file persistent_session.php, method ezcPersistentSession::createDeleteQuery()
createDeleteQuery : ezcDbHandler
in file handler.php, method ezcDbHandler::createDeleteQuery()
    Returns a new ezcQueryDelete derived object for the correct database type.
createExpression : ezcDbHandlerPgsql
in file pgsql.php, method ezcDbHandlerPgsql::createExpression()
    Returns a new ezcQueryExpression derived object with PostgreSQL implementation specifics.
createExpression : ezcDbHandlerSqlite
in file sqlite.php, method ezcDbHandlerSqlite::createExpression()
    Returns a new ezcQueryExpression derived object with SQLite implementation specifics.
createExpression : ezcDbHandler
in file handler.php, method ezcDbHandler::createExpression()
    Returns a new ezcQueryExpression derived object for the correct database type.
createExpression : ezcDbHandlerOracle
in file oracle.php, method ezcDbHandlerOracle::createExpression()
    Returns a new ezcQueryExpression derived object with Oracle implementation specifics.
createFindQuery : ezcPersistentSession
in file persistent_session.php, method ezcPersistentSession::createFindQuery()
    Returns a select query for the given persistent object $class.
createInsertQuery : ezcDbHandler
in file handler.php, method ezcDbHandler::createInsertQuery()
    Returns a new ezcQueryInsert derived object for the correct database type.
createInstance : ezcArchive
in file archive.php, method ezcArchive::createInstance()
    Returns an instance of the archive with the given type.
createOptionSynopsis : ezcConsoleInput
in file input.php, method ezcConsoleInput::createOptionSynopsis()
    Returns the synopsis string for a single option and it's dependencies.
createSelectQuery : ezcDbHandler
in file handler.php, method ezcDbHandler::createSelectQuery()
    Returns a new ezcQuerySelect derived object for the correct database type.
createSelectQuery : ezcDbHandlerOracle
in file oracle.php, method ezcDbHandlerOracle::createSelectQuery()
    Returns a new ezcQuerySelect derived object with Oracle implementation specifics.
createSelectQuery : ezcDbHandlerSqlite
in file sqlite.php, method ezcDbHandlerSqlite::createSelectQuery()
    Returns a new ezcQuerySelect derived object with SQLite implementation specifics.
createTarHeader : ezcArchivePaxTar
in file pax_tar.php, method ezcArchivePaxTar::createTarHeader()
createTarHeader : ezcArchiveV7Tar
in file v7_tar.php, method ezcArchiveV7Tar::createTarHeader()
    Creates the a new tar header for this class.
createTarHeader : ezcArchiveGnuTar
in file gnu_tar.php, method ezcArchiveGnuTar::createTarHeader()
createTarHeader : ezcArchiveUstarTar
in file ustar_tar.php, method ezcArchiveUstarTar::createTarHeader()
createTransformation : ezcImageConverter
in file converter.php, method ezcImageConverter::createTransformation()
    Create a transformation in the manager.
createUpdateQuery : ezcDbHandler
in file handler.php, method ezcDbHandler::createUpdateQuery()
    Returns a new ezcQueryUpdate derived object for the correct database type.
createUpdateQuery : ezcPersistentSession
in file persistent_session.php, method ezcPersistentSession::createUpdateQuery()
createUtilities : ezcDbHandlerSqlite
in file sqlite.php, method ezcDbHandlerSqlite::createUtilities()
    Returns a new ezcUtilities derived object with SQLite implementation specifics.
createUtilities : ezcDbHandler
in file handler.php, method ezcDbHandler::createUtilities()
    Returns a new ezcUtilities derived object for the correct database type.
createUtilities : ezcDbHandlerOracle
in file oracle.php, method ezcDbHandlerOracle::createUtilities()
    Returns a new ezcUtilities derived object with Oracle implementation specifics.
createUtilities : ezcDbHandlerMysql
in file mysql.php, method ezcDbHandlerMysql::createUtilities()
    Returns a new ezcUtilities derived object for this database instance.
createUtilities : ezcDbHandlerPgsql
in file pgsql.php, method ezcDbHandlerPgsql::createUtilities()
    Returns a new ezcUtilities derived object with PostgreSQL implementation specifics.
crop : ezcImageGeometryFilters
in file geometry.php, method ezcImageGeometryFilters::crop()
    Crop filter.
current : ezcPersistentFindIterator
in file find_iterator.php, method ezcPersistentFindIterator::current()
    Returns the current object of this iterator.
current : ezcConsoleTableRow
in file row.php, method ezcConsoleTableRow::current()
    Returns the currently selected cell.
current : ezcConsoleTable
in file table.php, method ezcConsoleTable::current()
    Returns the currently selected cell.
current : ezcArchive
in file archive.php, method ezcArchive::current()
    Returns the current ezcArchiveEntry if it is valid, otherwise false is returned.
current : ezcConfigurationIniParser
in file ini_parser.php, method ezcConfigurationIniParser::current()
    Returns the last parsed item
current : ezcTranslationTsBackend
in file ts_backend.php, method ezcTranslationTsBackend::current()
    Returns the current context's data.
currentContext : ezcTranslationTsBackend
in file ts_backend.php, method ezcTranslationTsBackend::currentContext()
    Returns the current context
converter.php
procedural page converter.php
colorspace.php
procedural page colorspace.php
converter_settings.php
procedural page converter_settings.php
composer.php
procedural page composer.php
code_manager.php
procedural page code_manager.php
SCALE_BOTH : ezcImageGeometryFilters
in file geometry.php, class constant ezcImageGeometryFilters::SCALE_BOTH
    Scale up and down, as fits
SCALE_DOWN : ezcImageGeometryFilters
in file geometry.php, class constant ezcImageGeometryFilters::SCALE_DOWN
    Scale down only
SCALE_UP : ezcImageGeometryFilters
in file geometry.php, class constant ezcImageGeometryFilters::SCALE_UP
    Scale up only
context_not_available.php
procedural page context_not_available.php
complement_filter.php
procedural page complement_filter.php
context_read_interface.php
procedural page context_read_interface.php
context_write_interface.php
procedural page context_write_interface.php
cache_backend.php
procedural page cache_backend.php

d

$data : ezcImageAnalyzer
in file analyzer.php, variable ezcImageAnalyzer::$data
    Extended data about the image.
$date : ezcImageAnalyzerData
in file analyzer_data.php, variable ezcImageAnalyzerData::$date
    The date when the picture was taken as UNIX timestamp.
$db : ezcQuery
in file query.php, variable ezcQuery::$db
    A pointer to the database handler to use for this query.
$default : ezcConsoleOption
in file option.php, variable ezcConsoleOption::$default
    Default value if the parameter is submitted without value.
$defaultAlign : ezcConsoleTableOptions
in file table_options.php, variable ezcConsoleTableOptions::$defaultAlign
    Standard column alignment, applied to cells that have to explicit alignment assigned.
$defaultBorderFormat : ezcConsoleTableOptions
in file table_options.php, variable ezcConsoleTableOptions::$defaultBorderFormat
    Standard border format, applied to rows that have 'default' as the border format.
$defaultFormat : ezcConsoleTableOptions
in file table_options.php, variable ezcConsoleTableOptions::$defaultFormat
    Standard column content format, applied to cells that have 'default' as the content format.
$dependencies : ezcConsoleOption
in file option.php, variable ezcConsoleOption::$dependencies
    Dependency rules of this parameter.
$description : ezcConfigurationValidationItem
in file validation_item.php, variable ezcConfigurationValidationItem::$description
    The description of the error or warning which can be shown to the end user. It should not contain the line or column number, instead set the properties.
$details : ezcConfigurationValidationItem
in file validation_item.php, variable ezcConfigurationValidationItem::$details
    Technical description of the error or warning which can be shown to the developer. It should not contain the line or column number, instead set the properties.
$dimensions : ezcConfigurationIniItem
in file ini_item.php, variable ezcConfigurationIniItem::$dimensions
    The dimensions of the setting.
debug.php
procedural page debug.php
debugHandler : ezcDebug
in file debug.php, method ezcDebug::debugHandler()
    Dispatches the message and error type to the correct debug or log function.
deinitReader : ezcTranslationTsBackend
in file ts_backend.php, method ezcTranslationTsBackend::deinitReader()
    Deinitializes the reader
deinitReader : ezcTranslationContextRead
in file context_read_interface.php, method ezcTranslationContextRead::deinitReader()
    Deinitializes the reader.
deinitWriter : ezcTranslationCacheBackend
in file cache_backend.php, method ezcTranslationCacheBackend::deinitWriter()
    Deinitializes the writer.
deinitWriter : ezcTranslationContextWrite
in file context_write_interface.php, method ezcTranslationContextWrite::deinitWriter()
    Deinitializes the writer
delete : ezcCacheStorage
in file storage.php, method ezcCacheStorage::delete()
    Delete data from the cache.
delete : ezcPersistentSession
in file persistent_session.php, method ezcPersistentSession::delete()
    Deletes the persistent object $pObject.
delete : ezcCacheStorageFile
in file file.php, method ezcCacheStorageFile::delete()
    Delete data from the cache.
deleteFrom : ezcQueryDelete
in file query_delete.php, method ezcQueryDelete::deleteFrom()
    Opens the query and sets the target table to $table.
deleteFromQuery : ezcPersistentSession
in file persistent_session.php, method ezcPersistentSession::deleteFromQuery()
disconnect : ezcMailTransportSmtp
in file transport_smtp.php, method ezcMailTransportSmtp::disconnect()
    Sends the QUIT command to the server and breaks the connection.
div : ezcQueryExpression
in file expression.php, method ezcQueryExpression::div()
    Returns the SQL to divide values or expressions by eachother.
doBind : ezcQuery
in file query.php, method ezcQuery::doBind()
    Performs binding of variables bound with bindValue and bindParam on the statement $stmt.
ID_REGEXP : ezcConfigurationIniParser
in file ini_parser.php, class constant ezcConfigurationIniParser::ID_REGEXP
    A regexp that matches the rules that are defined for an ID
definition_not_found.php
procedural page definition_not_found.php
definition_manager.php
procedural page definition_manager.php
definition_element.php
procedural page definition_element.php

e

$email : ezcMailAddress
in file mail_address.php, variable ezcMailAddress::$email
    The email address of the recipient.
$endRecord : ezcArchiveZip
in file zip.php, variable ezcArchiveZip::$endRecord
    Stores the ezcArchiveCentralDirectoryEndHeader.
$entries : ezcArchive
in file archive.php, variable ezcArchive::$entries
    Stores the entries read from the archive.
$entriesRead : ezcArchive
in file archive.php, variable ezcArchive::$entriesRead
    The number of entries currently read from the archive.
$exception : ezcLogWriterException
in file writer_exception.php, variable ezcLogWriterException::$exception
$exclusions : ezcConsoleOption
in file option.php, variable ezcConsoleOption::$exclusions
    Exclusion rules of this parameter.
$exif : ezcImageAnalyzerData
in file analyzer_data.php, variable ezcImageAnalyzerData::$exif
    EXIF information retrieved from image.
$expr : ezcQuery
in file query.php, variable ezcQuery::$expr
    The expression object for this class.
exception.php
procedural page exception.php
exception.php
procedural page exception.php
eval_array.php
procedural page eval_array.php
exception.php
procedural page exception.php
exception.php
procedural page exception.php
exception.php
procedural page exception.php
expression.php
procedural page expression.php
expression_oracle.php
procedural page expression_oracle.php
expression_pgsql.php
procedural page expression_pgsql.php
expression_sqlite.php
procedural page expression_sqlite.php
DEBUG : ezcLog
in file log.php, class constant ezcLog::DEBUG
    Debug severity constant.
DEF_ELEMENT_NO_DEFINITION_ELEMENT : ezcInputForm
in file input_form.php, class constant ezcInputForm::DEF_ELEMENT_NO_DEFINITION_ELEMENT
DEF_EMPTY : ezcInputForm
in file input_form.php, class constant ezcInputForm::DEF_EMPTY
DEF_FIELD_NAME_BROKEN : ezcInputForm
in file input_form.php, class constant ezcInputForm::DEF_FIELD_NAME_BROKEN
DEF_NOT_REQUIRED_OR_OPTIONAL : ezcInputForm
in file input_form.php, class constant ezcInputForm::DEF_NOT_REQUIRED_OR_OPTIONAL
DEF_NO_ARRAY : ezcInputForm
in file input_form.php, class constant ezcInputForm::DEF_NO_ARRAY
DEF_UNSUPPORTED_FILTER : ezcInputForm
in file input_form.php, class constant ezcInputForm::DEF_UNSUPPORTED_FILTER
DEF_WRONG_FLAGS_TYPE : ezcInputForm
in file input_form.php, class constant ezcInputForm::DEF_WRONG_FLAGS_TYPE
DEP_PHP_EXTENSION : ezcBase
in file base.php, class constant ezcBase::DEP_PHP_EXTENSION
    Used for dependency checking, to check for a PHP extension.
DEP_PHP_VERSION : ezcBase
in file base.php, class constant ezcBase::DEP_PHP_VERSION
    Used for dependency checking, to check for a PHP version.
DESC : ezcQuerySelect
in file query_select.php, class constant ezcQuerySelect::DESC
    Sort the result descendingly.
eq : ezcQueryExpression
in file expression.php, method ezcQueryExpression::eq()
    Returns the SQL to check if two values are equal.
exceptionCallbackHandler : ezcExecution
in file execution.php, method ezcExecution::exceptionCallbackHandler()
    Handler for uncaught exceptions.
exception.php
procedural page exception.php
execution.php
procedural page execution.php
execution_handler.php
procedural page execution_handler.php
exists : ezcConfigurationManager
in file configuration_manager.php, method ezcConfigurationManager::exists()
    Returns true if the configuration named $name exists.
extract : ezcArchive
in file archive.php, method ezcArchive::extract()
    Extract entries from the archive to the target directory.
extractCurrent : ezcArchive
in file archive.php, method ezcArchive::extractCurrent()
    Extract the current entry to which the iterator points.
ezcArchive
in file archive.php, class ezcArchive
    The ezcArchive class provides the common interface for reading and writing the archive formats Tar and Zip.
ezcArchiveBlockSizeException
in file archive_block_size.php, class ezcArchiveBlockSizeException
    Exception will be thrown when the prefix given to the file that should be appended, is incorrect.
ezcArchiveChecksumException
in file archive_checksum.php, class ezcArchiveChecksumException
    Exception will be thrown when the checksum of the file is invalid.
ezcArchiveEmptyException
in file archive_empty.php, class ezcArchiveEmptyException
    Archive is empty.
ezcArchiveEntry
in file archive_entry.php, class ezcArchiveEntry
    The ezcArchiveEntry class provides system-independent file information.
ezcArchiveEntryPrefixException
in file archive_entry_prefix.php, class ezcArchiveEntryPrefixException
ezcArchiveException
in file archive_exception.php, class ezcArchiveException
    General exception class for the Archive package.
ezcArchiveFileException
in file file_exception.php, class ezcArchiveFileException
    This class provides an exception for errors occuring while accessing file based archives.
ezcArchiveGnuTar
in file gnu_tar.php, class ezcArchiveGnuTar
    The ezcArchiveGnuTar class implements the GNU Tar archive format.
ezcArchiveIoException
in file archive_io.php, class ezcArchiveIoException
    Exception will be thrown when the prefix given to the file that should be appended, is incorrect.
ezcArchivePaxTar
in file pax_tar.php, class ezcArchivePaxTar
    The ezcArchivePaxTar class implements the Tar pax or posix archive format.
ezcArchiveUnknownTypeException
in file archive_unknown_type.php, class ezcArchiveUnknownTypeException
    Exception will be thrown when the prefix given to the file that should be appended, is incorrect.
ezcArchiveUstarTar
in file ustar_tar.php, class ezcArchiveUstarTar
    The ezcArchiveUstarTar class implements the Tar ustar archive format.
ezcArchiveV7Tar
in file v7_tar.php, class ezcArchiveV7Tar
    The ezcArchiveV7Tar class implements the Tar v7 archive format.
ezcArchiveValueException
in file archive_value.php, class ezcArchiveValueException
    Archive value is wrong.
ezcArchiveZip
in file zip.php, class ezcArchiveZip
    The ezcArchiveZip class implements the Zip archive format.
ezcBase
in file base.php, class ezcBase
    Base class implements the methods needed to use the ezComponents.
ezcBaseException
in file exception.php, class ezcBaseException
    ezcBaseException is a container from which all other exceptions in the components library descent.
ezcBaseFileException
in file file_exception.php, class ezcBaseFileException
    ezcBaseFileException is the exception from which all file related exceptions inherit.
ezcBaseFileIoException
in file file_io.php, class ezcBaseFileIoException
    ezcBaseFileIoException is thrown when a problem occurs while writing and reading to/from an open file.
ezcBaseFileNotFoundException
in file file_not_found.php, class ezcBaseFileNotFoundException
    ezcBaseFileNotFoundException is thrown when a file or directory was tried to be opened, but did not exist.
ezcBaseFilePermissionException
in file file_permission.php, class ezcBaseFilePermissionException
    ezcBaseFilePermissionException is thrown whenever a permission problem with a file, directory or stream occurred.
ezcBasePropertyNotFoundException
in file property_not_found.php, class ezcBasePropertyNotFoundException
    ezcBasePropertyNotFoundException is thrown whenever a non existent property is accessed in the Components library.
ezcBasePropertyPermissionException
in file property_permission.php, class ezcBasePropertyPermissionException
    ezcBasePropertyPermissionException is thrown whenever a read-only property is tried to be changed, or when a write-only property was accessed for reading.
ezcBaseSettingNotFoundException
in file setting_not_found.php, class 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
in file setting_value.php, class ezcBaseSettingValueException
    ezcBaseSettingValueExeception is thrown whenever a value to a class' configuration option is either of the wrong type, or has a wrong value.
ezcBaseValueException
in file value.php, class ezcBaseValueException
    ezcBaseValueException is thrown whenever the type or value of the given variable is not as expected.
ezcCacheException
in file exception.php, class ezcCacheException
    General exception container for the Cache component.
ezcCacheInvalidDataException
in file invalid_data.php, class ezcCacheInvalidDataException
    Thrown if the data to be stored in a cache can not be handled by the storage.
ezcCacheInvalidIdException
in file invalid_id.php, class ezcCacheInvalidIdException
    Exception that is thrown if the given cache ID does not exist.
ezcCacheInvalidStorageClassException
in file invalid_storage_class.php, class ezcCacheInvalidStorageClassException
    Exception that is thrown when an invalid storage class is used.
ezcCacheManager
in file manager.php, class 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.
ezcCacheStorage
in file storage.php, class 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.
ezcCacheStorageFile
in file file.php, class 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.
ezcCacheStorageFileArray
in file array.php, class ezcCacheStorageFileArray
    This class implements a simple storage to cache array and scalar values on the filesystem. It takes it's base methods from the extended storage base class ezcCacheStorageFile.
ezcCacheStorageFileEvalArray
in file eval_array.php, class ezcCacheStorageFileEvalArray
    This class implements a simple storage to cache array and scalar values on the filesystem. It takes it's base methods from the extended storage base class ezcCacheStorageFile.
ezcCacheStorageFilePlain
in file plain.php, 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.
ezcCacheUsedLocationException
in file used_location.php, class ezcCacheUsedLocationException
    Exception that is thrown when a given location is already in use.
ezcConfiguration
in file configuration.php, class ezcConfiguration
    This class provides persistent platform-indenpendent and format independent application settings.
ezcConfigurationArrayReader
in file array_reader.php, class ezcConfigurationArrayReader
    This class provides functionality for reading files containing specific PHP arrays into ezcConfiguration objects.
ezcConfigurationArrayWriter
in file array_writer.php, class ezcConfigurationArrayWriter
    This class provides functionality for writing ezcConfiguration object into files containing PHP arrays.
ezcConfigurationException
in file exception.php, class ezcConfigurationException
    This class provides an exception container for use with the Configuration component.
ezcConfigurationFileReader
in file file_reader.php, class ezcConfigurationFileReader
    ezcConfigurationFileReader class provides the functionality for reading file based configuration formats.
ezcConfigurationFileWriter
in file file_writer.php, class ezcConfigurationFileWriter
    ezcConfigurationFileWriter class provides the functionality for writing file based configuration formats.
ezcConfigurationGroupExistsAlreadyException
in file group_exists_already.php, class ezcConfigurationGroupExistsAlreadyException
    Exception that is thrown if a group is tried to be added, while it already exists.
ezcConfigurationIniItem
in file ini_item.php, class ezcConfigurationIniItem
    A container to store one INI settings item
ezcConfigurationIniParser
in file ini_parser.php, class ezcConfigurationIniParser
    This class provides functionality for parsing INI files
ezcConfigurationIniReader
in file ini_reader.php, class ezcConfigurationIniReader
    ezcConfigurationIniReader provides functionality for reading INI files into ezcConfiguration objects.
ezcConfigurationIniWriter
in file ini_writer.php, class ezcConfigurationIniWriter
    This class provides functionality for writing ezcConfiguration objects into INI files.
ezcConfigurationInvalidReaderClassException
in file invalid_reader_class.php, class ezcConfigurationInvalidReaderClassException
    Exception that is thrown if an invalid class is passed as INI reader to the manager.
ezcConfigurationInvalidSuffixException
in file invalid_suffix.php, class 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
in file configuration_manager.php, class ezcConfigurationManager
    ezcConfigurationManager provides easy access to application settings.
ezcConfigurationNoConfigException
in file no_config.php, class ezcConfigurationNoConfigException
    Exception that is thrown if no configuration object is present to work on.
ezcConfigurationNoConfigObjectException
in file no_config_object.php, class ezcConfigurationNoConfigObjectException
    Exception that is thrown if no configuration object has been set to operate on. The operation cannot continue with this object.
ezcConfigurationParseErrorException
in file parse_error.php, class ezcConfigurationParseErrorException
    Exception that is thrown if there were errors while parsing a file while the parser was not in validation mode.
ezcConfigurationReader
in file reader.php, class ezcConfigurationReader
    This class provides the interface for readers of configuration objects of type ezcConfiguration.
ezcConfigurationReadFailedException
in file read_failed.php, class ezcConfigurationReadFailedException
    Exception that is thrown if the read operation for the configuration failed.
ezcConfigurationSettingnameNotStringException
in file settingname_not_string.php, class ezcConfigurationSettingnameNotStringException
    Exception that is thrown if the name of a setting is not a string.
ezcConfigurationSettingWrongTypeException
in file setting_wrong_type.php, class ezcConfigurationSettingWrongTypeException
    Exception that is thrown if the accessed setting is not of the requested type.
ezcConfigurationUnknownConfigException
in file unknown_config.php, class ezcConfigurationUnknownConfigException
    Exception that is thrown if the specified configuration does not exist in the system.
ezcConfigurationUnknownGroupException
in file unknown_group.php, class ezcConfigurationUnknownGroupException
    Exception that is thrown if the specified group does not exist in the settings.
ezcConfigurationUnknownSettingException
in file unknown_setting.php, class ezcConfigurationUnknownSettingException
    Exception that is thrown if the specified setting does not exist in the settings.
ezcConfigurationValidationItem
in file validation_item.php, class ezcConfigurationValidationItem
    This class provides the result of one error item in the ezcConfigurationValidationResult class.
ezcConfigurationValidationResult
in file validation_result.php, class ezcConfigurationValidationResult
    Provides the result of an ezcConfigurationFileReader::validate() operation.
ezcConfigurationWriteFailedException
in file write_failed.php, class ezcConfigurationWriteFailedException
    Exception that is thrown if the write operation for the configuration failed.
ezcConfigurationWriter
in file writer.php, class ezcConfigurationWriter
    This class provides the interface for writers of configuration objects of type ezcConfiguration.
ezcConsoleException
in file exception.php, class ezcConsoleException
    General exception container for the ConsoleTools component.
ezcConsoleInput
in file input.php, class ezcConsoleInput
    Class for handling input submitted to console based programs (meaning options and arguments) .
ezcConsoleNoPositionStoredException
in file no_position_stored.php, class ezcConsoleNoPositionStoredException
    'Cannot restore position, if no position has been stored before.'.
ezcConsoleOption
in file option.php, class ezcConsoleOption
    Struct like class to store data about a single option for ezcConsoleInput.
ezcConsoleOptionAlreadyRegisteredException
in file option_already_registered.php, class ezcConsoleOptionAlreadyRegisteredException
    The option name you tried to register is already in use.
ezcConsoleOptionArgumentsViolationException
in file option_arguments_violation.php, class ezcConsoleOptionArgumentsViolationException
    An option excludes the usage of arguments, but there were arguments submitted.
ezcConsoleOptionDependencyViolationException
in file option_dependency_violation.php, class ezcConsoleOptionDependencyViolationException
    A dependency rule for a parameter was violated.
ezcConsoleOptionException
in file option.php, class ezcConsoleOptionException
    General exception container for the ConsoleTools component referring to option handling.
ezcConsoleOptionExclusionViolationException
in file option_exclusion_violation.php, class ezcConsoleOptionExclusionViolationException
    An exclusion rule for a parameter was violated.
ezcConsoleOptionMandatoryViolationException
in file option_mandatory_violation.php, class ezcConsoleOptionMandatoryViolationException
    An option was marked to be mandatory but was not submitted.
ezcConsoleOptionMissingValueException
in file option_missing_value.php, class ezcConsoleOptionMissingValueException
    An option which expects a value was submitted without.
ezcConsoleOptionNoAliasException
in file option_no_alias.php, class ezcConsoleOptionNoAliasException
    The alias you tried to unregister is a real option.
ezcConsoleOptionNotExistsException
in file option_not_exists.php, class ezcConsoleOptionNotExistsException
    The requested option is not registered.
ezcConsoleOptionRule
in file option_rule.php, class ezcConsoleOptionRule
    Struct class to store a parameter rule.
ezcConsoleOptionStringNotWellformedException
in file option_string_not_wellformed.php, class ezcConsoleOptionStringNotWellformedException
    The option definition string supplied is not wellformed.
ezcConsoleOptionTooManyValuesException
in file option_too_many_values.php, class ezcConsoleOptionTooManyValuesException
    An option that expects only a single value was submitted with multiple values.
ezcConsoleOptionTypeViolationException
in file option_type_violation.php, class ezcConsoleOptionTypeViolationException
    An option was submitted with an illigal type.
ezcConsoleOutput
in file output.php, class ezcConsoleOutput
    Class for handling console output.
ezcConsoleOutputFormat
in file output_format.php, class ezcConsoleOutputFormat
    Struct class to store formating entities used by ezcConsoleOutput.
ezcConsoleOutputFormats
in file output_formats.php, class ezcConsoleOutputFormats
    Class to store the collection for formating classes.
ezcConsoleOutputOptions
in file output_options.php, class ezcConsoleOutputOptions
    Struct class to store the options of the ezcConsoleOutput class.
ezcConsoleProgressbar
in file progressbar.php, class ezcConsoleProgressbar
    Creating and maintaining progressbars to be printed to the console.
ezcConsoleProgressbarOptions
in file progressbar_options.php, class ezcConsoleProgressbarOptions
    Struct class to store the options of the ezcConsoleOutput class.
ezcConsoleStatusbar
in file statusbar.php, class ezcConsoleStatusbar
    Creating and maintaining statusbars to be printed to the console.
ezcConsoleTable
in file table.php, class ezcConsoleTable
    Creating tables to be printed to the console.
ezcConsoleTableCell
in file cell.php, class ezcConsoleTableCell
    Representation of a table cell.
ezcConsoleTableOptions
in file table_options.php, class ezcConsoleTableOptions
    Struct class to store the options of the ezcConsoleTable class.
ezcConsoleTableRow
in file row.php, class ezcConsoleTableRow
    Structure representing a table row in ezcConsoleTable.
ezcDbException
in file exception.php, class 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
in file factory.php, class ezcDbFactory
    ezcDbFactory manages the list of known database drivers and is used to create their instances.
ezcDbHandler
in file handler.php, class ezcDbHandler
    Defines interface for all the database drivers implementations.
ezcDbHandlerMysql
in file mysql.php, class ezcDbHandlerMysql
    MySQL driver implementation
ezcDbHandlerNotFoundException
in file handler_not_found.php, class ezcDbHandlerNotFoundException
    This exceptions is used when a database handler could not be found.
ezcDbHandlerOracle
in file oracle.php, class ezcDbHandlerOracle
    Oracle driver implementation
ezcDbHandlerPgsql
in file pgsql.php, class ezcDbHandlerPgsql
    PostgreSQL driver implementation
ezcDbHandlerSqlite
in file sqlite.php, class ezcDbHandlerSqlite
    SQLite driver implementation
ezcDbInstance
in file instance.php, class ezcDbInstance
    Holds database instances for global access throughout an application.
ezcDbMissingParameterException
in file missing_parameter.php, class ezcDbMissingParameterException
    This exception is thrown when a database handler misses a required parameter.
ezcDbTransactionException
in file transaction.php, class 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
in file debug.php, class ezcDebug
    The ezcDebug class provides functionality to format and store debug messages and timers.
ezcDebugHtmlFormatter
in file html_formatter.php, class ezcDebugHtmlFormatter
    ezcDebugHtmlFormatter class implements a HTML debug formatter that outputs debug information nicely formated for inclusion on your web page.
ezcDebugOutputFormatter
in file formatter.php, class ezcDebugOutputFormatter
    ezcDebugOutputFormatter provides the common interface for all classes writing debug output.
ezcExecution
in file execution.php, class ezcExecution
    Class for handling fatal errors
ezcExecutionAlreadyInitializedException
in file already_initialize