A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W
Y
A
acos() - Method in class Doctrine\Doctrine_Expression_Driver
returns arcus cosine SQL string.
actAs() - Method in class Doctrine\Doctrine_Record_Abstract
Loads the given plugin.
add() - Method in class Doctrine\Doctrine_Query_Registry
add() - Method in class Doctrine\Doctrine_Table_Repository
add.
add() - Method in class Doctrine\Doctrine_Record_Listener_Chain
add
adds a listener to the chain of listeners.
add() - Method in class Doctrine\Doctrine_Access
Add the value.
add() - Method in class Doctrine\Doctrine_Query_Filter_Chain
add.
add() - Method in class Doctrine\Doctrine_Expression_Driver
Returns the SQL to add values or expressions together.
add() - Method in class Doctrine\Doctrine_Collection
Adds a record to collection.
add() - Method in class Doctrine\Doctrine_Validator_ErrorStack
Adds an error to the stack..
add() - Method in class Doctrine\Doctrine_EventListener_Chain
add
adds a listener to the chain of listeners.
add() - Method in class Doctrine\Doctrine_Export_Reporter
add() - Method in class Doctrine\Doctrine_Search_Indexer_Dir
addArgument() - Method in class Doctrine\Doctrine_Task
addArgument.
addCheckConstraint() - Method in class Doctrine\Doctrine_Table
Adds a check constraint to the table in-memory definition.
addChild() - Method in class Doctrine\Doctrine_Record_Generator
Add child record generator.
addChild() - Method in class Doctrine\Doctrine_Template
Adds a plugin as a child to this plugin.
addChild() - Method in class Doctrine\Doctrine_Node_Interface
adds node as last child of record.
addChild() - Method in class Doctrine\Doctrine_Node_NestedSet
adds node as last child of record.
addCollection() - Method in class Doctrine\Doctrine_Transaction
addCollection
adds a collection in the internal array of collections.
addColumn() - Method in class Doctrine\Doctrine_Migration_Base
Add a add column change..
addComponent() - Method in class Doctrine\Doctrine_RawSql
addComponent.
addError() - Method in class Doctrine\Doctrine_Migration
Add an error to the stack.
addForeignKey() - Method in class Doctrine\Doctrine_Table
Adds a foreignKey to the table in-memory definition.
addFrom() - Method in class Doctrine\Doctrine_Query_Abstract
addFrom
adds fields to the FROM part of the query.
addGenerator() - Method in class Doctrine\Doctrine_Table
Adds a generate to the table instance..
addGroupBy() - Method in class Doctrine\Doctrine_Query_Abstract
Adds fields to the GROUP BY part of the query.
addHaving() - Method in class Doctrine\Doctrine_Query_Abstract
Adds conditions to the HAVING part of the query.
addIndex() - Method in class Doctrine\Doctrine_Table
Adds an index to this table in-memory definition.
addIndex() - Method in class Doctrine\Doctrine_Migration_Base
Add a add index change..
addInvalid() - Method in class Doctrine\Doctrine_Transaction
addInvalid
adds record into invalid records list.
addListener() - Method in class Doctrine\Doctrine_Record_Abstract
addListener.
addListener() - Method in class Doctrine\Doctrine_Configurable
addListener.
addMaskReplacement() - Method in class Doctrine\Doctrine_Pager_Layout
addMaskReplacement.
addNamedQuery() - Method in class Doctrine\Doctrine_Table
Adds a named query in the query registry.
addOrderBy() - Method in class Doctrine\Doctrine_Query_Abstract
addOrderBy
adds fields to the ORDER BY part of the query.
addPendingJoinCondition() - Method in class Doctrine\Doctrine_Query
addPendingJoinCondition.
addQuery() - Method in class Doctrine\Doctrine_Adapter_Mock
Add query to the stack of executed queries.
addRecord() - Method in class Doctrine\Doctrine_Table
Adds a record to the first level cache (identity map).
addRecordListener() - Method in class Doctrine\Doctrine_Configurable
addRecordListener.
addSelect() - Method in class Doctrine\Doctrine_Query_Abstract
Adds fields or aliased functions.
addSqlQueryPart() - Method in class Doctrine\Doctrine_Query_Abstract
addSqlQueryPart
adds an SQL query part to the SQL query part array.
addSqlTableAlias() - Method in class Doctrine\Doctrine_Query_Abstract
addSqlTableAlias
adds an SQL table alias and associates it a component alias.
addTable() - Method in class Doctrine\Doctrine_Connection
addTable
adds a Doctrine_Table object into connection registry.
addTemplate() - Method in class Doctrine\Doctrine_Table
Adds a template to this table..
addWhere() - Method in class Doctrine\Doctrine_Query_Abstract
Alias for @see andWhere()..
adjustProcessedParam() - Method in class Doctrine\Doctrine_Query
Adjust the processed param index for "foo.bar IN ?" support.
age() - Method in class Doctrine\Doctrine_Expression_Pgsql
PostgreSQLs AGE( [, ]) function..
alterTable() - Method in class Doctrine\Doctrine_Export_Pgsql
alter an existing table.
alterTable() - Method in class Doctrine\Doctrine_Export_Oracle
alter an existing table.
alterTable() - Method in class Doctrine\Doctrine_Export_Mssql
alter an existing table.
alterTable() - Method in class Doctrine\Doctrine_Export
alter an existing table
(this method is implemented by the drivers).
alterTableSql() - Method in class Doctrine\Doctrine_Export
generates the sql for altering an existing table
(this method is implemented by the drivers).
alterTableSql() - Method in class Doctrine\Doctrine_Export_Mysql
alter an existing table.
alterTableSql() - Method in class Doctrine\Doctrine_Export_Pgsql
generates the sql for altering an existing table on postgresql.
alterTableSql() - Method in class Doctrine\Doctrine_Export_Sqlite
generates the sql for altering an existing table
(this method is implemented by the drivers).
analyze() - Method in class Doctrine\Doctrine_Search_Analyzer_Interface
analyze() - Method in class Doctrine\Doctrine_Search_Analyzer_Standard
analyze() - Method in class Doctrine\Doctrine_Search
analyze a text in the encoding format.
analyze() - Method in class Doctrine\Doctrine_Search_Analyzer_Utf8
analyze() - Method in class Doctrine\Doctrine_Search_Analyzer
andWhere() - Method in class Doctrine\Doctrine_Query_Abstract
Adds conditions to the WHERE part of the query.
andWhereIn() - Method in class Doctrine\Doctrine_Query_Abstract
Adds IN condition to the query WHERE part
$q->whereIn('u.id', array(10, 23, 44));
.
andWhereNotIn() - Method in class Doctrine\Doctrine_Query_Abstract
Adds NOT IN condition to the query WHERE part
Alias for @see whereNotIn()..
applyInheritance() - Method in class Doctrine\Doctrine_Table
applyInheritance.
arrayDeepMerge() - Method in class Doctrine\Doctrine_Lib
arrayToXml() - Method in class Doctrine\Doctrine_Parser_Xml
arrayToXml.
ask() - Method in class Doctrine\Doctrine_Task
ask.
assembleArgumentList() - Method in class Doctrine\Doctrine_Cli
.
assignDefaultValues() - Method in class Doctrine\Doctrine_Record
setDefaultValues
sets the default values for records internal data.
assignIdentifier() - Method in class Doctrine\Doctrine_Record
assigns an identifier to the instance, for database storage.
assignInheritanceValues() - Method in class Doctrine\Doctrine_Record
Assign the inheritance column values.
attribute() - Method in class Doctrine\Doctrine_Record_Abstract
attribute
sets or retrieves an option.
autoload() - Method in class Doctrine\Doctrine_Core
simple autoload function
returns true if the class was loaded, otherwise false.
avg() - Method in class Doctrine\Doctrine_Expression_Driver
Returns the average value of a column.
B
batchUpdateIndex() - Method in class Doctrine\Doctrine_Search
batchUpdateIndex.
batchUpdateIndex() - Method in class Doctrine\Doctrine_Template_Searchable
Make the batchUpdateIndex() function available to the template so Doctrine_Record child classes
with the behavior enabled can all the function.
batchUpdateIndexTableProxy() - Method in class Doctrine\Doctrine_Template_Searchable
Proxy method so the batch updating can be called from table classes.
beginInternalTransaction() - Method in class Doctrine\Doctrine_Connection
beginInternalTransaction() - Method in class Doctrine\Doctrine_Transaction
Initiates a transaction.
beginTransaction() - Method in class Doctrine\Doctrine_Adapter_Mock
Begin a transaction.
beginTransaction() - Method in class Doctrine\Doctrine_Connection
beginTransaction
Start a transaction or set a savepoint.
beginTransaction() - Method in class Doctrine\Doctrine_Adapter_Oracle
Begin a transaction.
beginTransaction() - Method in class Doctrine\Doctrine_Transaction
beginTransaction
Start a transaction or set a savepoint.
beginTransaction() - Method in class Doctrine\Doctrine_Adapter_Interface
between() - Method in class Doctrine\Doctrine_Expression_Driver
Returns SQL that checks if an expression evaluates to a value between
two values.
bind() - Method in class Doctrine\Doctrine_Locator
bind
binds a resource to a name.
bind() - Method in class Doctrine\Doctrine_Table
Adds a relation to the table.
bind() - Method in class Doctrine\Doctrine_Locator_Injectable
bind
binds a resource to a name.
bind() - Method in class Doctrine\Doctrine_Relation_Parser
binds a relation.
bindColumn() - Method in class Doctrine\Doctrine_Adapter_Statement_Mock
bindColumn.
bindColumn() - Method in class Doctrine\Doctrine_Connection_Statement
bindColumn
Bind a column to a PHP variable.
bindColumn() - Method in class Doctrine\Doctrine_Adapter_Statement_Oracle
Bind a column to a PHP variable.
bindColumn() - Method in class Doctrine\Doctrine_Adapter_Statement_Interface
Bind a column to a PHP variable.
bindComponent() - Method in class Doctrine\Doctrine_Manager
Binds given component to given connection
this means that when ever the given component uses a connection
it will be using the bound connection instead of the current connection.
bindParam() - Method in class Doctrine\Doctrine_Adapter_Statement_Mock
bindParam.
bindParam() - Method in class Doctrine\Doctrine_Adapter_Statement_Interface
Binds a PHP variable to a corresponding named or question mark placeholder in the
SQL statement that was use to prepare the statement.
bindParam() - Method in class Doctrine\Doctrine_Connection_Statement
bindParam
Binds a PHP variable to a corresponding named or question mark placeholder in the
SQL statement that was use to prepare the statement.
bindParam() - Method in class Doctrine\Doctrine_Adapter_Statement_Oracle
Binds a PHP variable to a corresponding named or question mark placeholder in the
SQL statement that was use to prepare the statement.
bindQueryPart() - Method in class Doctrine\Doctrine_Table
Adds default query parts to the selects executed on this table.
bindQueryParts() - Method in class Doctrine\Doctrine_Table
Binds query parts to this component..
bindQueryParts() - Method in class Doctrine\Doctrine_Record_Abstract
bindQueryParts
binds query parts to given component.
bindValue() - Method in class Doctrine\Doctrine_Adapter_Statement
bindValue.
bindValue() - Method in class Doctrine\Doctrine_Connection_Statement
bindValue
Binds a value to a corresponding named or question mark
placeholder in the SQL statement that was use to prepare the statement..
bindValue() - Method in class Doctrine\Doctrine_Adapter_Statement_Mock
bindValue.
bindValue() - Method in class Doctrine\Doctrine_Adapter_Statement_Interface
Binds a value to a corresponding named or question mark
placeholder in the SQL statement that was use to prepare the statement..
bindValue() - Method in class Doctrine\Doctrine_Adapter_Statement_Oracle
Binds a value to a corresponding named or question mark
placeholder in the SQL statement that was use to prepare the statement..
bracketExplode() - Method in class Doctrine\Doctrine_Query_Tokenizer
Explodes a sql expression respecting bracket placement.
bracketTrim() - Method in class Doctrine\Doctrine_Query_Tokenizer
Trims brackets from string.
buildAccessors() - Method in class Doctrine\Doctrine_Import_Builder
buildActAs() - Method in class Doctrine\Doctrine_Import_Builder
buildActAs: builds a complete actAs code.
buildAddColumn() - Method in class Doctrine\Doctrine_Migration_Builder
Build the code for adding columns.
buildAddIndex() - Method in class Doctrine\Doctrine_Migration_Builder
Build the code for adding indexes.
buildAssociativeRelationSql() - Method in class Doctrine\Doctrine_Query
buildAttributes() - Method in class Doctrine\Doctrine_Import_Builder
buildAttributes.
buildChangeColumn() - Method in class Doctrine\Doctrine_Migration_Builder
Build the code for changing columns.
buildChecks() - Method in class Doctrine\Doctrine_Import_Builder
Build php code for record checks.
buildChildDefinitions() - Method in class Doctrine\Doctrine_Record_Generator
Build the child behavior definitions that are attached to this generator.
buildColumns() - Method in class Doctrine\Doctrine_Import_Builder
buildColumns.
buildCreateForeignKey() - Method in class Doctrine\Doctrine_Migration_Builder
Build the code for creating foreign keys.
buildCreateTable() - Method in class Doctrine\Doctrine_Migration_Builder
Build the code for creating tables.
buildDefinition() - Method in class Doctrine\Doctrine_Import_Builder
buildDefinition.
buildDropForeignKey() - Method in class Doctrine\Doctrine_Migration_Builder
Build the code for dropping foreign keys.
buildDropTable() - Method in class Doctrine\Doctrine_Migration_Builder
Build the code for dropping tables.
buildFindByWhere() - Method in class Doctrine\Doctrine_Table
buildFlushTree() - Method in class Doctrine\Doctrine_Connection_UnitOfWork
buildFlushTree
builds a flush tree that is used in transactions.
buildForeignKeys() - Method in class Doctrine\Doctrine_Record_Generator
Generates foreign keys for the plugin table based on the owner table.
buildForeignRelation() - Method in class Doctrine\Doctrine_Record_Generator
Build the foreign relationship on the invoking table in $this->_options['table']
which points back to the model generated in this generator instance..
buildIndexBy() - Method in class Doctrine\Doctrine_Query
buildIndexes() - Method in class Doctrine\Doctrine_Import_Builder
buildIndexes.
buildInheritanceJoinSql() - Method in class Doctrine\Doctrine_Query
.
buildIntegrityRelationQuery() - Method in class Doctrine\Doctrine_IntegrityMapper
buildIntegrityRelationQuery.
buildIntegrityRelations() - Method in class Doctrine\Doctrine_IntegrityMapper
buildIntegrityRelations.
buildListeners() - Method in class Doctrine\Doctrine_Import_Builder
Build php code for adding record listeners.
buildLocalRelation() - Method in class Doctrine\Doctrine_Record_Generator
Build the local relationship on the generated model for this generator
instance which points to the invoking table in $this->_options['table'].
buildMigrationClass() - Method in class Doctrine\Doctrine_Migration_Builder
Build the code for a migration class.
buildOptions() - Method in class Doctrine\Doctrine_Import_Builder
buildTableOptions.
buildPhpDocs() - Method in class Doctrine\Doctrine_Import_Builder
buildRecord() - Method in class Doctrine\Doctrine_Import_Builder
buildRecord.
buildRelation() - Method in class Doctrine\Doctrine_I18n
This method can be used for generating the relation from the plugin
table to the owner table.
buildRelation() - Method in class Doctrine\Doctrine_Search_File
This method can be used for generating the relation from the plugin
table to the owner table.
buildRelation() - Method in class Doctrine\Doctrine_Record_Generator
This method can be used for generating the relation from the plugin
table to the owner table.
buildRelation() - Method in class Doctrine\Doctrine_AuditLog
This method can be used for generating the relation from the plugin
table to the owner table.
buildRemoveColumn() - Method in class Doctrine\Doctrine_Migration_Builder
Build the code for removing columns.
buildRemoveIndex() - Method in class Doctrine\Doctrine_Migration_Builder
Build the code for removing indexes.
buildSchema() - Method in class Doctrine\Doctrine_Export_Schema
buildSchema.
buildSchema() - Method in class Doctrine\Doctrine_Import_Schema
buildSchema.
buildSetUp() - Method in class Doctrine\Doctrine_Import_Builder
buildSetUp.
buildSimpleRelationSql() - Method in class Doctrine\Doctrine_Query
buildSlugFromFields() - Method in class Doctrine\Doctrine_Template_Listener_Sluggable
Generate the slug for a given Doctrine_Record based on the configured options.
buildSlugFromSlugField() - Method in class Doctrine\Doctrine_Template_Listener_Sluggable
Generate the slug for a given Doctrine_Record slug field.
buildSqlQuery() - Method in class Doctrine\Doctrine_Query
Build the SQL query from the DQL.
buildTable() - Method in class Doctrine\Doctrine_Search
Create the new Doctrine_Table instance in $this->_table based on the owning
table..
buildTable() - Method in class Doctrine\Doctrine_Record_Generator
Create the new Doctrine_Table instance in $this->_table based on the owning
table..
buildTableClassDefinition() - Method in class Doctrine\Doctrine_Import_Builder
buildTableDefinition() - Method in class Doctrine\Doctrine_Import_Builder
buildToString() - Method in class Doctrine\Doctrine_Import_Builder
buildToString.
C
calculateQueryCacheHash() - Method in class Doctrine\Doctrine_Query_Abstract
calculateQueryCacheHash
calculate hash key for query cache.
calculateResultCacheHash() - Method in class Doctrine\Doctrine_RawSql
calculateResultCacheHash
calculate hash key for result cache.
calculateResultCacheHash() - Method in class Doctrine\Doctrine_Query_Abstract
calculateResultCacheHash
calculate hash key for result cache.
call() - Method in class Doctrine\Doctrine_Record
call.
changeColumn() - Method in class Doctrine\Doctrine_Migration_Base
Add a change column change.
check() - Method in class Doctrine\Doctrine_Record_Abstract
Adds a check constraint.
checkAuth() - Method in class Doctrine\Doctrine_Cache_Xcache
Checks that xcache.admin.enable_auth is Off.
checkSequence() - Method in class Doctrine\Doctrine_Connection_Mssql
Checks if there's a sequence that exists..
checkSequence() - Method in class Doctrine\Doctrine_Sequence_Mssql
Checks if there's a sequence that exists..
classify() - Method in class Doctrine\Doctrine_Inflector
Convert a word in to the format for a Doctrine class name.
classifyCallback() - Method in class Doctrine\Doctrine_Inflector
Callback function to classify a classname properly..
classIsTask() - Method in class Doctrine\Doctrine_Cli
Returns TRUE if the specified class is a Task, or FALSE otherwise.
clauseExplode() - Method in class Doctrine\Doctrine_Query_Tokenizer
Explodes a string into array using custom brackets and quote delimeters
Each array element is a array of length 2 where the first entry contains
the term, and the second entry contains the corresponding delimiter.
cleanData() - Method in class Doctrine\Doctrine_Record
cleanData
leaves the $data array only with values whose key is a field inside this
record and returns the values that were removed from $data.
cleanMaskReplacements() - Method in class Doctrine\Doctrine_Pager_Layout
cleanMaskReplacements.
cleanup() - Method in class Doctrine\sfYamlParser
Cleanups a YAML string to be parsed..
clear() - Method in class Doctrine\Doctrine_Validator_ErrorStack
Removes all errors from the stack..
clear() - Method in class Doctrine\Doctrine_RawSql
Resets all the sql parts..
clear() - Method in class Doctrine\Doctrine_Query_Abstract
Resets all the sql parts..
clear() - Method in class Doctrine\Doctrine_Connection
clear
clears all repositories.
clear() - Method in class Doctrine\Doctrine_Query
Clears all the sql parts..
clear() - Method in class Doctrine\Doctrine_Collection
Clears the collection..
clear() - Method in class Doctrine\Doctrine_Table
Clears the first level cache (identityMap).
clearAccessor() - Method in class Doctrine\Doctrine_Record
clears the accessor for a field name.
clearErrors() - Method in class Doctrine\Doctrine_Migration
Clears the error exceptions.
clearInvokedSaveHooks() - Method in class Doctrine\Doctrine_Record
makes all the already used save hooks available again.
clearMutator() - Method in class Doctrine\Doctrine_Record
clears the custom mutator for a field name.
clearRelated() - Method in class Doctrine\Doctrine_Record
Clear a related reference or all references.
clearResultCache() - Method in class Doctrine\Doctrine_Query_Abstract
Clear the result cache entry for this query.
close() - Method in class Doctrine\Doctrine_Connection
close
closes the connection.
closeConnection() - Method in class Doctrine\Doctrine_Manager
Closes the specified connection.
closeCursor() - Method in class Doctrine\Doctrine_Adapter_Statement_Oracle
Closes the cursor, enabling the statement to be executed again..
closeCursor() - Method in class Doctrine\Doctrine_Adapter_Statement_Mock
closeCursor.
closeCursor() - Method in class Doctrine\Doctrine_Connection_Statement
closeCursor
Closes the cursor, enabling the statement to be executed again..
closeCursor() - Method in class Doctrine\Doctrine_Adapter_Statement_Interface
Closes the cursor, enabling the statement to be executed again..
coalesce() - Method in class Doctrine\Doctrine_Expression_Driver
coalesce.
column() - Method in class Doctrine\Doctrine_Migration_Base
Add a add or remove column change..
columnCount() - Method in class Doctrine\Doctrine_Record
alias for @see count().
columnCount() - Method in class Doctrine\Doctrine_Connection_Statement
columnCount
Returns the number of columns in the result set.
columnCount() - Method in class Doctrine\Doctrine_Adapter_Statement_Mock
columnCount.
columnCount() - Method in class Doctrine\Doctrine_Adapter_Statement_Oracle
Returns the number of columns in the result set.
columnCount() - Method in class Doctrine\Doctrine_Adapter_Statement_Interface
Returns the number of columns in the result set.
columnCount() - Method in class Doctrine\Doctrine_Adapter_Statement
columnCount.
commit() - Method in class Doctrine\Doctrine_Adapter_Oracle
Commit a transaction.
commit() - Method in class Doctrine\Doctrine_Adapter_Mock
Commit a transaction.
commit() - Method in class Doctrine\Doctrine_Transaction
Commit the database changes done during a transaction that is in
progress or release a savepoint.
commit() - Method in class Doctrine\Doctrine_Adapter_Interface
commit() - Method in class Doctrine\Doctrine_Connection
commit
Commit the database changes done during a transaction that is in
progress or release a savepoint.
compareRecords() - Method in class Doctrine\Doctrine_Collection
Compares two records.
compile() - Method in class Doctrine\Doctrine_Core
Method for making a single file of most used doctrine runtime components
including the compiled file instead of multiple files (in worst
cases dozens of files) can improve performance by an order of magnitude.
compile() - Method in class Doctrine\Doctrine_Compiler
method for making a single file of most used doctrine runtime components
including the compiled file instead of multiple files (in worst
cases dozens of files) can improve performance by an order of magnitude.
completeAssocDefinition() - Method in class Doctrine\Doctrine_Relation_Parser
Completes the given association definition.
completeDefinition() - Method in class Doctrine\Doctrine_Relation_Parser
Completes the given definition.
concat() - Method in class Doctrine\Doctrine_Expression_Mssql
Returns string to concatenate two or more string parameters.
concat() - Method in class Doctrine\Doctrine_Expression_Driver
Returns a series of strings concatinated.
concat() - Method in class Doctrine\Doctrine_Expression_Oracle
Returns a series of strings concatinated.
concat() - Method in class Doctrine\Doctrine_Expression_Pgsql
PostgreSQLs CONCAT() function.
concatImpl() - Method in class Doctrine\Doctrine_Expression_Sqlite
Returns a concatenation of the data that SQLite's concat() function receives..
connect() - Method in class Doctrine\Doctrine_Connection
connect
connects into database.
connect() - Method in class Doctrine\Doctrine_Connection_Sqlite
initializes database functions missing in sqlite.
connect() - Method in class Doctrine\Doctrine_Connection_Mysql
Overrides connect Method, to add specific attributes
PDO emulate prepares is required to avoid bugs on mysql < 5.1
when trying to prepare DROP DATABASE or CREATE DATABASE statements.
connection() - Method in class Doctrine\Doctrine_Manager
Open a new connection.
constraint() - Method in class Doctrine\Doctrine_Migration_Base
Add a create or drop constraint change..
construct() - Method in class Doctrine\Doctrine_Table
Construct template method.
construct() - Method in class Doctrine\Doctrine_Record
construct
Empty template method to provide concrete Record classes with the possibility
to hook into the constructor procedure.
contains() - Method in class Doctrine\Doctrine_Cache_Interface
Test if a cache record exists for the passed id.
contains() - Method in class Doctrine\Doctrine_Column
contains.
contains() - Method in class Doctrine\Doctrine_Collection
Whether or not this collection contains a specified element.
contains() - Method in class Doctrine\Doctrine_Cache_Driver
Test if a cache record exists for the passed id.
contains() - Method in class Doctrine\Doctrine_Access
Check if the specified offset exists.
contains() - Method in class Doctrine\Doctrine_Query
contains.
contains() - Method in class Doctrine\Doctrine_Table_Repository
contains.
contains() - Method in class Doctrine\Doctrine_Record
test whether a field (column, mapped value, related component, accessor) is accessible by @see get().
contains() - Method in class Doctrine\Doctrine_Manager
Whether or not the manager contains specified connection.
contains() - Method in class Doctrine\Doctrine_Validator_ErrorStack
Check if a field has an error.
contains() - Method in class Doctrine\Doctrine_Locator
contains
checks if a resource exists under the given name.
convertBooleans() - Method in class Doctrine\Doctrine_Connection_Pgsql
convertBoolean
some drivers need the boolean values to be converted into integers
when using DQL API.
convertBooleans() - Method in class Doctrine\Doctrine_Connection
convertBooleans
some drivers need the boolean values to be converted into integers
when using DQL API.
convertBooleans() - Method in class Doctrine\Doctrine_Formatter
convertBooleans
some drivers need the boolean values to be converted into integers
when using DQL API.
copy() - Method in class Doctrine\Doctrine_Query
Copies a Doctrine_Query object..
copy() - Method in class Doctrine\Doctrine_Record
generates a copy of this object.
copyDirectory() - Method in class Doctrine\Doctrine_Lib
Copy all directory content in another one.
copySubqueryInfo() - Method in class Doctrine\Doctrine_Query_Abstract
copySubqueryInfo
copy aliases from another Hydrate object.
coreSetRelated() - Method in class Doctrine\Doctrine_Record
Places a related component in the object graph.
cos() - Method in class Doctrine\Doctrine_Expression_Driver
cos.
count() - Method in class Doctrine\Doctrine_Column
count.
count() - Method in class Doctrine\Doctrine_Table
Implements Countable interface..
count() - Method in class Doctrine\Doctrine_Table_Repository
count
Doctrine_Registry implements interface Countable.
count() - Method in class Doctrine\Doctrine_Node_NestedSet_PreOrderIterator
count() - Method in class Doctrine\Doctrine_Collection
Gets the number of records in this collection
This class implements interface countable.
count() - Method in class Doctrine\Doctrine_Query
Fetches the count of the query.
count() - Method in class Doctrine\Doctrine_Adapter_Mock
Get the number of queries executed.
count() - Method in class Doctrine\Doctrine_Connection_Profiler
count.
count() - Method in class Doctrine\Doctrine_Validator_ErrorStack
Count the number of errors.
count() - Method in class Doctrine\Doctrine_Connection
returns the count of initialized table objects.
count() - Method in class Doctrine\Doctrine_Manager
Returns the number of opened connections.
count() - Method in class Doctrine\Doctrine_Record
implements Countable interface.
count() - Method in class Doctrine\Doctrine_Locator
count
returns the number of bound resources associated with
this object.
count() - Method in class Doctrine\Doctrine_Validator_Exception
count() - Method in class Doctrine\Doctrine_Expression_Driver
Returns the number of rows (without a NULL value) of a column.
count() - Method in class Doctrine\Doctrine_RawSql
count
fetches the count of the query.
create() - Method in class Doctrine\Doctrine_Table
Creates a new record.
create() - Method in class Doctrine\Doctrine_Collection
create() - Method in class Doctrine\Doctrine_Connection
create
creates a record.
create() - Method in class Doctrine\Doctrine_View
creates this view.
create() - Method in class Doctrine\Doctrine_Query
create
returns a new Doctrine_Query object.
createConstraint() - Method in class Doctrine\Doctrine_Migration_Base
Add a create constraint change..
createConstraint() - Method in class Doctrine\Doctrine_Export
create a constraint on a table.
createConstraintSql() - Method in class Doctrine\Doctrine_Export
create a constraint on a table.
createDatabase() - Method in class Doctrine\Doctrine_Connection_Sqlite
createDatabase.
createDatabase() - Method in class Doctrine\Doctrine_Export_Sqlite
createDatabase.
createDatabase() - Method in class Doctrine\Doctrine_Export
create a new database
(this method is implemented by the drivers).
createDatabase() - Method in class Doctrine\Doctrine_Export_Oracle
create a new database.
createDatabase() - Method in class Doctrine\Doctrine_Export_Mssql
create a new database.
createDatabase() - Method in class Doctrine\Doctrine_Connection
createDatabase.
createDatabases() - Method in class Doctrine\Doctrine_Core
Creates databases for connections.
createDatabases() - Method in class Doctrine\Doctrine_Manager
Creates databases for all existing connections.
createDatabaseSql() - Method in class Doctrine\Doctrine_Export_Mysql
createDatabaseSql.
createDatabaseSql() - Method in class Doctrine\Doctrine_Export
create a new database
(this method is implemented by the drivers).
createDatabaseSql() - Method in class Doctrine\Doctrine_Export_Pgsql
createDatabaseSql.
createForeignKey() - Method in class Doctrine\Doctrine_Export
createForeignKey.
createForeignKey() - Method in class Doctrine\Doctrine_Migration_Base
Add a create foreign key change..
createForeignKey() - Method in class Doctrine\Doctrine_Export_Sqlite
createForeignKey.
createForeignKeySql() - Method in class Doctrine\Doctrine_Export
createForeignKeySql.
createIndex() - Method in class Doctrine\Doctrine_Export
Get the stucture of a field into an array.
createIndexSql() - Method in class Doctrine\Doctrine_Export_Sqlite
Get the stucture of a field into an array.
createIndexSql() - Method in class Doctrine\Doctrine_Export_Mysql
Get the stucture of a field into an array.
createIndexSql() - Method in class Doctrine\Doctrine_Export
Get the stucture of a field into an array.
createIndexSql() - Method in class Doctrine\Doctrine_Export_Pgsql
Get the stucture of a field into an array..
createNamedQuery() - Method in class Doctrine\Doctrine_Table
Creates a named query from one in the query registry.
createPrimaryKey() - Method in class Doctrine\Doctrine_Migration_Base
Convenience method for creating primary keys.
createQuery() - Method in class Doctrine\Doctrine_Connection
Creates a new Doctrine_Query object that operates on this connection..
createQuery() - Method in class Doctrine\Doctrine_Table
Creates a query on this table.
createRoot() - Method in class Doctrine\Doctrine_Tree_Interface
creates root node from given record or from a new record.
createRoot() - Method in class Doctrine\Doctrine_Tree_NestedSet
Creates root node from given record or from a new record.
createSavePoint() - Method in class Doctrine\Doctrine_Transaction_Pgsql
createSavepoint
creates a new savepoint.
createSavePoint() - Method in class Doctrine\Doctrine_Transaction_Oracle
createSavepoint
creates a new savepoint.
createSavePoint() - Method in class Doctrine\Doctrine_Transaction_Mysql
createSavepoint
creates a new savepoint.
createSavePoint() - Method in class Doctrine\Doctrine_Transaction
releaseSavePoint
creates a new savepoint.
createSequence() - Method in class Doctrine\Doctrine_Export_Sqlite
create sequence.
createSequence() - Method in class Doctrine\Doctrine_Export_Mssql
create sequence.
createSequence() - Method in class Doctrine\Doctrine_Export
create sequence.
createSequence() - Method in class Doctrine\Doctrine_Export_Mysql
create sequence.
createSequenceSql() - Method in class Doctrine\Doctrine_Export_Pgsql
return RDBMS specific create sequence statement.
createSequenceSql() - Method in class Doctrine\Doctrine_Export_Oracle
create sequence.
createSequenceSql() - Method in class Doctrine\Doctrine_Export
return RDBMS specific create sequence statement
(this method is implemented by the drivers).
createSubquery() - Method in class Doctrine\Doctrine_Query
createSubquery
creates a subquery.
createTable() - Method in class Doctrine\Doctrine_Export
create a new table.
createTable() - Method in class Doctrine\Doctrine_Migration_Base
Add a create table change..
createTable() - Method in class Doctrine\Doctrine_Cache_Db
Create the cache table.
createTable() - Method in class Doctrine\Doctrine_Export_Oracle
create a new table.
createTablesFromArray() - Method in class Doctrine\Doctrine_Core
Creates database tables for the models in the supplied array.
createTablesFromModels() - Method in class Doctrine\Doctrine_Core
Creates database tables for the models in the specified directory.
createTableSql() - Method in class Doctrine\Doctrine_Export_Oracle
create a new table.
createTableSql() - Method in class Doctrine\Doctrine_Export_Mysql
create a new table.
createTableSql() - Method in class Doctrine\Doctrine_Export_Sqlite
create a new table.
createTableSql() - Method in class Doctrine\Doctrine_Export_Mssql
create a new table.
createTableSql() - Method in class Doctrine\Doctrine_Export_Pgsql
Creates a table..
createTableSql() - Method in class Doctrine\Doctrine_Export
create a new table.
createTaskInstance() - Method in class Doctrine\Doctrine_Cli
Creates, and returns, a new instance of the specified Task class.
current() - Method in class Doctrine\Doctrine_Node_MaterializedPath_PreOrderIterator
current() - Method in class Doctrine\Doctrine_Node_NestedSet_PreOrderIterator
returns the current record.
current() - Method in class Doctrine\Doctrine_Node_MaterializedPath_PostOrderIterator
current() - Method in class Doctrine\Doctrine_Record_Iterator
current.
current() - Method in class Doctrine\Doctrine_Collection_OnDemand
current() - Method in class Doctrine\Doctrine_Collection_Iterator
returns the current record.
current() - Method in class Doctrine\Doctrine_Node_MaterializedPath_LevelOrderIterator
currId() - Method in class Doctrine\Doctrine_Sequence_Mssql
Returns the current id of a sequence.
currId() - Method in class Doctrine\Doctrine_Sequence_Db2
Return the most recent value from the specified sequence in the database.
currId() - Method in class Doctrine\Doctrine_Sequence
Returns the current id of a sequence.
currId() - Method in class Doctrine\Doctrine_Sequence_Sqlite
Returns the current id of a sequence.
currId() - Method in class Doctrine\Doctrine_Sequence_Mysql
Returns the current id of a sequence.
currId() - Method in class Doctrine\Doctrine_Sequence_Oracle
Returns the current id of a sequence.
currId() - Method in class Doctrine\Doctrine_Sequence_Pgsql
Returns the current id of a sequence.
D
databaseExists() - Method in class Doctrine\Doctrine_Import
checks if a database exists.
date_part() - Method in class Doctrine\Doctrine_Expression_Pgsql
PostgreSQLs DATE_PART( , ) function..
day() - Method in class Doctrine\Doctrine_Expression_Mysql
Returns day from dbms.
debug() - Method in class Doctrine\Doctrine_Core
Turn on/off the debugging setting.
delete() - Method in class Doctrine\Doctrine_Node_Interface
deletes node and it's descendants.
delete() - Method in class Doctrine\Doctrine_Node_NestedSet
deletes node and it's descendants.
delete() - Method in class Doctrine\Doctrine_Query_Abstract
delete
sets the query type to DELETE.
delete() - Method in class Doctrine\Doctrine_Record
deletes this data access object and all the related composites
this operation is isolated by a transaction.
delete() - Method in class Doctrine\Doctrine_Cache_Driver
Remove a cache record.
delete() - Method in class Doctrine\Doctrine_Cache_Interface
Remove a cache record.
delete() - Method in class Doctrine\Doctrine_Connection
deletes table row(s) matching the specified identifier.
delete() - Method in class Doctrine\Doctrine_Connection_UnitOfWork
Deletes the given record and all the related records that participate
in an application-level delete cascade.
delete() - Method in class Doctrine\Doctrine_Collection
Deletes all records from this collection.
deleteAll() - Method in class Doctrine\Doctrine_Cache_Driver
Delete all cache entries from the cache driver.
deleteByPrefix() - Method in class Doctrine\Doctrine_Cache_Driver
Delete cache entries where the key has the passed prefix.
deleteByRegex() - Method in class Doctrine\Doctrine_Cache_Driver
Delete cache entries where the key matches a PHP regular expressions.
deleteBySuffix() - Method in class Doctrine\Doctrine_Cache_Driver
Delete cache entries where the key has the passed suffix.
deleteNode() - Method in class Doctrine\Doctrine_Record
used to delete node from tree - MUST BE USE TO DELETE RECORD IF TABLE ACTS AS TREE.
deriveTaskName() - Method in class Doctrine\Doctrine_Task
Returns the name of the task the specified class _would_ implement.
detach() - Method in class Doctrine\Doctrine_Node_NestedSet
Detaches the node from the tree by invalidating it's lft & rgt values
(they're set to 0)..
display() - Method in class Doctrine\Doctrine_Pager_Layout
display.
distinct() - Method in class Doctrine\Doctrine_Query_Abstract
distinct
Makes the query SELECT DISTINCT.
div() - Method in class Doctrine\Doctrine_Expression_Driver
Returns the SQL to divide values or expressions by eachother.
Doctrine() - Class in package Doctrine
This class only exists for backwards compatability.
Doctrine_Access() - Class in package Doctrine
Provides array access and property overload interface for Doctrine subclasses.
Doctrine_Adapter_Exception() - Class in package Doctrine
Doctrine_Adapter exception class.
Doctrine_Adapter_Interface() - Interface in package Doctrine
This adapter interface should be implemented by all custom adapters.
Doctrine_Adapter_Mock() - Class in package Doctrine
Doctrine mock connection adapter.
Doctrine_Adapter_Oracle() - Class in package Doctrine
Custom Doctrine connection adapter for oracle.
Doctrine_Adapter_Statement() - Class in package Doctrine
Doctrine_Adapter_Statement.
Doctrine_Adapter_Statement_Interface() - Interface in package Doctrine
Interface for Doctrine adapter statements.
Doctrine_Adapter_Statement_Mock() - Class in package Doctrine
Mock connection adapter statement class.
Doctrine_Adapter_Statement_Oracle() - Class in package Doctrine
Oracle connection adapter statement class..
Doctrine_AuditLog() - Class in package Doctrine
Doctrine_AuditLog.
Doctrine_AuditLog_Listener() - Class in package Doctrine
Doctrine_AuditLog_Listener.
Doctrine_AuditLog_Listener_Microtime() - Class in package Doctrine
Doctrine_AuditLog_Listener.
Doctrine_Builder() - Class in package Doctrine
Base class for any code builders/generators for Doctrine.
Doctrine_Cache_Apc() - Class in package Doctrine
APC Cache Driver.
Doctrine_Cache_Array() - Class in package Doctrine
Array cache driver.
Doctrine_Cache_Db() - Class in package Doctrine
Database cache driver.
Doctrine_Cache_Driver() - Class in package Doctrine
Abstract cache driver class.
Doctrine_Cache_Exception() - Class in package Doctrine
Doctrine cache exception class.
Doctrine_Cache_Interface() - Interface in package Doctrine
Doctrine cache driver interface.
Doctrine_Cache_Memcache() - Class in package Doctrine
Memcache cache driver.
Doctrine_Cache_Xcache() - Class in package Doctrine
Xcache cache driver.
Doctrine_Cli() - Class in package Doctrine
Command line interface class.
Doctrine_Cli_AnsiColorFormatter() - Class in package Doctrine
Doctrine_AnsiColorFormatter provides methods to colorize text to be displayed on a console.
Doctrine_Cli_Exception() - Class in package Doctrine
Cli exception class.
Doctrine_Cli_Formatter() - Class in package Doctrine
Doctrine_Cli_Formatter provides methods to format text to be displayed on a console.
Doctrine_Collection() - Class in package Doctrine
Doctrine_Collection
Collection of Doctrine_Record objects..
Doctrine_Collection_Exception() - Class in package Doctrine
Collection exception class.
Doctrine_Collection_Iterator() - Class in package Doctrine
Doctrine_Collection_Iterator
iterates through Doctrine_Collection.
Doctrine_Collection_Iterator_Expandable() - Class in package Doctrine
Expandable collection iterator class.
Doctrine_Collection_Iterator_Normal() - Class in package Doctrine
Doctrine_Collection_Iterator_Normal.
Doctrine_Collection_Iterator_Offset() - Class in package Doctrine
Doctrine_Collection_Iterator_Normal.
Doctrine_Collection_Offset() - Class in package Doctrine
Doctrine_Collection_Offset
Collection of Doctrine_Record objects..
Doctrine_Collection_OnDemand() - Class in package Doctrine
Doctrine_Collection_OnDemand
iterates through Doctrine_Records hydrating one at a time.
Doctrine_Column() - Class in package Doctrine
Doctrine_Column
This class represents a database column.
Doctrine_Compiler() - Class in package Doctrine
Doctrine_Compiler
This class can be used for compiling the entire Doctrine framework into a single file.
Doctrine_Compiler_Exception() - Class in package Doctrine
Doctrine_Compiler_Exception.
Doctrine_Configurable() - Class in package Doctrine
Doctrine_Configurable
the base for Doctrine_Table, Doctrine_Manager and Doctrine_Connection.
Doctrine_Connection() - Class in package Doctrine
Doctrine_Connection.
Doctrine_Connection_Common() - Class in package Doctrine
standard connection, the parent of pgsql, mysql and sqlite.
Doctrine_Connection_Db2() - Class in package Doctrine
Doctrine_Connection_Db2.
Doctrine_Connection_Exception() - Class in package Doctrine
Doctrine_Exception.
Doctrine_Connection_Mock() - Class in package Doctrine
Doctrine_Connection_Mysql.
Doctrine_Connection_Module() - Class in package Doctrine
Doctrine_Connection_Module.
Doctrine_Connection_Mssql() - Class in package Doctrine
Doctrine_Connection_Mssql.
Doctrine_Connection_Mssql_Exception() - Class in package Doctrine
Doctrine_Connection_Mssql_Exception.
Doctrine_Connection_Mysql() - Class in package Doctrine
Doctrine_Connection_Mysql.
Doctrine_Connection_Mysql_Exception() - Class in package Doctrine
Doctrine_Connection_Mysql_Exception.
Doctrine_Connection_Oracle() - Class in package Doctrine
Doctrine_Connection_Oracle.
Doctrine_Connection_Oracle_Exception() - Class in package Doctrine
Doctrine_Connection_Oracle_Exception.
Doctrine_Connection_Pgsql() - Class in package Doctrine
Doctrine_Connection_Pgsql.
Doctrine_Connection_Pgsql_Exception() - Class in package Doctrine
Doctrine_Connection_Pgsql_Exception.
Doctrine_Connection_Profiler() - Class in package Doctrine
Doctrine_Connection_Profiler.
Doctrine_Connection_Profiler_Exception() - Class in package Doctrine
Doctrine_Connection_Profiler_Exception.
Doctrine_Connection_Sqlite() - Class in package Doctrine
Doctrine_Connection_Sqlite.
Doctrine_Connection_Sqlite_Exception() - Class in package Doctrine
Doctrine_Connection_Sqlite_Exception.
Doctrine_Connection_Statement() - Class in package Doctrine
Doctrine_Connection_Statement.
Doctrine_Connection_UnitOfWork() - Class in package Doctrine
Doctrine_Connection_UnitOfWork.
Doctrine_Core() - Class in package Doctrine
The base core class of Doctrine.
Doctrine_Data() - Class in package Doctrine
Doctrine_Data.
Doctrine_Data_Exception() - Class in package Doctrine
Doctrine_Data_Exception.
Doctrine_Data_Export() - Class in package Doctrine
Doctrine_Data_Export.
Doctrine_Data_Import() - Class in package Doctrine
Doctrine_Data_Import.
Doctrine_DataDict() - Class in package Doctrine
Doctrine_DataDict.
Doctrine_DataDict_Exception() - Class in package Doctrine
Doctrine_DataDict_Exception.
Doctrine_DataDict_Mssql() - Class in package Doctrine
.
Doctrine_DataDict_Mysql() - Class in package Doctrine
.
Doctrine_DataDict_Oracle() - Class in package Doctrine
.
Doctrine_DataDict_Pgsql() - Class in package Doctrine
.
Doctrine_DataDict_Sqlite() - Class in package Doctrine
.
Doctrine_Event() - Class in package Doctrine
Doctrine_Event.
Doctrine_EventListener() - Class in package Doctrine
Doctrine_EventListener all event listeners extend this base class
the empty methods allow child classes to only implement the methods they need to implement.
Doctrine_EventListener_Chain() - Class in package Doctrine
Doctrine_EventListener_Chain
this class represents a chain of different listeners,
useful for having multiple listeners listening the events at the same time.
Doctrine_EventListener_Exception() - Class in package Doctrine
Doctrine_EventListener_Exception.
Doctrine_EventListener_Interface() - Interface in package Doctrine
Doctrine_EventListener all event listeners extend this base class
the empty methods allow child classes to only implement the methods they need to implement.
Doctrine_Exception() - Exception in package Doctrine
Doctrine_Exception.
Doctrine_Export() - Class in package Doctrine
Doctrine_Export.
Doctrine_Export_Exception() - Class in package Doctrine
Doctrine_Export_Exception.
Doctrine_Export_Mssql() - Class in package Doctrine
Doctrine_Export_Mssql.
Doctrine_Export_Mysql() - Class in package Doctrine
Doctrine_Export_Mysql.
Doctrine_Export_Oracle() - Class in package Doctrine
Doctrine_Export_Oracle.
Doctrine_Export_Pgsql() - Class in package Doctrine
Doctrine_Export_Pgsql.
Doctrine_Export_Reporter() - Class in package Doctrine
Doctrine_Export_Reporter.
Doctrine_Export_Schema() - Class in package Doctrine
Doctrine_Export_Schema.
Doctrine_Export_Sqlite() - Class in package Doctrine
Doctrine_Export_Sqlite.
Doctrine_Expression() - Class in package Doctrine
Doctrine_Expression memorizes a dql expression that use a db function.
Doctrine_Expression_Driver() - Class in package Doctrine
Doctrine_Expression_Driver.
Doctrine_Expression_Exception() - Class in package Doctrine
Doctrine_Expression_Exception.
Doctrine_Expression_Mock() - Class in package Doctrine
Doctrine_Expression_Mock
Mock driver that is used for testing purposes.
Doctrine_Expression_Mssql() - Class in package Doctrine
Doctrine_Expression_Mssql.
Doctrine_Expression_Mysql() - Class in package Doctrine
Doctrine_Expression_Mysql.
Doctrine_Expression_Oracle() - Class in package Doctrine
Doctrine_Expression_Sqlite.
Doctrine_Expression_Pgsql() - Class in package Doctrine
Doctrine_Expression_Pgsql.
Doctrine_Expression_Sqlite() - Class in package Doctrine
Doctrine_Expression_Sqlite.
Doctrine_File() - Class in package Doctrine
Doctrine_File.
Doctrine_File_Index() - Class in package Doctrine
Doctrine_File_Index.
Doctrine_Formatter() - Class in package Doctrine
Doctrine_Formatter.
Doctrine_Hook() - Class in package Doctrine
Doctrine_Hook.
Doctrine_Hook_Equal() - Class in package Doctrine
Doctrine_Hook_Equal.
Doctrine_Hook_Integer() - Class in package Doctrine
Doctrine_Hook_Integer.
Doctrine_Hook_Parser() - Class in package Doctrine
Doctrine_Hook_Parser.
Doctrine_Hook_Parser_Complex() - Class in package Doctrine
Doctrine_Hook_Parser_Complex.
Doctrine_Hook_WordLike() - Class in package Doctrine
Doctrine_Hook_WordLike.
Doctrine_Hydrator() - Class in package Doctrine
Its purpose is to populate object graphs..
Doctrine_Hydrator_Abstract() - Class in package Doctrine
Doctrine_Hydrator_Abstract.
Doctrine_Hydrator_ArrayDriver() - Class in package Doctrine
Builds result sets in to the object graph using php arrays.
Doctrine_Hydrator_ArrayHierarchyDriver() - Class in package Doctrine
Builds result sets in to the hierarchy graph using php arrays.
Doctrine_Hydrator_ArrayShallowDriver() - Class in package Doctrine
Extended version of Doctrine_Hydrator_ScalarDriver, passes its _gatherRowData function a value of false for $aliasPrefix in order to cause it to generate the sorts of array keys one would see in a HYDRATE_ARRAY type return.
Doctrine_Hydrator_Exception() - Class in package Doctrine
Doctrine_Hydrator_Exception.
Doctrine_Hydrator_Graph() - Class in package Doctrine
Abstract base class for child drivers to hydrate the object graph in to
various data types.
Doctrine_Hydrator_NoneDriver() - Class in package Doctrine
Get results directly and skip hydration.
Doctrine_Hydrator_RecordDriver() - Class in package Doctrine
Builds result sets in to the object graph using Doctrine_Record instances.
Doctrine_Hydrator_RecordHierarchyDriver() - Class in package Doctrine
Builds result sets in to the hierarchy graph using php arrays.
Doctrine_Hydrator_ScalarDriver() - Class in package Doctrine
Builds result sets in to a scalar php array.
Doctrine_Hydrator_SingleScalarDriver() - Class in package Doctrine
Returns the first row and first column single scalar value.
Doctrine_I18n() - Class in package Doctrine
Doctrine_I18n.
Doctrine_I18n_Exception() - Class in package Doctrine
Doctrine_I18n_Exception.
Doctrine_Import() - Class in package Doctrine
class Doctrine_Import
Main responsible of performing import operation.
Doctrine_Import_Builder() - Class in package Doctrine
Doctrine_Import_Builder.
Doctrine_Import_Builder_Exception() - Class in package Doctrine
Doctrine_Import_Builder_Exception.
Doctrine_Import_Exception() - Class in package Doctrine
class Doctrine_Import_Exception.
Doctrine_Import_Mssql() - Class in package Doctrine
.
Doctrine_Import_Mysql() - Class in package Doctrine
.
Doctrine_Import_Oracle() - Class in package Doctrine
.
Doctrine_Import_Pgsql() - Class in package Doctrine
.
Doctrine_Import_Schema() - Class in package Doctrine
Doctrine_Import_Schema.
Doctrine_Import_Sqlite() - Class in package Doctrine
.
Doctrine_Inflector() - Class in package Doctrine
Doctrine inflector has static methods for inflecting text.
Doctrine_IntegrityMapper() - Class in package Doctrine
Doctrine_IntegrityMapper.
Doctrine_Lib() - Class in package Doctrine
Doctrine_Lib has not commonly used static functions, mostly for debugging purposes.
Doctrine_Locator() - Class in package Doctrine
Doctrine_Locator.
Doctrine_Locator_Exception() - Class in package Doctrine
Doctrine_Locator_Exception.
Doctrine_Locator_Injectable() - Class in package Doctrine
Doctrine_Locator_Injectable.
Doctrine_Locking_Exception() - Class in package Doctrine
Locking exception class.
Doctrine_Locking_Manager_Pessimistic() - Class in package Doctrine
Offline locking of records comes in handy where you need to make sure that
a time-consuming task on a record or many records, which is spread over several
page requests can't be interfered by other users..
Doctrine_Manager() - Class in package Doctrine
Doctrine_Manager is the base component of all doctrine based projects.
Doctrine_Manager_Exception() - Class in package Doctrine
Doctrine_Manager_Exception.
Doctrine_Migration() - Class in package Doctrine
Doctrine_Migration.
Doctrine_Migration_Base() - Class in package Doctrine
Base migration class.
Doctrine_Migration_Builder() - Class in package Doctrine
Doctrine_Migration_Builder.
Doctrine_Migration_Diff() - Class in package Doctrine
Doctrine_Migration_Diff - class used for generating differences and migration
classes from 'from' and 'to' schema information..
Doctrine_Migration_Exception() - Class in package Doctrine
Doctrine_Migration_Exception.
Doctrine_Migration_IrreversibleMigrationException() - Class in package Doctrine
Doctrine_Migration_IrreversibleMigration.
Doctrine_Migration_Process() - Class in package Doctrine
Doctrine_Migration_Process.
Doctrine_Node() - Class in package Doctrine
Doctrine_Node.
Doctrine_Node_AdjacencyList() - Class in package Doctrine
Doctrine_Node_AdjacencyList.
Doctrine_Node_AdjacencyList_LevelOrderIterator() - Class in package Doctrine
Doctrine_Node_AdjacencyList_LevelOrderIterator.
Doctrine_Node_AdjacencyList_PostOrderIterator() - Class in package Doctrine
Doctrine_Node_AdjacencyList_PostOrderIterator.
Doctrine_Node_AdjacencyList_PreOrderIterator() - Class in package Doctrine
Doctrine_Node_AdjacencyList_PreOrderIterator.
Doctrine_Node_Exception() - Class in package Doctrine
Doctrine_Node_Exception.
Doctrine_Node_Interface() - Interface in package Doctrine
Doctrine_Node_Interface.
Doctrine_Node_MaterializedPath() - Class in package Doctrine
Doctrine_Node_MaterializedPath.
Doctrine_Node_MaterializedPath_LevelOrderIterator() - Class in package Doctrine
Doctrine_Node_MaterializedPath_LevelOrderIterator.
Doctrine_Node_MaterializedPath_PostOrderIterator() - Class in package Doctrine
Doctrine_Node_MaterializedPath_PostOrderIterator.
Doctrine_Node_MaterializedPath_PreOrderIterator() - Class in package Doctrine
Doctrine_Node_MaterializedPath_PreOrderIterator.
Doctrine_Node_NestedSet() - Class in package Doctrine
Doctrine_Node_NestedSet.
Doctrine_Node_NestedSet_LevelOrderIterator() - Class in package Doctrine
Doctrine_Node_NestedSet_LevelOrderIterator.
Doctrine_Node_NestedSet_PostOrderIterator() - Class in package Doctrine
Doctrine_Node_NestedSet_PostOrderIterator.
Doctrine_Node_NestedSet_PreOrderIterator() - Class in package Doctrine
Doctrine_Node_NestedSet_PreOrderIterator.
Doctrine_Null() - Class in package Doctrine
Doctrine_Null.
Doctrine_Overloadable() - Interface in package Doctrine
Doctrine_Overloadable
a very generic overloading interface.
Doctrine_Pager() - Class in package Doctrine
Doctrine_Pager.
Doctrine_Pager_Exception() - Class in package Doctrine
Doctrine_Pager_Exception.
Doctrine_Pager_Layout() - Class in package Doctrine
Doctrine_Pager_Layout.
Doctrine_Pager_Range() - Class in package Doctrine
Doctrine_Pager_Range.
Doctrine_Pager_Range_Jumping() - Class in package Doctrine
Doctrine_Pager_Range_Jumping.
Doctrine_Pager_Range_Sliding() - Class in package Doctrine
Doctrine_Pager_Range_Sliding.
Doctrine_Parser() - Class in package Doctrine
Doctrine_Parser.
Doctrine_Parser_Exception() - Class in package Doctrine
Doctrine_Parser_Exception.
Doctrine_Parser_Json() - Class in package Doctrine
Doctrine_Parser_Json.
Doctrine_Parser_Serialize() - Class in package Doctrine
Doctrine_Parser_Serialize.
Doctrine_Parser_Xml() - Class in package Doctrine
Doctrine_Parser_Xml.
Doctrine_Parser_Yml() - Class in package Doctrine
Doctrine_Parser_Yml.
Doctrine_Query() - Class in package Doctrine
Doctrine_Query
A Doctrine_Query object represents a DQL query.
Doctrine_Query_Abstract() - Class in package Doctrine
Doctrine_Query_Abstract.
Doctrine_Query_Check() - Class in package Doctrine
Doctrine_Query_Check.
Doctrine_Query_Condition() - Class in package Doctrine
Doctrine_Query_Condition.
Doctrine_Query_Exception() - Class in package Doctrine
Doctrine_Query_Exception.
Doctrine_Query_Filter() - Class in package Doctrine
Doctrine_Query_Filter.
Doctrine_Query_Filter_Chain() - Class in package Doctrine
Doctrine_Query_Filter_Chain.
Doctrine_Query_Filter_Interface() - Interface in package Doctrine
Doctrine_Query_Filter_Interface.
Doctrine_Query_Forupdate() - Class in package Doctrine
Doctrine_Query_Forupdate.
Doctrine_Query_From() - Class in package Doctrine
Doctrine_Query_From.
Doctrine_Query_Groupby() - Class in package Doctrine
Doctrine_Query_Groupby.
Doctrine_Query_Having() - Class in package Doctrine
Doctrine_Query_Having.
Doctrine_Query_JoinCondition() - Class in package Doctrine
Doctrine_Query_JoinCondition.
Doctrine_Query_Limit() - Class in package Doctrine
Doctrine_Query_Limit.
Doctrine_Query_Offset() - Class in package Doctrine
Doctrine_Query_Offset.
Doctrine_Query_Orderby() - Class in package Doctrine
Doctrine_Query_Orderby.
Doctrine_Query_Parser() - Class in package Doctrine
Doctrine_Query_Parser.
Doctrine_Query_Part() - Class in package Doctrine
Doctrine_Query_Part.
Doctrine_Query_Registry() - Class in package Doctrine
Doctrine_Query_Registry.
Doctrine_Query_Registry_Exception() - Class in package Doctrine
Doctrine_Query_Exception.
Doctrine_Query_Select() - Class in package Doctrine
Doctrine_Query_Select.
Doctrine_Query_Set() - Class in package Doctrine
Doctrine_Query.
Doctrine_Query_Tokenizer() - Class in package Doctrine
Doctrine_Query_Tokenizer.
Doctrine_Query_Tokenizer_Exception() - Class in package Doctrine
Doctrine_Query_Exception.
Doctrine_Query_Where() - Class in package Doctrine
Doctrine_Query_Where.
Doctrine_RawSql() - Class in package Doctrine
Doctrine_RawSql.
Doctrine_RawSql_Exception() - Class in package Doctrine
Doctrine_RawSql_Exception.
Doctrine_Record() - Class in package Doctrine
Doctrine_Record
All record classes should inherit this super class.
Doctrine_Record_Abstract() - Class in package Doctrine
Doctrine_Record_Abstract.
Doctrine_Record_Exception() - Class in package Doctrine
Doctrine_Exception.
Doctrine_Record_Filter() - Class in package Doctrine
Doctrine_Record_Filter
Filters the record getters and setters.
Doctrine_Record_Filter_Compound() - Class in package Doctrine
Doctrine_Record_Filter_Compound.
Doctrine_Record_Filter_Standard() - Class in package Doctrine
Doctrine_Record_Filter_Standard
Filters the record getters and setters.
Doctrine_Record_Generator() - Class in package Doctrine
Doctrine_Record_Generator.
Doctrine_Record_Iterator() - Class in package Doctrine
Doctrine_Record_Iterator.
Doctrine_Record_Listener() - Class in package Doctrine
Doctrine_Record_Listener.
Doctrine_Record_Listener_Chain() - Class in package Doctrine
Doctrine_Record_Listener_Chain
this class represents a chain of different listeners,
useful for having multiple listeners listening the events at the same time.
Doctrine_Record_Listener_Interface() - Interface in package Doctrine
Doctrine_Record_Listener.
Doctrine_Record_State_Exception() - Class in package Doctrine
Doctrine_Exception.
Doctrine_Record_UnknownPropertyException() - Class in package Doctrine
Doctrine_Record_UnknownPropertyException.
Doctrine_Relation() - Class in package Doctrine
Doctrine_Relation
This class represents a relation between components.
Doctrine_Relation_Association() - Class in package Doctrine
Doctrine_Relation_Association this class takes care of association mapping
(= many-to-many relationships, where the relationship is handled with an additional relational table
which holds 2 foreign keys).
Doctrine_Relation_Association_Self() - Class in package Doctrine
Doctrine_Relation_Association_Self.
Doctrine_Relation_Exception() - Class in package Doctrine
Doctrine_Relation_Exception.
Doctrine_Relation_ForeignKey() - Class in package Doctrine
Doctrine_Relation_ForeignKey
This class represents a foreign key relation.
Doctrine_Relation_LocalKey() - Class in package Doctrine
Doctrine_Relation_LocalKey
This class represents a local key relation.
Doctrine_Relation_Nest() - Class in package Doctrine
Doctrine_Relation_Association_Self.
Doctrine_Relation_Parser() - Class in package Doctrine
Doctrine_Relation_Parser.
Doctrine_Relation_Parser_Exception() - Class in package Doctrine
Doctrine_Relation_Parser_Exception.
Doctrine_Search() - Class in package Doctrine
Doctrine_Search.
Doctrine_Search_Analyzer() - Class in package Doctrine
Doctrine_Search_Analyzer.
Doctrine_Search_Analyzer_Exception() - Class in package Doctrine
Doctrine_Search_Analyzer_Exception.
Doctrine_Search_Analyzer_Interface() - Interface in package Doctrine
Doctrine_Search_Analyzer_Interface.
Doctrine_Search_Analyzer_Standard() - Class in package Doctrine
Doctrine_Search_Analyzer_Standard.
Doctrine_Search_Analyzer_Utf8() - Class in package Doctrine
Doctrine_Search_Analyzer_Utf8.
Doctrine_Search_Exception() - Class in package Doctrine
Doctrine_Search_Exception.
Doctrine_Search_File() - Class in package Doctrine
Doctrine_Search.
Doctrine_Search_Indexer() - Class in package Doctrine
Doctrine_Search_Indexer.
Doctrine_Search_Indexer_Dir() - Class in package Doctrine
Doctrine_Search_Indexer_Dir.
Doctrine_Search_Indexer_Exception() - Class in package Doctrine
Doctrine_Search_Indexer.
Doctrine_Search_Listener() - Class in package Doctrine
Doctrine_Search_Listener.
Doctrine_Search_Parser() - Class in package Doctrine
Doctrine_Search_Parser_Standard.
Doctrine_Search_Query() - Class in package Doctrine
Doctrine_Search_Query.
Doctrine_Search_Record() - Class in package Doctrine
Doctrine_Search_Record.
Doctrine_Sequence() - Class in package Doctrine
Doctrine_Sequence
The base class for sequence handling drivers..
Doctrine_Sequence_Db2() - Class in package Doctrine
Doctrine_Sequence_Db2.
Doctrine_Sequence_Exception() - Class in package Doctrine
Doctrine_Sequence_Exception.
Doctrine_Sequence_Mssql() - Class in package Doctrine
Doctrine_Sequence_Mssql.
Doctrine_Sequence_Mysql() - Class in package Doctrine
Doctrine_Sequence_Mysql.
Doctrine_Sequence_Oracle() - Class in package Doctrine
Doctrine_Sequence_Oracle.
Doctrine_Sequence_Pgsql() - Class in package Doctrine
Doctrine_Sequence_Pgsql.
Doctrine_Sequence_Sqlite() - Class in package Doctrine
Doctrine_Sequence_Sqlite.
Doctrine_Table() - Class in package Doctrine
Doctrine_Table represents a database table
each Doctrine_Table holds the information of foreignKeys and associations.
Doctrine_Table_Exception() - Class in package Doctrine
thrown when user tries to initialize a new instance of Doctrine_Table,
while there already exists an instance of that table.
Doctrine_Table_Repository() - Class in package Doctrine
Doctrine_Repository
each record is added into Doctrine_Repository at the same time they are created,
loaded from the database or retrieved from the cache.
Doctrine_Table_Repository_Exception() - Class in package Doctrine
Doctrine_Table_Repository_Exception.
Doctrine_Task() - Class in package Doctrine
Doctrine_Task.
Doctrine_Task_BuildAll() - Class in package Doctrine
Doctrine_Task_BuildAll.
Doctrine_Task_BuildAllLoad() - Class in package Doctrine
Doctrine_Task_BuildAllLoad.
Doctrine_Task_BuildAllReload() - Class in package Doctrine
Doctrine_Task_BuildAllReload.
Doctrine_Task_Compile() - Class in package Doctrine
Doctrine_Task_Compile.
Doctrine_Task_CreateDb() - Class in package Doctrine
Doctrine_Task_CreateDb.
Doctrine_Task_CreateTables() - Class in package Doctrine
Doctrine_Task_CreateTables.
Doctrine_Task_Dql() - Class in package Doctrine
Doctrine_Task_Dql.
Doctrine_Task_DropDb() - Class in package Doctrine
Doctrine_Task_DropDb.
Doctrine_Task_DumpData() - Class in package Doctrine
Doctrine_Task_DumpData.
Doctrine_Task_Exception() - Class in package Doctrine
Doctrine_Task_Exception.
Doctrine_Task_GenerateMigration() - Class in package Doctrine
Doctrine_Task_GenerateMigration.
Doctrine_Task_GenerateMigrationsDb() - Class in package Doctrine
Doctrine_Task_GenerateMigrationsDb.
Doctrine_Task_GenerateMigrationsDiff() - Class in package Doctrine
Doctrine_Task_GenerateMigrationsDiff.
Doctrine_Task_GenerateMigrationsModels() - Class in package Doctrine
Doctrine_Task_GenerateMigrationsModels.
Doctrine_Task_GenerateModelsDb() - Class in package Doctrine
Doctrine_Task_GenerateModelsDb.
Doctrine_Task_GenerateModelsYaml() - Class in package Doctrine
Doctrine_Task_GenerateModelsYaml.
Doctrine_Task_GenerateSql() - Class in package Doctrine
Doctrine_Task_GenerateSql.
Doctrine_Task_GenerateYamlDb() - Class in package Doctrine
Doctrine_Task_GenerateYamlDb.
Doctrine_Task_GenerateYamlModels() - Class in package Doctrine
Doctrine_Task_GenerateFromModels.
Doctrine_Task_LoadData() - Class in package Doctrine
Doctrine_Task_LoadData.
Doctrine_Task_Migrate() - Class in package Doctrine
Doctrine_Task_Migrate.
Doctrine_Task_RebuildDb() - Class in package Doctrine
Doctrine_Task_RebuildDb.
Doctrine_Template() - Class in package Doctrine
Base abstract class for defining templates which are the base of all behaviors that can be attached
to your Doctrine models.
Doctrine_Template_Geographical() - Class in package Doctrine
Easily add longitude and latitude columns to your records and use inherited functionality for
calculating distances.
Doctrine_Template_I18n() - Class in package Doctrine
Add multilingual capabilities to your Doctrine models.
Doctrine_Template_Listener_Sluggable() - Class in package Doctrine
Easily create a slug for each record based on a specified set of fields.
Doctrine_Template_Listener_SoftDelete() - Class in package Doctrine
Listener for SoftDelete behavior which will allow you to turn on the behavior which
sets a delete flag instead of actually deleting the record and all queries automatically
include a check for the deleted flag to exclude deleted records..
Doctrine_Template_Listener_Timestampable() - Class in package Doctrine
Listener for the Timestampable behavior which automatically sets the created
and updated columns when a record is inserted and updated..
Doctrine_Template_NestedSet() - Class in package Doctrine
Doctrine template which implements the custom NestedSet implementation.
Doctrine_Template_Searchable() - Class in package Doctrine
Doctrine_Template_Searchable.
Doctrine_Template_Sluggable() - Class in package Doctrine
Doctrine_Template_Sluggable.
Doctrine_Template_SoftDelete() - Class in package Doctrine
Doctrine_Template_SoftDelete.
Doctrine_Template_Timestampable() - Class in package Doctrine
Doctrine_Template_Timestampable.
Doctrine_Template_Versionable() - Class in package Doctrine
Doctrine_Template_Versionable.
Doctrine_Transaction() - Class in package Doctrine
Doctrine_Transaction
Handles transaction savepoint and isolation abstraction.
Doctrine_Transaction_Exception() - Class in package Doctrine
Doctrine_Transaction_Exception.
Doctrine_Transaction_Mock() - Class in package Doctrine
Doctrine_Transaction_Mock
This class is used for testing purposes.
Doctrine_Transaction_Mssql() - Class in package Doctrine
.
Doctrine_Transaction_Mysql() - Class in package Doctrine
.
Doctrine_Transaction_Oracle() - Class in package Doctrine
.
Doctrine_Transaction_Pgsql() - Class in package Doctrine
.
Doctrine_Transaction_Sqlite() - Class in package Doctrine
.
Doctrine_Tree() - Class in package Doctrine
Doctrine_Tree.
Doctrine_Tree_AdjacencyList() - Class in package Doctrine
Doctrine_Tree_AdjacencyList.
Doctrine_Tree_Exception() - Class in package Doctrine
Doctrine_Tree_Exception.
Doctrine_Tree_Interface() - Interface in package Doctrine
Doctrine_Tree_Interface.
Doctrine_Tree_MaterializedPath() - Class in package Doctrine
Doctrine_Tree_MaterializedPath.
Doctrine_Tree_NestedSet() - Class in package Doctrine
Doctrine_Tree_NestedSet.
Doctrine_Util() - Class in package Doctrine
Doctrine_Util.
Doctrine_Validator() - Class in package Doctrine
This class is responsible for performing all validations on record properties.
Doctrine_Validator_Country() - Class in package Doctrine
Doctrine_Validator_Country.
Doctrine_Validator_Creditcard() - Class in package Doctrine
Doctrine_Validator_Creditcard.
Doctrine_Validator_Date() - Class in package Doctrine
Doctrine_Validator_Date.
Doctrine_Validator_Driver() - Class in package Doctrine
Doctrine_Validator_Driver.
Doctrine_Validator_Email() - Class in package Doctrine
Doctrine_Validator_Email.
Doctrine_Validator_ErrorStack() - Class in package Doctrine
Doctrine_Validator_ErrorStack.
Doctrine_Validator_Exception() - Class in package Doctrine
Doctrine_Validator_Exception.
Doctrine_Validator_Future() - Class in package Doctrine
Doctrine_Validator_Future.
Doctrine_Validator_HtmlColor() - Class in package Doctrine
Doctrine_Validator_HtmlColor.
Doctrine_Validator_Ip() - Class in package Doctrine
Doctrine_Validator_Ip.
Doctrine_Validator_Minlength() - Class in package Doctrine
Doctrine_Validator_Regexp.
Doctrine_Validator_Nospace() - Class in package Doctrine
Doctrine_Validator_Nospace.
Doctrine_Validator_Notblank() - Class in package Doctrine
Doctrine_Validator_Notblank.
Doctrine_Validator_Notnull() - Class in package Doctrine
Doctrine_Validator_Notnull.
Doctrine_Validator_Past() - Class in package Doctrine
Doctrine_Validator_Past.
Doctrine_Validator_Range() - Class in package Doctrine
Doctrine_Validator_Range.
Doctrine_Validator_Readonly() - Class in package Doctrine
Doctrine_Validator_Readonly.
Doctrine_Validator_Regexp() - Class in package Doctrine
Doctrine_Validator_Regexp.
Doctrine_Validator_Time() - Class in package Doctrine
Doctrine_Validator_Time.
Doctrine_Validator_Timestamp() - Class in package Doctrine
Doctrine_Validator_Timestamp.
Doctrine_Validator_Unique() - Class in package Doctrine
Doctrine_Validator_Unique.
Doctrine_Validator_Unsigned() - Class in package Doctrine
Doctrine_Validator_Unsigned.
Doctrine_Validator_Usstate() - Class in package Doctrine
Doctrine_Validator_Usstate.
Doctrine_View() - Class in package Doctrine
Doctrine_View.
Doctrine_View_Exception() - Class in package Doctrine
Doctrine_View_Exception.
doDump() - Method in class Doctrine\Doctrine_Parser
doDump.
doExport() - Method in class Doctrine\Doctrine_Data_Export
doExport.
doImport() - Method in class Doctrine\Doctrine_Data_Import
Do the importing of the data parsed from the fixtures.
doLoad() - Method in class Doctrine\Doctrine_Parser
doLoad.
doParsing() - Method in class Doctrine\Doctrine_Data_Import
Do the parsing of the yaml files and return the final parsed array.
driverName() - Method in class Doctrine\Doctrine_Connection
converts given driver name.
drop() - Method in class Doctrine\Doctrine_View
drops this view from the database.
dropAutoincrement() - Method in class Doctrine\Doctrine_Export_Oracle
drop an existing autoincrement sequence + trigger.
dropConstraint() - Method in class Doctrine\Doctrine_Export_Mysql
drop existing constraint.
dropConstraint() - Method in class Doctrine\Doctrine_Export
drop existing constraint.
dropConstraint() - Method in class Doctrine\Doctrine_Migration_Base
Add a drop constraint change..
dropDatabase() - Method in class Doctrine\Doctrine_Export_Mssql
drop an existing database.
dropDatabase() - Method in class Doctrine\Doctrine_Export_Oracle
drop an existing database.
dropDatabase() - Method in class Doctrine\Doctrine_Export
drop an existing database
(this method is implemented by the drivers).
dropDatabase() - Method in class Doctrine\Doctrine_Export_Sqlite
dropDatabase.
dropDatabase() - Method in class Doctrine\Doctrine_Connection
dropDatabase.
dropDatabase() - Method in class Doctrine\Doctrine_Connection_Sqlite
dropDatabase.
dropDatabases() - Method in class Doctrine\Doctrine_Manager
Drops databases for all existing connections.
dropDatabases() - Method in class Doctrine\Doctrine_Core
Drops databases for connections.
dropDatabaseSql() - Method in class Doctrine\Doctrine_Export
drop an existing database
(this method is implemented by the drivers).
dropDatabaseSql() - Method in class Doctrine\Doctrine_Export_Mysql
drop an existing database.
dropDatabaseSql() - Method in class Doctrine\Doctrine_Export_Pgsql
drop an existing database.
dropForeignKey() - Method in class Doctrine\Doctrine_Migration_Base
Add a drop foreign key change..
dropForeignKey() - Method in class Doctrine\Doctrine_Export_Mysql
drop existing foreign key.
dropForeignKey() - Method in class Doctrine\Doctrine_Export
drop existing foreign key.
dropIndex() - Method in class Doctrine\Doctrine_Export
drop existing index.
dropIndexSql() - Method in class Doctrine\Doctrine_Export_Mssql
dropIndexSql.
dropIndexSql() - Method in class Doctrine\Doctrine_Export_Mysql
drop existing index.
dropIndexSql() - Method in class Doctrine\Doctrine_Export
dropIndexSql.
dropPrimaryKey() - Method in class Doctrine\Doctrine_Migration_Base
Convenience method for dropping primary keys.
dropSequence() - Method in class Doctrine\Doctrine_Export
dropSequenceSql
drop existing sequence
(this method is implemented by the drivers).
dropSequenceSql() - Method in class Doctrine\Doctrine_Export_Oracle
drop existing sequence.
dropSequenceSql() - Method in class Doctrine\Doctrine_Export_Mssql
This function drops an existing sequence.
dropSequenceSql() - Method in class Doctrine\Doctrine_Export_Sqlite
drop existing sequence.
dropSequenceSql() - Method in class Doctrine\Doctrine_Export
dropSequenceSql
drop existing sequence.
dropSequenceSql() - Method in class Doctrine\Doctrine_Export_Pgsql
drop existing sequence.
dropTable() - Method in class Doctrine\Doctrine_Migration_Base
Add a drop table change..
dropTable() - Method in class Doctrine\Doctrine_Export
dropTable
drop an existing table.
dropTable() - Method in class Doctrine\Doctrine_Export_Oracle
drop an existing table.
dropTableSql() - Method in class Doctrine\Doctrine_Export
dropTableSql
drop an existing table.
dropTableSql() - Method in class Doctrine\Doctrine_Export_Mysql
dropTable.
dump() - Method in class Doctrine\Doctrine_Parser
dump.
dump() - Method in class Doctrine\Doctrine_Core
dumps a given variable.
dump() - Method in class Doctrine\sfYaml
Dumps a PHP array to a YAML string.
dump() - Method in class Doctrine\sfYamlDumper
Dumps a PHP value to YAML..
dump() - Method in class Doctrine\sfYamlInline
Dumps a given PHP variable to a YAML string..
dumpArray() - Method in class Doctrine\sfYamlInline
Dumps a PHP array to a YAML string..
dumpData() - Method in class Doctrine\Doctrine_Data_Export
dumpData.
dumpData() - Method in class Doctrine\Doctrine_Parser_Yml
dumpData.
dumpData() - Method in class Doctrine\Doctrine_Core
Dump data to a yaml fixtures file.
dumpData() - Method in class Doctrine\Doctrine_Parser
dumpData.
dumpData() - Method in class Doctrine\Doctrine_Parser_Xml
dumpData.
dumpData() - Method in class Doctrine\Doctrine_Parser_Serialize
dumpData.
dumpData() - Method in class Doctrine\Doctrine_Parser_Json
dumpData.
E
end() - Method in class Doctrine\Doctrine_Collection
Get the last record in the collection.
end() - Method in class Doctrine\Doctrine_Event
end
ends the internal timer of this event.
enumIndex() - Method in class Doctrine\Doctrine_Table
Retrieves an enum index..
enumIndex() - Method in class Doctrine\Doctrine_Column
enumIndex.
enumValue() - Method in class Doctrine\Doctrine_Table
Retrieves an enum value.
enumValue() - Method in class Doctrine\Doctrine_Column
Retrieves an enum value..
eq() - Method in class Doctrine\Doctrine_Expression_Driver
Returns the SQL to check if two values are equal..
errorCode() - Method in class Doctrine\Doctrine_Adapter_Interface
errorCode() - Method in class Doctrine\Doctrine_Adapter_Statement_Mock
errorCode.
errorCode() - Method in class Doctrine\Doctrine_Connection
errorCode
Fetch the SQLSTATE associated with the last operation on the database handle.
errorCode() - Method in class Doctrine\Doctrine_Adapter_Statement_Interface
Fetch the SQLSTATE associated with the last operation on the statement handle.
errorCode() - Method in class Doctrine\Doctrine_Adapter_Oracle
errorCode() - Method in class Doctrine\Doctrine_Connection_Statement
errorCode
Fetch the SQLSTATE associated with the last operation on the statement handle.
errorCode() - Method in class Doctrine\Doctrine_Adapter_Mock
errorCode() - Method in class Doctrine\Doctrine_Adapter_Statement
errorCode.
errorCode() - Method in class Doctrine\Doctrine_Adapter_Statement_Oracle
Fetch the SQLSTATE associated with the last operation on the statement handle.
errorInfo() - Method in class Doctrine\Doctrine_Adapter_Mock
errorInfo() - Method in class Doctrine\Doctrine_Connection
errorInfo
Fetch extended error information associated with the last operation on the database handle.
errorInfo() - Method in class Doctrine\Doctrine_Adapter_Statement_Oracle
Fetch extended error information associated with the last operation on the statement handle.
errorInfo() - Method in class Doctrine\Doctrine_Adapter_Statement
errorInfo.
errorInfo() - Method in class Doctrine\Doctrine_Adapter_Statement_Interface
Fetch extended error information associated with the last operation on the statement handle.
errorInfo() - Method in class Doctrine\Doctrine_Connection_Statement
errorInfo
Fetch extended error information associated with the last operation on the statement handle.
errorInfo() - Method in class Doctrine\Doctrine_Adapter_Statement_Mock
errorInfo.
errorInfo() - Method in class Doctrine\Doctrine_Adapter_Interface
errorInfo() - Method in class Doctrine\Doctrine_Adapter_Oracle
errorMessage() - Method in class Doctrine\Doctrine_Connection_Exception
Return a textual error message for a Doctrine error code.
errorMessage() - Method in class Doctrine\Doctrine_Exception
Return a textual error message for a Doctrine error code.
errorStack() - Method in class Doctrine\Doctrine_Record
assigns the ErrorStack or returns it if called without parameters.
escapePattern() - Method in class Doctrine\Doctrine_Formatter
Quotes pattern (% and _) characters in a string).
evaluateScalar() - Method in class Doctrine\sfYamlInline
Evaluates scalars and replaces magic values..
evict() - Method in class Doctrine\Doctrine_Table_Repository
.
evictAll() - Method in class Doctrine\Doctrine_Table_Repository
.
evictTables() - Method in class Doctrine\Doctrine_Connection
evictTables
evicts all tables.
excerpt() - Method in class Doctrine\Doctrine_Cli_AnsiColorFormatter
Truncates a line..
excerpt() - Method in class Doctrine\Doctrine_Cli_Formatter
Truncates a line..
exec() - Method in class Doctrine\Doctrine_Connection_Mssql
execute.
exec() - Method in class Doctrine\Doctrine_Adapter_Mock
Execute a raw sql statement.
exec() - Method in class Doctrine\Doctrine_Adapter_Oracle
Execute a raw sql statement.
exec() - Method in class Doctrine\Doctrine_Adapter_Interface
exec() - Method in class Doctrine\Doctrine_Connection
exec.
execute() - Method in class Doctrine\Doctrine_Task_GenerateYamlModels
execute.
execute() - Method in class Doctrine\Doctrine_Table
Finds result of a named query.
execute() - Method in class Doctrine\Doctrine_Adapter_Statement_Mock
execute.
execute() - Method in class Doctrine\Doctrine_Adapter_Statement_Oracle
Executes a prepared statement.
execute() - Method in class Doctrine\Doctrine_Task_GenerateYamlDb
execute.
execute() - Method in class Doctrine\Doctrine_Query_Abstract
execute
executes the query and populates the data set.
execute() - Method in class Doctrine\Doctrine_Task_RebuildDb
execute.
execute() - Method in class Doctrine\Doctrine_View
returns a collection of Doctrine_Record objects.
execute() - Method in class Doctrine\Doctrine_Task_LoadData
execute.
execute() - Method in class Doctrine\Doctrine_Task_GenerateModelsYaml
execute.
execute() - Method in class Doctrine\Doctrine_Adapter_Statement_Interface
Executes a prepared statement.
execute() - Method in class Doctrine\Doctrine_Pager
execute.
execute() - Method in class Doctrine\Doctrine_Connection_Mssql
execute.
execute() - Method in class Doctrine\Doctrine_Task_BuildAllLoad
execute.
execute() - Method in class Doctrine\Doctrine_Task_BuildAll
execute.
execute() - Method in class Doctrine\Doctrine_Task_Compile
execute.
execute() - Method in class Doctrine\Doctrine_Task_CreateDb
execute.
execute() - Method in class Doctrine\Doctrine_Connection_Statement
execute
Executes a prepared statement.
execute() - Method in class Doctrine\Doctrine_Pager_Layout
execute.
execute() - Method in class Doctrine\Doctrine_Connection
execute.
execute() - Method in class Doctrine\Doctrine_Adapter_Statement
execute().
execute() - Method in class Doctrine\Doctrine_Task_CreateTables
execute.
execute() - Method in class Doctrine\Doctrine_Task_Dql
execute.
execute() - Method in class Doctrine\Doctrine_Task_BuildAllReload
execute.
execute() - Method in class Doctrine\Doctrine_Task_GenerateMigrationsDiff
execute.
execute() - Method in class Doctrine\Doctrine_Task_GenerateMigrationsModels
execute.
execute() - Method in class Doctrine\Doctrine_Task_GenerateModelsDb
execute.
execute() - Method in class Doctrine\Doctrine_Task_DropDb
execute.
execute() - Method in class Doctrine\Doctrine_Task_GenerateMigrationsDb
execute.
execute() - Method in class Doctrine\Doctrine_Task_Migrate
execute.
execute() - Method in class Doctrine\Doctrine_Task
execute.
execute() - Method in class Doctrine\Doctrine_Task_DumpData
execute.
execute() - Method in class Doctrine\Doctrine_Task_GenerateSql
execute.
execute() - Method in class Doctrine\Doctrine_Task_GenerateMigration
execute.
executeOne() - Method in class Doctrine\Doctrine_Table
Fetches one record with a named query.
executeTask() - Method in class Doctrine\Doctrine_Cli
Executes the task with the specified _prepared_ arguments.
exists() - Method in class Doctrine\Doctrine_Record
returns true if this record is saved in the database, otherwise false (it is transient).
exists() - Method in class Doctrine\Doctrine_Null
expireQueryCache() - Method in class Doctrine\Doctrine_Query_Abstract
expireQueryCache.
expireResultCache() - Method in class Doctrine\Doctrine_Query_Abstract
expireCache.
export() - Method in class Doctrine\Doctrine_Table
Exports this table to database based on the schema definition.
exportClasses() - Method in class Doctrine\Doctrine_Export
exportClasses
method for exporting Doctrine_Record classes to a schema.
exportClassesSql() - Method in class Doctrine\Doctrine_Export
exportClassesSql
method for exporting Doctrine_Record classes to a schema.
exportData() - Method in class Doctrine\Doctrine_Data
exportData.
exportGeneratorsSql() - Method in class Doctrine\Doctrine_Export
exportGeneratorsSql
exports plugin tables for given table.
exportIndividualFiles() - Method in class Doctrine\Doctrine_Data
_exportIndividualFiles .
exportSchema() - Method in class Doctrine\Doctrine_Export
exportSchema
method for exporting Doctrine_Record classes to a schema.
exportSchema() - Method in class Doctrine\Doctrine_Export_Schema
exportSchema.
exportSortedClassesSql() - Method in class Doctrine\Doctrine_Export
exportSql() - Method in class Doctrine\Doctrine_Export
exportSql
returns the sql for exporting Doctrine_Record classes to a schema.
exportTable() - Method in class Doctrine\Doctrine_Export
exportTable
exports given table into database based on column and option definitions.
exportTo() - Method in class Doctrine\Doctrine_Record
exports instance to a chosen format.
exportTo() - Method in class Doctrine\Doctrine_Collection
Export a Doctrine_Collection to one of the supported Doctrine_Parser formats.
extensionsAutoload() - Method in class Doctrine\Doctrine_Core
Load classes from the Doctrine extensions directory/path.
F
factory() - Method in class Doctrine\Doctrine_Tree
Factory method to create a Tree.
factory() - Method in class Doctrine\Doctrine_Node
Factory method for creating a Node.
fetch() - Method in class Doctrine\Doctrine_Adapter_Statement_Mock
fetch.
fetch() - Method in class Doctrine\Doctrine_Adapter_Statement_Interface
fetch.
fetch() - Method in class Doctrine\Doctrine_Adapter_Statement
fetch.
fetch() - Method in class Doctrine\Doctrine_Cache_Driver
Fetch a cache record from this cache driver instance.
fetch() - Method in class Doctrine\Doctrine_Cache_Interface
Fetch a cache record from this cache driver instance.
fetch() - Method in class Doctrine\Doctrine_Adapter_Statement_Oracle
fetch.
fetch() - Method in class Doctrine\Doctrine_Connection_Statement
fetch.
fetchAll() - Method in class Doctrine\Doctrine_Adapter_Statement_Oracle
Returns an array containing all of the result set rows.
fetchAll() - Method in class Doctrine\Doctrine_Adapter_Statement_Interface
Returns an array containing all of the result set rows.
fetchAll() - Method in class Doctrine\Doctrine_Connection_Statement
fetchAll
Returns an array containing all of the result set rows.
fetchAll() - Method in class Doctrine\Doctrine_Connection
fetchAll.
fetchAll() - Method in class Doctrine\Doctrine_Adapter_Statement_Mock
fetchAll.
fetchArray() - Method in class Doctrine\Doctrine_Connection
fetchArray.
fetchArray() - Method in class Doctrine\Doctrine_Query
fetchArray
Convenience method to execute using array fetching as hydration mode..
fetchAssoc() - Method in class Doctrine\Doctrine_Connection
fetchAssoc.
fetchBoth() - Method in class Doctrine\Doctrine_Connection
fetchBoth.
fetchBranch() - Method in class Doctrine\Doctrine_Tree_Interface
optimised method that returns iterator for traversal of the tree from the given record primary key.
fetchBranch() - Method in class Doctrine\Doctrine_Tree_NestedSet
Fetches a branch of a tree..
fetchColumn() - Method in class Doctrine\Doctrine_Adapter_Statement_Oracle
Returns a single column from the next row of a
result set or FALSE if there are no more rows..
fetchColumn() - Method in class Doctrine\Doctrine_Connection_Statement
fetchColumn
Returns a single column from the next row of a
result set or FALSE if there are no more rows..
fetchColumn() - Method in class Doctrine\Doctrine_Connection
fetchColumn.
fetchColumn() - Method in class Doctrine\Doctrine_Adapter_Statement_Mock
fetchColumn.
fetchColumn() - Method in class Doctrine\Doctrine_Adapter_Statement_Interface
Returns a single column from the next row of a
result set or FALSE if there are no more rows..
fetchObject() - Method in class Doctrine\Doctrine_Connection_Statement
fetchObject
Fetches the next row and returns it as an object.
fetchObject() - Method in class Doctrine\Doctrine_Adapter_Statement_Interface
Fetches the next row and returns it as an object.
fetchObject() - Method in class Doctrine\Doctrine_Adapter_Statement_Oracle
Fetches the next row and returns it as an object.
fetchObject() - Method in class Doctrine\Doctrine_Adapter_Statement_Mock
fetchObject.
fetchOne() - Method in class Doctrine\Doctrine_Connection
fetchOne.
fetchOne() - Method in class Doctrine\Doctrine_Query
fetchOne
Convenience method to execute the query and return the first item
of the collection..
fetchRelatedFor() - Method in class Doctrine\Doctrine_Relation_Association_Self
fetchRelatedFor.
fetchRelatedFor() - Method in class Doctrine\Doctrine_Relation_LocalKey
fetchRelatedFor.
fetchRelatedFor() - Method in class Doctrine\Doctrine_Relation_Nest
fetchRelatedFor.
fetchRelatedFor() - Method in class Doctrine\Doctrine_Relation_Association
fetchRelatedFor.
fetchRelatedFor() - Method in class Doctrine\Doctrine_Relation
fetchRelatedFor.
fetchRelatedFor() - Method in class Doctrine\Doctrine_Relation_ForeignKey
fetchRelatedFor.
fetchRoot() - Method in class Doctrine\Doctrine_Tree_Interface
returns root node.
fetchRoot() - Method in class Doctrine\Doctrine_Tree_NestedSet
Fetches a/the root node..
fetchRoots() - Method in class Doctrine\Doctrine_Tree_NestedSet
Fetches all root nodes.
fetchRow() - Method in class Doctrine\Doctrine_Connection
fetchRow.
fetchTree() - Method in class Doctrine\Doctrine_Tree_NestedSet
Fetches a tree..
fetchTree() - Method in class Doctrine\Doctrine_Tree_Interface
optimised method to returns iterator for traversal of the entire tree from root.
filterGet() - Method in class Doctrine\Doctrine_Record_Filter
filterGet
defines an implementation for filtering the get() method of Doctrine_Record.
filterGet() - Method in class Doctrine\Doctrine_Record_Filter_Standard
filterGet
defines an implementation for filtering the get() method of Doctrine_Record.
filterGet() - Method in class Doctrine\Doctrine_Record_Filter_Compound
filterGet
defines an implementation for filtering the get() method of Doctrine_Record.
filterInvalidModels() - Method in class Doctrine\Doctrine_Core
Filter through an array of classes and return all the classes that are valid models.
filterSet() - Method in class Doctrine\Doctrine_Record_Filter_Standard
filterSet
defines an implementation for filtering the set() method of Doctrine_Record.
filterSet() - Method in class Doctrine\Doctrine_Record_Filter
filterSet
defines an implementation for filtering the set() method of Doctrine_Record.
filterSet() - Method in class Doctrine\Doctrine_Record_Filter_Compound
filterSet
defines an implementation for filtering the set() method of Doctrine_Record.
find() - Method in class Doctrine\Doctrine_Table
Finds a record by its identifier.
findAll() - Method in class Doctrine\Doctrine_Table
Retrieves all the records stored in this table..
findBy() - Method in class Doctrine\Doctrine_Table
Find records basing on a field..
findByDql() - Method in class Doctrine\Doctrine_Table
Finds records in this table with a given DQL where clause..
findBySql() - Method in class Doctrine\Doctrine_Table
Finds records in this table with a given SQL where clause..
findOneBy() - Method in class Doctrine\Doctrine_Table
Finds the first record that satisfy the clause..
fixArrayParameterValues() - Method in class Doctrine\Doctrine_Query_Abstract
.
fixIndexName() - Method in class Doctrine\Doctrine_Formatter
Removes any formatting in an index name using the 'idxname_format' option.
fixSequenceName() - Method in class Doctrine\Doctrine_Formatter
Removes any formatting in an sequence name using the 'seqname_format' option.
flush() - Method in class Doctrine\Doctrine_Hydrator_RecordDriver
flush() - Method in class Doctrine\Doctrine_Hydrator_Graph
flush() - Method in class Doctrine\Doctrine_Connection
flush
saves all the records from all tables
this operation is isolated using a transaction.
forceException() - Method in class Doctrine\Doctrine_Adapter_Mock
Force an exception in to the array of exceptions.
forceLastInsertIdFail() - Method in class Doctrine\Doctrine_Adapter_Mock
Force last insert to be failed.
foreignKey() - Method in class Doctrine\Doctrine_Migration_Base
Add a create or drop foreign key change..
format() - Method in class Doctrine\Doctrine_Cli_Formatter
Formats a text according to the given parameters..
format() - Method in class Doctrine\Doctrine_Cli_AnsiColorFormatter
Formats a text according to the given style or parameters..
formatExceptionMessage() - Method in class Doctrine\Doctrine_Cli
Formats, and then returns, the message in the specified exception.
formatSection() - Method in class Doctrine\Doctrine_Cli_AnsiColorFormatter
Formats a message within a section..
formatSection() - Method in class Doctrine\Doctrine_Cli_Formatter
Formats a message within a section..
formatSql() - Method in class Doctrine\Doctrine_Lib
Generates a colored sql query.
forUpdate() - Method in class Doctrine\Doctrine_Query_Abstract
forUpdate
Makes the query SELECT FOR UPDATE..
free() - Method in class Doctrine\Doctrine_Record
Helps freeing the memory occupied by the entity.
free() - Method in class Doctrine\Doctrine_Query_Abstract
Blank template method free().
free() - Method in class Doctrine\Doctrine_Collection
Frees the resources used by the collection.
free() - Method in class Doctrine\Doctrine_Query
Frees the resources used by the query object.
from() - Method in class Doctrine\Doctrine_Query_Abstract
from
sets the FROM part of the query
$q->from('User u');
.
fromArray() - Method in class Doctrine\Doctrine_Collection
Populate a Doctrine_Collection from an array of data.
fromArray() - Method in class Doctrine\Doctrine_Record
imports data from a php array.
functionExists() - Method in class Doctrine\Doctrine_Import
checks if a function exists.
G
generateBaseClasses() - Method in class Doctrine\Doctrine_Import_Builder
generateBaseClasses.
generateChanges() - Method in class Doctrine\Doctrine_Migration_Diff
Generate an array of changes found between the from and to schema information..
generateClass() - Method in class Doctrine\Doctrine_Record_Generator
Generates the class definition for plugin class.
generateClassFromTable() - Method in class Doctrine\Doctrine_Record_Generator
Generate a Doctrine_Record from a populated Doctrine_Table instance.
generateMigrationClass() - Method in class Doctrine\Doctrine_Migration_Builder
Generate a migration class.
generateMigrationClass() - Method in class Doctrine\Doctrine_Core
Generate new migration class skeleton.
generateMigrationClasses() - Method in class Doctrine\Doctrine_Migration_Diff
Generate a migration class for the changes in this diff instance.
generateMigrationsFromDb() - Method in class Doctrine\Doctrine_Core
Generate a set of migration classes from an existing database.
generateMigrationsFromDb() - Method in class Doctrine\Doctrine_Migration_Builder
Generate a set of migration classes from the existing databases.
generateMigrationsFromDiff() - Method in class Doctrine\Doctrine_Core
Generate a set of migration classes by generating differences between two sets
of schema information.
generateMigrationsFromDiff() - Method in class Doctrine\Doctrine_Migration_Builder
Generate migrations from a Doctrine_Migration_Diff instance.
generateMigrationsFromModels() - Method in class Doctrine\Doctrine_Core
Generate a set of migration classes from an existing set of models.
generateMigrationsFromModels() - Method in class Doctrine\Doctrine_Migration_Builder
Generate a set of migrations from a set of models.
generateModelsFromDb() - Method in class Doctrine\Doctrine_Core
Method for importing existing schema to Doctrine_Record classes.
generateModelsFromYaml() - Method in class Doctrine\Doctrine_Core
Generate a yaml schema file from an existing directory of models.
generateNewSqlTableAlias() - Method in class Doctrine\Doctrine_Query_Abstract
generateNewSqlTableAlias
generates a new alias from given table alias.
generateSqlFromArray() - Method in class Doctrine\Doctrine_Core
Generate a array of sql for the passed array of models.
generateSqlFromModels() - Method in class Doctrine\Doctrine_Core
Generate a sql string to create the tables from all loaded models
or the models found in the passed directory..
generateSqlTableAlias() - Method in class Doctrine\Doctrine_Query_Abstract
generateSqlTableAlias
generates a table alias from given table name and associates
it with given component alias.
generateTableClasses() - Method in class Doctrine\Doctrine_Import_Builder
generateTableClasses.
generateUniqueIndexName() - Method in class Doctrine\Doctrine_Connection
Get/generate unique index name for a table name and set of fields.
generateUniqueRelationForeignKeyName() - Method in class Doctrine\Doctrine_Connection
Get/generate a unique foreign key name for a relationship.
generateYamlFromDb() - Method in class Doctrine\Doctrine_Core
Generates models from database to temporary location then uses those models to generate a yaml schema file.
generateYamlFromModels() - Method in class Doctrine\Doctrine_Core
Generate yaml schema file for the models in the specified directory.
get() - Method in class Doctrine\Doctrine_Access
Return the element with the specified offset.
get() - Method in class Doctrine\Doctrine_Collection
Gets a record for given key.
get() - Method in class Doctrine\Doctrine_Record_Listener_Chain
returns a Doctrine_Record_Listener on success
and null on failure.
get() - Method in class Doctrine\Doctrine_Connection_Profiler
get.
get() - Method in class Doctrine\Doctrine_File
Return the element with the specified offset.
get() - Method in class Doctrine\Doctrine_Query_Filter_Chain
returns a Doctrine_Query_Filter on success
and null on failure.
get() - Method in class Doctrine\Doctrine_Table_Repository
get.
get() - Method in class Doctrine\Doctrine_Validator_ErrorStack
Get errors for field.
get() - Method in class Doctrine\Doctrine_Query_Registry
get() - Method in class Doctrine\Doctrine_Column
get.
get() - Method in class Doctrine\Doctrine_EventListener_Chain
returns a Doctrine_EventListener on success
and null on failure.
get() - Method in class Doctrine\Doctrine_Template
get.
get() - Method in class Doctrine\Doctrine_Record
returns a value of a property or a related component.
getAccessor() - Method in class Doctrine\Doctrine_Record
gets the custom accessor for a field name.
getAccessors() - Method in class Doctrine\Doctrine_Record
gets all accessors for this component instance.
getAdvancedForeignKeyOptions() - Method in class Doctrine\Doctrine_Export_Mysql
getAdvancedForeignKeyOptions
Return the FOREIGN KEY query section dealing with non-standard options
as MATCH, INITIALLY DEFERRED, ON UPDATE, ....
getAdvancedForeignKeyOptions() - Method in class Doctrine\Doctrine_Export_Oracle
getAdvancedForeignKeyOptions
Return the FOREIGN KEY query section dealing with non-standard options
as MATCH, INITIALLY DEFERRED, ON UPDATE, ....
getAdvancedForeignKeyOptions() - Method in class Doctrine\Doctrine_Export_Sqlite
getAdvancedForeignKeyOptions
Return the FOREIGN KEY query section dealing with non-standard options
as MATCH, INITIALLY DEFERRED, ON UPDATE, ....
getAdvancedForeignKeyOptions() - Method in class Doctrine\Doctrine_Export_Pgsql
getAdvancedForeignKeyOptions
Return the FOREIGN KEY query section dealing with non-standard options
as MATCH, INITIALLY DEFERRED, ON UPDATE, ....
getAdvancedForeignKeyOptions() - Method in class Doctrine\Doctrine_Export
getAdvancedForeignKeyOptions
Return the FOREIGN KEY query section dealing with non-standard options
as MATCH, INITIALLY DEFERRED, ON UPDATE, ....
getAlias() - Method in class Doctrine\Doctrine_Relation
getAlias
returns the relation alias.
getAll() - Method in class Doctrine\Doctrine_Connection_Profiler
getAll
returns all profiled events as an array.
getAll() - Method in class Doctrine\Doctrine_Adapter_Mock
Get all the executed queries.
getAllGenerators() - Method in class Doctrine\Doctrine_Export
fetches all generators recursively for given table.
getAncestors() - Method in class Doctrine\Doctrine_Node_NestedSet
gets ancestors for node.
getAncestors() - Method in class Doctrine\Doctrine_Node_Interface
gets ancestors for node.
getArg() - Method in class Doctrine\Doctrine_Validator_Driver
returns the value of an argument.
getArgs() - Method in class Doctrine\Doctrine_Validator_Driver
returns all args and their associated values.
getArgument() - Method in class Doctrine\Doctrine_Task
getArgument.
getArguments() - Method in class Doctrine\Doctrine_Task
getArguments.
getAssociationFactory() - Method in class Doctrine\Doctrine_Relation_Association
.
getAssociationTable() - Method in class Doctrine\Doctrine_Relation_Association
getAttribute() - Method in class Doctrine\Doctrine_Connection_Statement
getAttribute
Retrieve a statement attribute.
getAttribute() - Method in class Doctrine\Doctrine_Adapter_Statement_Mock
getAttribute.
getAttribute() - Method in class Doctrine\Doctrine_Adapter_Oracle
Retrieve a statement attribute.
getAttribute() - Method in class Doctrine\Doctrine_Connection
getAttribute
retrieves a database connection attribute.
getAttribute() - Method in class Doctrine\Doctrine_Adapter_Statement_Oracle
Retrieve a statement attribute.
getAttribute() - Method in class Doctrine\Doctrine_Tree
gets tree attribute value.
getAttribute() - Method in class Doctrine\Doctrine_Adapter_Mock
getAttribute() - Method in class Doctrine\Doctrine_Configurable
returns the value of an attribute.
getAttribute() - Method in class Doctrine\Doctrine_Adapter_Interface
getAttribute() - Method in class Doctrine\Doctrine_Adapter_Statement_Interface
Retrieve a statement attribute.
getAttributes() - Method in class Doctrine\Doctrine_Configurable
getAttributes
returns all attributes as an array.
getAuditLog() - Method in class Doctrine\Doctrine_Template_Versionable
Get plugin for Versionable template.
getAvailableDrivers() - Method in class Doctrine\Doctrine_Connection
returns an array of available PDO drivers.
getBaseAlias() - Method in class Doctrine\Doctrine_Tree_NestedSet
Enter description here....
getBaseComponent() - Method in class Doctrine\Doctrine_Tree
Returns the base tree component..
getBaseQuery() - Method in class Doctrine\Doctrine_Tree_NestedSet
Enter description here....
getBoundQueryPart() - Method in class Doctrine\Doctrine_Table
Retrieves a bound query part..
getCachedForm() - Method in class Doctrine\Doctrine_Query_Abstract
getCachedForm
returns the cached form of this query for given resultSet.
getChanges() - Method in class Doctrine\Doctrine_Migration_Base
Get the changes that have been added on this migration class instance.
getCharset() - Method in class Doctrine\Doctrine_Configurable
Get the charset.
getCharsetFieldDeclaration() - Method in class Doctrine\Doctrine_Export_Mysql
Returns a character set declaration..
getCharsetFieldDeclaration() - Method in class Doctrine\Doctrine_DataDict_Mysql
Obtain DBMS specific SQL code portion needed to set the CHARACTER SET
of a field declaration to be used in statements like CREATE TABLE..
getCharsetFieldDeclaration() - Method in class Doctrine\Doctrine_Export
Obtain DBMS specific SQL code portion needed to set the CHARACTER SET
of a field declaration to be used in statements like CREATE TABLE..
getCheckDeclaration() - Method in class Doctrine\Doctrine_Export
Obtain DBMS specific SQL code portion needed to set a CHECK constraint
declaration to be used in statements like CREATE TABLE..
getChildren() - Method in class Doctrine\Doctrine_Node_NestedSet
gets children for node (direct descendants only).
getChildren() - Method in class Doctrine\Doctrine_Node_Interface
gets children for node (direct descendants only).
getChunkLength() - Method in class Doctrine\Doctrine_Pager_Range_Sliding
getChunkLength.
getChunkLength() - Method in class Doctrine\Doctrine_Pager_Range_Jumping
getChunkLength.
getClass() - Method in class Doctrine\Doctrine_Relation
getClass
returns the name of the related class.
getClassname() - Method in class Doctrine\Doctrine_Validator_ErrorStack
Get the classname where the errors occured.
getClassnameToReturn() - Method in class Doctrine\Doctrine_Table
Get the classname to return.
getClassPrefix() - Method in class Doctrine\Doctrine_Locator
getClassPrefix.
getCode() - Method in class Doctrine\Doctrine_Event
getCode.
getCollate() - Method in class Doctrine\Doctrine_Configurable
Get the collate.
getCollationFieldDeclaration() - Method in class Doctrine\Doctrine_Export_Mysql
Returns a collation declaration..
getCollationFieldDeclaration() - Method in class Doctrine\Doctrine_Export
Obtain DBMS specific SQL code portion needed to set the COLLATION
of a field declaration to be used in statements like CREATE TABLE..
getCollationFieldDeclaration() - Method in class Doctrine\Doctrine_DataDict_Mysql
Obtain DBMS specific SQL code portion needed to set the COLLATION
of a field declaration to be used in statements like CREATE TABLE..
getCollectionAsString() - Method in class Doctrine\Doctrine_Lib
Generates a string representation of a collection.
getColumnCount() - Method in class Doctrine\Doctrine_Table
.
getColumnDefinition() - Method in class Doctrine\Doctrine_Table
Retrieves a column definition from this table schema..
getColumnMeta() - Method in class Doctrine\Doctrine_Adapter_Statement_Interface
Returns metadata for a column in a result set.
getColumnMeta() - Method in class Doctrine\Doctrine_Adapter_Statement_Mock
getColumnMeta.
getColumnMeta() - Method in class Doctrine\Doctrine_Connection_Statement
getColumnMeta
Returns metadata for a column in a result set.
getColumnMeta() - Method in class Doctrine\Doctrine_Adapter_Statement_Oracle
Returns metadata for a column in a result set.
getColumnName() - Method in class Doctrine\Doctrine_Table
Returns a column name for a column alias.
getColumnNames() - Method in class Doctrine\Doctrine_Table
Returns an array containing all the column names..
getColumnOwner() - Method in class Doctrine\Doctrine_Table
Gets the owner of a column.
getColumns() - Method in class Doctrine\Doctrine_Table
Retrieves all columns of the table..
getComponentAlias() - Method in class Doctrine\Doctrine_Query_Abstract
getComponentAlias
get component alias associated with given table alias.
getComponentName() - Method in class Doctrine\Doctrine_Table
Gets the subclass of Doctrine_Record that belongs to this table..
getCondition() - Method in class Doctrine\Doctrine_Relation_ForeignKey
getCondition.
getCondition() - Method in class Doctrine\Doctrine_Hook_Parser
getCondition() - Method in class Doctrine\Doctrine_Relation_LocalKey
getCondition.
getConfig() - Method in class Doctrine\Doctrine_Cli
.
getConfigValue() - Method in class Doctrine\Doctrine_Cli
Returns the specified value from the config, or the default value, if specified.
getConnection() - Method in class Doctrine\Doctrine_Expression
Retrieves the connection associated to this expression at creation,
or the current connection used if it was not specified..
getConnection() - Method in class Doctrine\Doctrine_Table
Returns the connection associated with this table (if any)..
getConnection() - Method in class Doctrine\Doctrine_Manager
Get the connection instance for the passed name.
getConnection() - Method in class Doctrine\Doctrine_Connection_Statement
getConnection
returns the connection object this statement uses.
getConnection() - Method in class Doctrine\Doctrine_Cache_Db
Get the connection object associated with this cache driver.
getConnection() - Method in class Doctrine\Doctrine_View
returns the connection object.
getConnection() - Method in class Doctrine\Doctrine_Migration_Process
getConnection() - Method in class Doctrine\Doctrine_Query_Abstract
getConnection.
getConnection() - Method in class Doctrine\Doctrine_Migration
getConnection() - Method in class Doctrine\Doctrine_Connection_Module
getConnection
returns the connection object this module uses.
getConnection() - Method in class Doctrine\Doctrine_Adapter_Oracle
Returns established OCI connection handler.
getConnectionAsString() - Method in class Doctrine\Doctrine_Lib
Generates a string representation of a connection.
getConnectionByTableName() - Method in class Doctrine\Doctrine_Core
Get the connection object for a table by the actual table name
FIXME: I think this method is flawed because a individual connections could have the same table name.
getConnectionDrivers() - Method in class Doctrine\Doctrine_Manager
Get all the available connection drivers.
getConnectionForComponent() - Method in class Doctrine\Doctrine_Manager
Get the connection instance for the specified component.
getConnectionName() - Method in class Doctrine\Doctrine_Manager
Get the name of the passed connection instance.
getConnections() - Method in class Doctrine\Doctrine_Manager
Returns all opened connections.
getConnectionStateAsString() - Method in class Doctrine\Doctrine_Lib
Generates a human readable representation of a connection's state.
getCountQuery() - Method in class Doctrine\Doctrine_Pager
getCountQuery.
getCountQueryParams() - Method in class Doctrine\Doctrine_Query_Abstract
getCountQueryParams
Retrieves the parameters for count query.
getCountQueryParams() - Method in class Doctrine\Doctrine_Pager
getCountQueryParams.
getCountries() - Method in class Doctrine\Doctrine_Validator_Country
returns all available country codes.
getCountSqlQuery() - Method in class Doctrine\Doctrine_Query
Get count sql query for this Doctrine_Query instance.
getCountSqlQuery() - Method in class Doctrine\Doctrine_RawSql
getCountQuery
builds the count query..
getCurrentConnection() - Method in class Doctrine\Doctrine_Manager
Get the current connection instance.
getCurrentLineIndentation() - Method in class Doctrine\sfYamlParser
Returns the current line indentation..
getCurrentVersion() - Method in class Doctrine\Doctrine_Migration
Get the current version of the database.
getData() - Method in class Doctrine\Doctrine_Record
return all the internal data (columns).
getData() - Method in class Doctrine\Doctrine_Collection
Get all the records as an array.
getData() - Method in class Doctrine\Doctrine_Table
Returns internal data.
getDatabaseName() - Method in class Doctrine\Doctrine_Connection_Mysql
returns the name of the connected database.
getDbh() - Method in class Doctrine\Doctrine_Connection
returns the database handler of which this connection uses.
getDeclaration() - Method in class Doctrine\Doctrine_Export
Obtain DBMS specific SQL code portion needed to declare a generic type
field to be used in statements like CREATE TABLE..
getDeclaration() - Method in class Doctrine\Doctrine_Export_Mysql
Obtain DBMS specific SQL code portion needed to declare a generic type
field to be used in statements like CREATE TABLE..
getDefaultFieldDeclaration() - Method in class Doctrine\Doctrine_Export_Mysql
getDefaultDeclaration
Obtain DBMS specific SQL code portion needed to set a default value
declaration to be used in statements like CREATE TABLE..
getDefaultFieldDeclaration() - Method in class Doctrine\Doctrine_Export
getDefaultDeclaration
Obtain DBMS specific SQL code portion needed to set a default value
declaration to be used in statements like CREATE TABLE..
getDefaultFieldDeclaration() - Method in class Doctrine\Doctrine_Export_Mssql
.
getDefaultTableOptions() - Method in class Doctrine\Doctrine_Migration_Base
Returns the default options for tables created using Doctrine_Migration_Base::createTable().
getDefaultValueOf() - Method in class Doctrine\Doctrine_Table
Retrieves the default value (if any) for a given column..
getDefinition() - Method in class Doctrine\Doctrine_Column
Returns the definition of the column.
getDefinitionOf() - Method in class Doctrine\Doctrine_Table
Retrieves the definition of a field.
getDeleteDiff() - Method in class Doctrine\Doctrine_Collection
Perform a delete diff between the last snapshot and the current data.
getDescendants() - Method in class Doctrine\Doctrine_Node_Interface
gets descendants for node (direct descendants only).
getDescendants() - Method in class Doctrine\Doctrine_Node_NestedSet
gets descendants for node (direct descendants only).
getDescription() - Method in class Doctrine\Doctrine_Task
getDescription.
getDirectory() - Method in class Doctrine\Doctrine_Data
getDirectory.
getDisableLimitSubquery() - Method in class Doctrine\Doctrine_Query_Abstract
Gets the disableLimitSubquery property..
getDistance() - Method in class Doctrine\Doctrine_Template_Geographical
Get distance between this record and another.
getDistanceQuery() - Method in class Doctrine\Doctrine_Template_Geographical
Initiate and get a distance query with the select parts for the number of kilometers and miles
between this record and other zipcode records in the database.
getDql() - Method in class Doctrine\Doctrine_Query_Abstract
getDql
returns the DQL query that is represented by this query object.
getDqlPart() - Method in class Doctrine\Doctrine_Query
Retrieves a specific DQL query part..
getDriverName() - Method in class Doctrine\Doctrine_Connection
getDriverName.
getElapsedSecs() - Method in class Doctrine\Doctrine_Event
Get the elapsed time (in microseconds) that the event ran.
getElement() - Method in class Doctrine\Doctrine_Hydrator_Graph
getElement() - Method in class Doctrine\Doctrine_Hydrator_RecordDriver
getElement() - Method in class Doctrine\Doctrine_Hydrator_ArrayDriver
getElementCollection() - Method in class Doctrine\Doctrine_Hydrator_RecordDriver
getElementCollection() - Method in class Doctrine\Doctrine_Hydrator_Graph
getElementCollection() - Method in class Doctrine\Doctrine_Hydrator_ArrayDriver
getEnumValues() - Method in class Doctrine\Doctrine_Table
Retrieves the enum values for a given field..
getEnumValues() - Method in class Doctrine\Doctrine_Column
.
getErrors() - Method in class Doctrine\Doctrine_Migration
Get all the error exceptions.
getErrorStack() - Method in class Doctrine\Doctrine_Record
retrieves the ErrorStack.
getErrorStackAsString() - Method in class Doctrine\Doctrine_Record
Get the record error stack as a human readable string.
getExecuted() - Method in class Doctrine\Doctrine_Pager
getExecuted.
getExportableFormat() - Method in class Doctrine\Doctrine_Table
Returns an exportable representation of this object.
getExpressionOwner() - Method in class Doctrine\Doctrine_Query
getExpressionOwner
returns the component alias for owner of given expression.
getExtensions() - Method in class Doctrine\Doctrine_Manager
Get all registered Doctrine extensions.
getExtensionsPath() - Method in class Doctrine\Doctrine_Core
Get the path to load extension classes from.
getFieldDeclarationList() - Method in class Doctrine\Doctrine_Export
Get declaration of a number of field in bulk.
getFieldLength() - Method in class Doctrine\Doctrine_Table
Gets the maximum length of a field.
getFieldName() - Method in class Doctrine\Doctrine_Table
Returns a column alias for a column name.
getFieldNames() - Method in class Doctrine\Doctrine_Table
Returns an array containing all the field names..
getFields() - Method in class Doctrine\Doctrine_RawSql
getFields
returns the fields associated with this parser.
getFieldValidators() - Method in class Doctrine\Doctrine_Table
Gets the names of all validators being applied on a field..
getFilters() - Method in class Doctrine\Doctrine_Table
getFilters.
getFirst() - Method in class Doctrine\Doctrine_Collection
Get the first record in the collection.
getFirstChild() - Method in class Doctrine\Doctrine_Node_NestedSet
gets record of first child or empty record.
getFirstChild() - Method in class Doctrine\Doctrine_Node_Interface
gets record of first child or empty record.
getFirstIndice() - Method in class Doctrine\Doctrine_Pager
getFirstIndice.
getFirstPage() - Method in class Doctrine\Doctrine_Pager
getFirstPage.
getFlattenedParams() - Method in class Doctrine\Doctrine_Query_Abstract
Get flattened array of parameters for query.
getForeign() - Method in class Doctrine\Doctrine_Relation
getForeign
returns the name of the foreignkey column where
the localkey column is pointing at.
getForeignColumnName() - Method in class Doctrine\Doctrine_Relation
getForeignColumnName
returns the column name of the foreign column.
getForeignFieldName() - Method in class Doctrine\Doctrine_Relation
getLocalFieldName
returns the field name of the foreign column.
getForeignKeyBaseDeclaration() - Method in class Doctrine\Doctrine_Export
getForeignKeyBaseDeclaration
Obtain DBMS specific SQL code portion needed to set the FOREIGN KEY constraint
of a field declaration to be used in statements like CREATE TABLE..
getForeignKeyDeclaration() - Method in class Doctrine\Doctrine_Export
getForeignKeyDeclaration
Obtain DBMS specific SQL code portion needed to set the FOREIGN KEY constraint
of a field declaration to be used in statements like CREATE TABLE..
getForeignKeyName() - Method in class Doctrine\Doctrine_Relation
Get the name of the foreign key for this relationship.
getForeignKeyName() - Method in class Doctrine\Doctrine_Formatter
Formatting a foreign Key name.
getForeignKeyReferentialAction() - Method in class Doctrine\Doctrine_Export
getForeignKeyReferentialAction.
getForeignRefColumnName() - Method in class Doctrine\Doctrine_Relation_Association
getForeignRefColumnName
returns the column name of the foreign reference column.
getForeignRefFieldName() - Method in class Doctrine\Doctrine_Relation_Association
getForeignRefFieldName
returns the field name of the foreign reference column.
getFormat() - Method in class Doctrine\Doctrine_Data
getFormat.
getFormats() - Method in class Doctrine\Doctrine_Data
getFormats .
getFormatter() - Method in class Doctrine\Doctrine_Cli
.
getGenerator() - Method in class Doctrine\Doctrine_Table
Gets generator instance for a passed name..
getGenerators() - Method in class Doctrine\Doctrine_Table
Gets all the generators for this table..
getGlobalDefinitionKeys() - Method in class Doctrine\Doctrine_Import_Schema
Returns an array of definition keys that can be applied at the global level..
getHydrationMode() - Method in class Doctrine\Doctrine_Hydrator
Get the hydration mode.
getHydratorDriver() - Method in class Doctrine\Doctrine_Hydrator
Get an instance of the hydration driver for the passed hydration mode.
getHydratorDriverClassName() - Method in class Doctrine\Doctrine_Hydrator
Get the name of the driver class for the passed hydration mode.
getHydrators() - Method in class Doctrine\Doctrine_Manager
Get all registered hydrators.
getI18n() - Method in class Doctrine\Doctrine_Template_I18n
Get the plugin instance for the I18n template.
getIdentifier() - Method in class Doctrine\Doctrine_Table
Returns the definition of the identifier key..
getIdentifier() - Method in class Doctrine\Doctrine_Expression_Driver
getIdentifierColumnNames() - Method in class Doctrine\Doctrine_Table
Returns an array with all the identifier column names..
getIdentifiers() - Method in class Doctrine\Doctrine_Relation_Parser
getIdentifiers
gives a list of identifiers from given table.
getIdentifiers() - Method in class Doctrine\Doctrine_Expression_Driver
getIdentifierType() - Method in class Doctrine\Doctrine_Table
Retrieves the type of primary key.
getImpl() - Method in class Doctrine\Doctrine_Relation_Parser
getImpl
returns the table class of the concrete implementation for given template
if the given template is not a template then this method just returns the
table class for the given record.
getImpl() - Method in class Doctrine\Doctrine_Configurable
getImpl
returns the implementation for given class.
getIncremented() - Method in class Doctrine\Doctrine_Record
returns the value of autoincremented primary key of this object (if any).
getIndex() - Method in class Doctrine\Doctrine_Table
Retrieves an index definition.
getIndexDeclaration() - Method in class Doctrine\Doctrine_Export
Obtain DBMS specific SQL code portion needed to set an index
declaration to be used in statements like CREATE TABLE..
getIndexDeclaration() - Method in class Doctrine\Doctrine_Export_Mysql
Obtain DBMS specific SQL code portion needed to set an index
declaration to be used in statements like CREATE TABLE..
getIndexDeclaration() - Method in class Doctrine\Doctrine_Export_Oracle
return Oracle's SQL code portion needed to set an index
declaration to be unsed in statements like CREATE TABLE..
getIndexFieldDeclarationList() - Method in class Doctrine\Doctrine_Export_Sqlite
getIndexFieldDeclarationList
Obtain DBMS specific SQL code portion needed to set an index
declaration to be used in statements like CREATE TABLE..
getIndexFieldDeclarationList() - Method in class Doctrine\Doctrine_Export_Mysql
getIndexFieldDeclarationList
Obtain DBMS specific SQL code portion needed to set an index
declaration to be used in statements like CREATE TABLE..
getIndexFieldDeclarationList() - Method in class Doctrine\Doctrine_Export
getIndexFieldDeclarationList
Obtain DBMS specific SQL code portion needed to set an index
declaration to be used in statements like CREATE TABLE..
getIndexName() - Method in class Doctrine\Doctrine_Formatter
adds index name formatting to a index name.
getInheritanceCondition() - Method in class Doctrine\Doctrine_Query_Abstract
Returns the inheritance condition for the passed componentAlias
If no component alias is specified it defaults to the root component.
getInsertDiff() - Method in class Doctrine\Doctrine_Collection
Perform a insert diff between the last snapshot and the current data.
getInstance() - Method in class Doctrine\Doctrine_Manager
Returns an instance of this class
(this class uses the singleton pattern).
getIntegerDeclaration() - Method in class Doctrine\Doctrine_DataDict_Sqlite
Obtain DBMS specific SQL code portion needed to declare an integer type
field to be used in statements like CREATE TABLE..
getIntegerDeclaration() - Method in class Doctrine\Doctrine_DataDict_Mssql
Obtain DBMS specific SQL code portion needed to declare an integer type
field to be used in statements like CREATE TABLE..
getIntegerDeclaration() - Method in class Doctrine\Doctrine_DataDict_Pgsql
Obtain DBMS specific SQL code portion needed to declare an integer type
field to be used in statements like CREATE TABLE..
getIntegerDeclaration() - Method in class Doctrine\Doctrine_DataDict_Mysql
Obtain DBMS specific SQL code portion needed to declare an integer type
field to be used in statements like CREATE TABLE..
getInternalParams() - Method in class Doctrine\Doctrine_Query_Abstract
getInternalParams.
getInternalTransactionLevel() - Method in class Doctrine\Doctrine_Transaction
getInvalid() - Method in class Doctrine\Doctrine_Transaction
Return the invalid records.
getInvalidRecords() - Method in class Doctrine\Doctrine_Validator_Exception
getInvoker() - Method in class Doctrine\Doctrine_Event
getInvoker
returns the handler that invoked this event.
getInvoker() - Method in class Doctrine\Doctrine_Template
returns the last used invoker.
getIsolation() - Method in class Doctrine\Doctrine_Transaction
getTransactionIsolation.
getIsolation() - Method in class Doctrine\Doctrine_Transaction_Mysql
getTransactionIsolation.
getIterator() - Method in class Doctrine\Doctrine_Validator_ErrorStack
Enter description here....
getIterator() - Method in class Doctrine\Doctrine_Collection_Offset
.
getIterator() - Method in class Doctrine\Doctrine_Collection
Get collection data iterator.
getIterator() - Method in class Doctrine\Doctrine_Node
get iterator.
getIterator() - Method in class Doctrine\Doctrine_Table_Repository
getIterator.
getIterator() - Method in class Doctrine\Doctrine_Export_Reporter
getIterator() - Method in class Doctrine\Doctrine_Column
getIterator.
getIterator() - Method in class Doctrine\Doctrine_Connection_Profiler
getIterator
returns an iterator that iterates through the logged events.
getIterator() - Method in class Doctrine\Doctrine_Manager
Returns an ArrayIterator that iterates through all connections.
getIterator() - Method in class Doctrine\Doctrine_Locator
getIterator
returns an ArrayIterator that iterates through all
bound resources.
getIterator() - Method in class Doctrine\Doctrine_Record
implements IteratorAggregate interface.
getIterator() - Method in class Doctrine\Doctrine_Connection
returns an iterator that iterators through all
initialized table objects.
getIterator() - Method in class Doctrine\Doctrine_Validator_Exception
getKeyColumn() - Method in class Doctrine\Doctrine_Collection
Get the name of the key column.
getKeys() - Method in class Doctrine\Doctrine_Collection
Get all keys of the data in the collection.
getLast() - Method in class Doctrine\Doctrine_Collection
Get the last record in the collection.
getLast() - Method in class Doctrine\Doctrine_Record
getLast
this method is used internally by Doctrine_Query
it is needed to provide compatibility between
records and collections.
getLastChild() - Method in class Doctrine\Doctrine_Node_Interface
gets record of last child or empty record.
getLastChild() - Method in class Doctrine\Doctrine_Node_NestedSet
gets record of last child or empty record.
getLastIndice() - Method in class Doctrine\Doctrine_Pager
getLastIndice.
getLastKey() - Method in class Doctrine\Doctrine_Hydrator_RecordDriver
getLastKey() - Method in class Doctrine\Doctrine_Hydrator_Graph
getLastKey() - Method in class Doctrine\Doctrine_Hydrator_ArrayDriver
getLastModified() - Method in class Doctrine\Doctrine_Record
returns an array of the modified fields from the last transaction..
getLastPage() - Method in class Doctrine\Doctrine_Pager
getLastPage.
getLatestVersion() - Method in class Doctrine\Doctrine_Migration
Gets the latest possible version from the loaded migration classes.
getLeftValue() - Method in class Doctrine\Doctrine_Node_NestedSet
gets record's left value.
getLevel() - Method in class Doctrine\Doctrine_Node_NestedSet
gets level (depth) of node in the tree.
getLevel() - Method in class Doctrine\Doctrine_Node_Interface
gets level (depth) of node in the tree.
getLimit() - Method in class Doctrine\Doctrine_Collection_Offset
.
getLimitSubquery() - Method in class Doctrine\Doctrine_Query
getLimitSubquery
this is method is used by the record limit algorithm.
getListener() - Method in class Doctrine\Doctrine_Record_Abstract
getListener.
getListener() - Method in class Doctrine\Doctrine_Configurable
getListener.
getLoadedModelFiles() - Method in class Doctrine\Doctrine_Core
Returns an array of all the loaded models and the path where each of them exists.
getLoadedModels() - Method in class Doctrine\Doctrine_Core
Get all the loaded models, you can provide an array of classes or it will use get_declared_classes().
getLoadedTasks() - Method in class Doctrine\Doctrine_Cli
Old method retained for backwards compatibility.
getLocal() - Method in class Doctrine\Doctrine_Relation
getLocal
returns the name of the local column.
getLocalColumnName() - Method in class Doctrine\Doctrine_Relation
getLocalColumnName
returns the column name of the local column.
getLocalFieldName() - Method in class Doctrine\Doctrine_Relation
getLocalFieldName
returns the field name of the local column.
getLocalRefColumnName() - Method in class Doctrine\Doctrine_Relation_Association
getLocalRefColumnName
returns the column name of the local reference column.
getLocalRefFieldName() - Method in class Doctrine\Doctrine_Relation_Association
getLocalRefFieldName
returns the field name of the local reference column.
getLocator() - Method in class Doctrine\Doctrine_Locator_Injectable
getLocator
returns the locator associated with this object.
getLock() - Method in class Doctrine\Doctrine_Locking_Manager_Pessimistic
Obtains a lock on a Doctrine_Record.
getLockOwner() - Method in class Doctrine\Doctrine_Locking_Manager_Pessimistic
Gets the identifier that identifies the owner of the lock on the given
record..
getManager() - Method in class Doctrine\Doctrine_Connection
returns the manager that created this connection.
getMaxPerPage() - Method in class Doctrine\Doctrine_Pager
getLastPage.
getMaxVersion() - Method in class Doctrine\Doctrine_AuditLog
Get the max version number for a given Doctrine_Record.
getMethodOwner() - Method in class Doctrine\Doctrine_Table
getMethodOwner.
getMigrationClass() - Method in class Doctrine\Doctrine_Migration
Get instance of migration class for number/version specified.
getMigrationClasses() - Method in class Doctrine\Doctrine_Migration
Get all the loaded migration classes.
getMigrationClassesDirectory() - Method in class Doctrine\Doctrine_Migration
Get the migration classes directory.
getMigrationsPath() - Method in class Doctrine\Doctrine_Migration_Builder
Get the path where generated migration classes are written to.
getModels() - Method in class Doctrine\Doctrine_Data
getModels.
getModelsDirectory() - Method in class Doctrine\Doctrine_Core
Get the directory where your models are located for PEAR style naming
convention autoloading.
getModified() - Method in class Doctrine\Doctrine_Record
retrieves an array of modified fields and associated new values..
getModuleName() - Method in class Doctrine\Doctrine_Connection_Module
getModuleName
returns the name of this module.
getMutator() - Method in class Doctrine\Doctrine_Record
gets the custom mutator for a field name.
getMutators() - Method in class Doctrine\Doctrine_Record
gets all custom mutators for this component instance.
getName() - Method in class Doctrine\Doctrine_View
returns the name of this view.
getName() - Method in class Doctrine\Doctrine_Connection
getName
returns the name of this driver.
getName() - Method in class Doctrine\Doctrine_Event
getName
returns the name of this event.
getName() - Method in class Doctrine\Doctrine_Adapter_Mock
Get the name of the dbms used in this instance of the mock adapter.
getNativeDeclaration() - Method in class Doctrine\Doctrine_DataDict_Pgsql
Obtain DBMS specific SQL code portion needed to declare an text type
field to be used in statements like CREATE TABLE..
getNativeDeclaration() - Method in class Doctrine\Doctrine_DataDict_Oracle
Obtain DBMS specific SQL code portion needed to declare an text type
field to be used in statements like CREATE TABLE..
getNativeDeclaration() - Method in class Doctrine\Doctrine_DataDict_Mysql
Obtain DBMS specific SQL code portion needed to declare an text type
field to be used in statements like CREATE TABLE..
getNativeDeclaration() - Method in class Doctrine\Doctrine_DataDict_Sqlite
Obtain DBMS specific SQL code portion needed to declare an text type
field to be used in statements like CREATE TABLE..
getNativeDeclaration() - Method in class Doctrine\Doctrine_DataDict_Mssql
Obtain DBMS specific SQL code portion needed to declare an text type
field to be used in statements like CREATE TABLE..
getNextEmbedBlock() - Method in class Doctrine\sfYamlParser
Returns the next embed block of YAML..
getNextMigrationClassVersion() - Method in class Doctrine\Doctrine_Migration
Get the next incremented class version based on the loaded migration classes.
getNextPage() - Method in class Doctrine\Doctrine_Pager
getNextPage.
getNextSibling() - Method in class Doctrine\Doctrine_Node_NestedSet
gets record of next sibling or empty record.
getNextSibling() - Method in class Doctrine\Doctrine_Node_Interface
gets record of next sibling or empty record.
getNextVersion() - Method in class Doctrine\Doctrine_Migration
Get the next incremented version number based on the latest version number
using getLatestVersion().
getNode() - Method in class Doctrine\Doctrine_Record
getter for node associated with this record.
getNormalIterator() - Method in class Doctrine\Doctrine_Collection
Get normal iterator - an iterator that will not expand this collection.
getNotNullFieldDeclaration() - Method in class Doctrine\Doctrine_Export_Mssql
getNotNullFieldDeclaration
Obtain DBMS specific SQL code portion needed to set a NOT NULL
declaration to be used in statements like CREATE TABLE..
getNotNullFieldDeclaration() - Method in class Doctrine\Doctrine_Export
getNotNullFieldDeclaration
Obtain DBMS specific SQL code portion needed to set a NOT NULL
declaration to be used in statements like CREATE TABLE..
getNullObject() - Method in class Doctrine\Doctrine_Locator_Injectable
getNullObject
returns the null object associated with this object.
getNullPointer() - Method in class Doctrine\Doctrine_Hydrator_Graph
getNullPointer() - Method in class Doctrine\Doctrine_Hydrator_ArrayDriver
getNullPointer() - Method in class Doctrine\Doctrine_Hydrator_RecordDriver
getNumberChildren() - Method in class Doctrine\Doctrine_Node_Interface
gets number of children (direct descendants).
getNumberChildren() - Method in class Doctrine\Doctrine_Node_NestedSet
gets number of children (direct descendants).
getNumberDescendants() - Method in class Doctrine\Doctrine_Node_Interface
gets number of descendants (children and their children).
getNumberDescendants() - Method in class Doctrine\Doctrine_Node_NestedSet
gets number of descendants (children and their children).
getNumChanges() - Method in class Doctrine\Doctrine_Migration_Base
getNumErrors() - Method in class Doctrine\Doctrine_Migration
Get the number of errors.
getNumResults() - Method in class Doctrine\Doctrine_Pager
getNumResults.
getOid() - Method in class Doctrine\Doctrine_Record
.
getOption() - Method in class Doctrine\Doctrine_Connection
getOption.
getOption() - Method in class Doctrine\Doctrine_Record_Listener
getOption
returns the value of given option.
getOption() - Method in class Doctrine\Doctrine_Template
getOption
returns the value of given option.
getOption() - Method in class Doctrine\Doctrine_Table
Returns the value of a given option..
getOption() - Method in class Doctrine\Doctrine_Import_Schema
getOption.
getOption() - Method in class Doctrine\Doctrine_Record_Listener_Chain
getOption
returns the value of given option.
getOption() - Method in class Doctrine\Doctrine_Record_Listener_Interface
getOption() - Method in class Doctrine\Doctrine_Pager_Range
getOption.
getOption() - Method in class Doctrine\Doctrine_Record_Generator
Returns the value of an option.
getOption() - Method in class Doctrine\Doctrine_Cache_Driver
Get value of option.
getOptionalArguments() - Method in class Doctrine\Doctrine_Task
getOptionalArguments.
getOptionalArgumentsDescriptions() - Method in class Doctrine\Doctrine_Task
getOptionalArgumentsDescriptions.
getOptions() - Method in class Doctrine\Doctrine_Record_Listener_Interface
getOptions() - Method in class Doctrine\Doctrine_Connection
getOptions.
getOptions() - Method in class Doctrine\Doctrine_Import_Schema
getOptions.
getOptions() - Method in class Doctrine\Doctrine_Template
getOptions
returns all options of this template and the associated values.
getOptions() - Method in class Doctrine\Doctrine_Record_Listener_Chain
Get array of configured options.
getOptions() - Method in class Doctrine\Doctrine_Record_Generator
Returns all options and their associated values.
getOptions() - Method in class Doctrine\Doctrine_Table
Retrieves all options of this table and the associated values..
getOptions() - Method in class Doctrine\Doctrine_Record_Listener
getOptions
returns all options of this template and the associated values.
getOptions() - Method in class Doctrine\Doctrine_Pager_Range
getOptions.
getOrderBy() - Method in class Doctrine\Doctrine_Relation
Get the relationship orderby SQL/DQL.
getOrderByStatement() - Method in class Doctrine\Doctrine_Table
Get the table orderby statement.
getOrderByStatement() - Method in class Doctrine\Doctrine_Relation
Get the relationship orderby statement.
getPage() - Method in class Doctrine\Doctrine_Pager
getLastPage.
getPager() - Method in class Doctrine\Doctrine_Pager_Layout
getPager.
getPager() - Method in class Doctrine\Doctrine_Pager_Range
getPager.
getPagerRange() - Method in class Doctrine\Doctrine_Pager_Layout
getPagerRange.
getParam() - Method in class Doctrine\Doctrine_Configurable
getParamNamespaces() - Method in class Doctrine\Doctrine_Configurable
getParams() - Method in class Doctrine\Doctrine_Configurable
getParams() - Method in class Doctrine\Doctrine_Query_Abstract
Get raw array of parameters for query and all parts..
getParams() - Method in class Doctrine\Doctrine_Search_Query
getParams() - Method in class Doctrine\Doctrine_Event
getParams
returns the parameters of the query.
getParams() - Method in class Doctrine\Doctrine_Hook_Parser
getParams
returns the parameters associated with this parser.
getParent() - Method in class Doctrine\Doctrine_Configurable
getParent
returns the parent of this component.
getParent() - Method in class Doctrine\Doctrine_Node_Interface
gets record of parent or empty record.
getParent() - Method in class Doctrine\Doctrine_Node_NestedSet
gets record of parent or empty record.
getParentGenerator() - Method in class Doctrine\Doctrine_Table
Get the parent generator responsible for this table instance.
getParser() - Method in class Doctrine\Doctrine_Parser
getParser.
getPath() - Method in class Doctrine\Doctrine_Core
Get the root path to Doctrine.
getPath() - Method in class Doctrine\Doctrine_Node_NestedSet
gets path to node from root, uses record::toString() method to get node names.
getPath() - Method in class Doctrine\Doctrine_Node_Interface
gets path to node from root, uses record::toString() method to get node names.
getPendingDeletes() - Method in class Doctrine\Doctrine_Record
returns Doctrine_Record instances which need to be deleted on save.
getPendingRelation() - Method in class Doctrine\Doctrine_Relation_Parser
getPendingRelation.
getPendingRelations() - Method in class Doctrine\Doctrine_Relation_Parser
getPendingRelations.
getPendingUnlinks() - Method in class Doctrine\Doctrine_Record
returns Doctrine_Record instances which need to be unlinked (deleting the relation) on save.
getPlugin() - Method in class Doctrine\Doctrine_Template
Get plugin instance.
getPortableCode() - Method in class Doctrine\Doctrine_Connection_Exception
getPortableCode
returns portable error code.
getPortableDeclaration() - Method in class Doctrine\Doctrine_DataDict_Mssql
Maps a native array description of a field to a MDB2 datatype and length.
getPortableDeclaration() - Method in class Doctrine\Doctrine_DataDict_Sqlite
Maps a native array description of a field to Doctrine datatype and length.
getPortableDeclaration() - Method in class Doctrine\Doctrine_DataDict_Oracle
Maps a native array description of a field to a doctrine datatype and length.
getPortableDeclaration() - Method in class Doctrine\Doctrine_DataDict_Pgsql
Maps a native array description of a field to a portable Doctrine datatype and length.
getPortableDeclaration() - Method in class Doctrine\Doctrine_DataDict_Mysql
Maps a native array description of a field to a MDB2 datatype and length.
getPortableMessage() - Method in class Doctrine\Doctrine_Connection_Exception
getPortableMessage
returns portable error message.
getPrepared() - Method in class Doctrine\Doctrine_Record
Retrieves data prepared for a sql transaction.
getPreviousPage() - Method in class Doctrine\Doctrine_Pager
getPreviousPage.
getPrevSibling() - Method in class Doctrine\Doctrine_Node_NestedSet
gets record of prev sibling or empty record.
getPrevSibling() - Method in class Doctrine\Doctrine_Node_Interface
gets record of prev sibling or empty record.
getPrimaryKeys() - Method in class Doctrine\Doctrine_Collection
Get array of primary keys for all the records in the collection.
getProxy() - Method in class Doctrine\Doctrine_Table
.
getQuery() - Method in class Doctrine\Doctrine_Connection_Statement
getQuery() - Method in class Doctrine\Doctrine_Pager
getQuery.
getQuery() - Method in class Doctrine\Doctrine_Hook
getQuery.
getQuery() - Method in class Doctrine\Doctrine_Event
getQuery.
getQuery() - Method in class Doctrine\Doctrine_Query_Part
.
getQuery() - Method in class Doctrine\Doctrine_View
returns the associated query object.
getQueryCacheDriver() - Method in class Doctrine\Doctrine_Query_Abstract
getQueryCacheDriver
returns the cache driver used for caching queries.
getQueryCacheDriver() - Method in class Doctrine\Doctrine_Connection
getQueryCacheDriver.
getQueryCacheLifeSpan() - Method in class Doctrine\Doctrine_Query_Abstract
Gets the life span of the query cache the Query object is using..
getQueryComponent() - Method in class Doctrine\Doctrine_Query_Abstract
getQueryComponent
get the declaration for given component alias.
getQueryComponents() - Method in class Doctrine\Doctrine_Hydrator
Get the array of query components.
getQueryComponents() - Method in class Doctrine\Doctrine_Query_Abstract
Gets the components of this query..
getQueryObject() - Method in class Doctrine\Doctrine_Table
.
getQueryRegistry() - Method in class Doctrine\Doctrine_Manager
Lazy-initializes the query registry object and returns it.
getRange() - Method in class Doctrine\Doctrine_Pager
getRange.
getRealCurrentLineNb() - Method in class Doctrine\sfYamlParser
Returns the current line number (takes the offset into account)..
getRecord() - Method in class Doctrine\Doctrine_Node
getter for record attribute.
getRecord() - Method in class Doctrine\Doctrine_Table
Returns a new record.
getRecordAsString() - Method in class Doctrine\Doctrine_Lib
Dumps a record.
getRecordInstance() - Method in class Doctrine\Doctrine_Table
Gets the record instance for this table.
getRecordListener() - Method in class Doctrine\Doctrine_Configurable
getListener.
getRecordStateAsString() - Method in class Doctrine\Doctrine_Lib
Generates a human readable representation of a record's state.
getReference() - Method in class Doctrine\Doctrine_Collection
Get reference to Doctrine_Record instance.
getReferences() - Method in class Doctrine\Doctrine_Record
get all related components.
getRegisteredTasks() - Method in class Doctrine\Doctrine_Cli
Returns an array containing the registered tasks.
getRelation() - Method in class Doctrine\Doctrine_Table
Retrieves a relation object for this component..
getRelation() - Method in class Doctrine\Doctrine_Collection
Returns the relation object.
getRelation() - Method in class Doctrine\Doctrine_Relation_Parser
getRelation.
getRelationDql() - Method in class Doctrine\Doctrine_Relation_Association
getRelationDql.
getRelationDql() - Method in class Doctrine\Doctrine_Relation
getRelationDql.
getRelationDql() - Method in class Doctrine\Doctrine_Relation_Association_Self
getRelationDql.
getRelationForeignKey() - Method in class Doctrine\Doctrine_Record_Generator
Get the foreign key of the generated relationship.
getRelationLocalKey() - Method in class Doctrine\Doctrine_Record_Generator
Get the local key of the generated relationship.
getRelationParser() - Method in class Doctrine\Doctrine_Table
Retrieves the relation parser associated with this table..
getRelations() - Method in class Doctrine\Doctrine_Table
Retrieves all relation objects defined on this table..
getRelations() - Method in class Doctrine\Doctrine_Relation_Parser
getRelations
returns an array containing all relation objects.
getRepository() - Method in class Doctrine\Doctrine_Table
Gets the internal record repository..
getRequiredArguments() - Method in class Doctrine\Doctrine_Task
getRequiredArguments.
getRequiredArgumentsDescriptions() - Method in class Doctrine\Doctrine_Task
getRequiredArgumentsDescriptions.
getResultCacheDriver() - Method in class Doctrine\Doctrine_Connection
getResultCacheDriver.
getResultCacheDriver() - Method in class Doctrine\Doctrine_Query_Abstract
getResultCacheDriver
returns the cache driver used for caching result sets.
getResultCacheHash() - Method in class Doctrine\Doctrine_Query_Abstract
Get the result cache hash/key.
getResultCacheLifeSpan() - Method in class Doctrine\Doctrine_Query_Abstract
Gets the life span of the result cache in seconds..
getResultsInPage() - Method in class Doctrine\Doctrine_Pager
getResultsInPage.
getRightValue() - Method in class Doctrine\Doctrine_Node_NestedSet
gets record's right value.
getRoot() - Method in class Doctrine\Doctrine_Query_Abstract
getRoot
returns the root component for this object.
getRootAlias() - Method in class Doctrine\Doctrine_Query_Abstract
getRootAlias
returns the alias of the root component.
getRootComponent() - Method in class Doctrine\Doctrine_Hydrator_Abstract
getRootDeclaration() - Method in class Doctrine\Doctrine_Query_Abstract
getRootDeclaration
returns the root declaration.
getRootValue() - Method in class Doctrine\Doctrine_Node_NestedSet
get records root id value.
getSelectedTemplate() - Method in class Doctrine\Doctrine_Pager_Layout
getSelectedTemplate.
getSelectSql() - Method in class Doctrine\Doctrine_View
returns the select sql for this view.
getSeparatorTemplate() - Method in class Doctrine\Doctrine_Pager_Layout
getSeparatorTemplate.
getSequence() - Method in class Doctrine\Doctrine_Event
getSequence
returns the sequence of this event.
getSequenceName() - Method in class Doctrine\Doctrine_Formatter
adds sequence name formatting to a sequence name.
getServerVersion() - Method in class Doctrine\Doctrine_Connection_Mssql
return version information about the server.
getServerVersion() - Method in class Doctrine\Doctrine_Connection_Pgsql
return version information about the server.
getSiblings() - Method in class Doctrine\Doctrine_Node_NestedSet
gets siblings for node.
getSiblings() - Method in class Doctrine\Doctrine_Node_Interface
gets siblings for node.
getSnapshot() - Method in class Doctrine\Doctrine_Collection
Gets the data of the last snapshot.
getSpecVersion() - Method in class Doctrine\sfYaml
Gets the YAML specification version to use..
getSql() - Method in class Doctrine\Doctrine_Expression
Gets the sql fragment represented..
getSql() - Method in class Doctrine\Doctrine_Query_Check
getSql.
getSqlAggregateAlias() - Method in class Doctrine\Doctrine_Query
getSqlAggregateAlias.
getSqlParts() - Method in class Doctrine\Doctrine_Query_Abstract
Return the SQL parts..
getSqlQuery() - Method in class Doctrine\Doctrine_RawSql
getSqlQuery
builds the sql query..
getSqlQuery() - Method in class Doctrine\Doctrine_Query_Abstract
Gets the SQL query that corresponds to this query object.
getSqlQuery() - Method in class Doctrine\Doctrine_Query
builds the sql query from the given parameters and applies things such as
column aggregation inheritance and limit subqueries if needed.
getSqlQuery() - Method in class Doctrine\Doctrine_Search_Query
getSqlQueryPart() - Method in class Doctrine\Doctrine_Query_Abstract
getSqlQueryPart
gets an SQL query part from the SQL query part array.
getSqlTableAlias() - Method in class Doctrine\Doctrine_Query_Abstract
getSqlTableAlias
some database such as Oracle need the identifier lengths to be < ~30 chars
hence Doctrine creates as short identifier aliases as possible.
getSqlTableAliasSeed() - Method in class Doctrine\Doctrine_Query_Abstract
getSqlTableAliasSeed
returns the alias seed for given table alias.
getState() - Method in class Doctrine\Doctrine_Transaction
getState
returns the state of this transaction module..
getStatement() - Method in class Doctrine\Doctrine_Connection_Statement
getStates() - Method in class Doctrine\Doctrine_Validator_Usstate
getStringLength() - Method in class Doctrine\Doctrine_Validator
Get length of passed string.
getSupportedDrivers() - Method in class Doctrine\Doctrine_Connection
Returns an array of supported drivers by Doctrine.
getTable() - Method in class Doctrine\Doctrine_Relation
getTable
returns the foreign table object.
getTable() - Method in class Doctrine\Doctrine_Record
returns the table object for this record..
getTable() - Method in class Doctrine\Doctrine_Collection
Get the table this collection belongs to.
getTable() - Method in class Doctrine\Doctrine_Relation_Parser
getTable.
getTable() - Method in class Doctrine\Doctrine_Template
returns the associated table object.
getTable() - Method in class Doctrine\Doctrine_Connection
returns a table object for given component name.
getTable() - Method in class Doctrine\Doctrine_Record_Filter
getTable() - Method in class Doctrine\Doctrine_Core
Get the Doctrine_Table object for the passed model.
getTable() - Method in class Doctrine\Doctrine_Query_Check
getTable
returns the table object associated with this object.
getTable() - Method in class Doctrine\Doctrine_Record_Abstract
getTable
returns the associated table object.
getTable() - Method in class Doctrine\Doctrine_Table_Repository
getTable.
getTableAliasMap() - Method in class Doctrine\Doctrine_Query_Abstract
getTableAliasMap
returns all table aliases.
getTableAsString() - Method in class Doctrine\Doctrine_Lib
Generates a string representation of a table.
getTableName() - Method in class Doctrine\Doctrine_Table
Gets the table name in the db..
getTableName() - Method in class Doctrine\Doctrine_Formatter
adds table name formatting to a table name.
getTableName() - Method in class Doctrine\Doctrine_Migration
Get the table name for storing the version number for this migration instance.
getTables() - Method in class Doctrine\Doctrine_Connection
returns an array of all initialized tables.
getTargetPath() - Method in class Doctrine\Doctrine_Import_Builder
getTargetPath.
getTaskInstance() - Method in class Doctrine\Doctrine_Cli
.
getTaskName() - Method in class Doctrine\Doctrine_Task
getTaskName.
getTemplate() - Method in class Doctrine\Doctrine_Table
Retrieves a particular template by class name.
getTemplate() - Method in class Doctrine\Doctrine_Pager_Layout
getTemplate.
getTemplates() - Method in class Doctrine\Doctrine_Table
Retrieves all templates (behaviors) attached to this table..
getTemporaryTableQuery() - Method in class Doctrine\Doctrine_Export
A method to return the required SQL string that fits between CREATE ...
getTemporaryTableQuery() - Method in class Doctrine\Doctrine_Export_Oracle
A method to return the required SQL string that fits between CREATE ...
getTemporaryTableQuery() - Method in class Doctrine\Doctrine_Export_Mssql
Override the parent method..
getTimestamp() - Method in class Doctrine\Doctrine_Template_Listener_Timestampable
Gets the timestamp in the correct format based on the way the behavior is configured.
getTimestampRegex() - Method in class Doctrine\sfYamlInline
getTmpConnection() - Method in class Doctrine\Doctrine_Connection_Oracle
getTmpConnection.
getTmpConnection() - Method in class Doctrine\Doctrine_Connection
getTmpConnection.
getTransactionLevel() - Method in class Doctrine\Doctrine_Transaction
getTransactionLevel
get the current transaction nesting level.
getTransactionLevel() - Method in class Doctrine\Doctrine_Connection
get the current transaction nesting level.
getTree() - Method in class Doctrine\Doctrine_Table
Gets associated tree.
getType() - Method in class Doctrine\Doctrine_Relation
getType
returns the relation type, either 0 or 1.
getType() - Method in class Doctrine\Doctrine_Query_Abstract
getType.
getTypeOf() - Method in class Doctrine\Doctrine_Table
Retrieves the type of a field..
getTypeOfColumn() - Method in class Doctrine\Doctrine_Table
Retrieves the type of a column..
getUniqueFieldDeclaration() - Method in class Doctrine\Doctrine_Export
Obtain DBMS specific SQL code portion needed to set the UNIQUE constraint
of a field declaration to be used in statements like CREATE TABLE..
getUniqueId() - Method in class Doctrine\Doctrine_Migration_Diff
Get unique hash id for this migration instance.
getUniques() - Method in class Doctrine\Doctrine_Table
Gets the array of unique fields sets..
getUniqueSlug() - Method in class Doctrine\Doctrine_Template_Listener_Sluggable
Creates a unique slug for a given Doctrine_Record.
getUrlMask() - Method in class Doctrine\Doctrine_Pager_Layout
getUrlMask.
getUserName() - Method in class Doctrine\Doctrine_Adapter_Oracle
Returns current user name.
getValidator() - Method in class Doctrine\Doctrine_Validator
Get a validator instance for the passed $name.
getValidators() - Method in class Doctrine\Doctrine_Manager
Get available doctrine validators.
getValidators() - Method in class Doctrine\Doctrine_Validator_ErrorStack
Get array of failed validators.
getVersion() - Method in class Doctrine\Doctrine_AuditLog
Get array of information for the passed record and the specified version.
getView() - Method in class Doctrine\Doctrine_Query_Abstract
getView
returns the view associated with this query object (if any).
getViewDql() - Method in class Doctrine\Doctrine_View
Get the view dql string.
getViewSql() - Method in class Doctrine\Doctrine_View
Get the view sql string.
getWords() - Method in class Doctrine\Doctrine_Search_Query
groupBy() - Method in class Doctrine\Doctrine_Query_Abstract
groupBy
sets the GROUP BY part of the query.
gt() - Method in class Doctrine\Doctrine_Expression_Driver
Returns the SQL to check if one value is greater than another value..
gte() - Method in class Doctrine\Doctrine_Expression_Driver
Returns the SQL to check if one value is greater than or equal to
another value..
guessColumns() - Method in class Doctrine\Doctrine_Relation_Parser
guessColumns.
guid() - Method in class Doctrine\Doctrine_Expression_Oracle
Returns global unique identifier.
guid() - Method in class Doctrine\Doctrine_Expression_Mssql
Returns global unique identifier.
guid() - Method in class Doctrine\Doctrine_Expression_Driver
Returns global unique identifier.
guid() - Method in class Doctrine\Doctrine_Expression_Mysql
Returns global unique identifier.
H
hardDelete() - Method in class Doctrine\Doctrine_Template_SoftDelete
Add a hardDelete() method to any of the models who act as SoftDelete behavior.
hardDelete() - Method in class Doctrine\Doctrine_Template_Listener_SoftDelete
Set the hard delete flag so that it is really deleted.
has() - Method in class Doctrine\Doctrine_Query_Registry
hasAccessor() - Method in class Doctrine\Doctrine_Record
sets a fieldname to have a custom accessor or check if a field has a custom
accessor defined (when called without $accessor parameter)..
hasAccessorMutator() - Method in class Doctrine\Doctrine_Record
Set a fieldname to have a custom accessor and mutator.
hasAliasDeclaration() - Method in class Doctrine\Doctrine_Query_Abstract
hasAliasDeclaration
whether or not this object has a declaration for given component alias.
hasChildren() - Method in class Doctrine\Doctrine_Node_NestedSet
test if node has children.
hasChildren() - Method in class Doctrine\Doctrine_Node_Interface
test if node has children.
hasColumn() - Method in class Doctrine\Doctrine_Table
Finds out whether the table definition contains a given column..
hasColumn() - Method in class Doctrine\Doctrine_Record_Abstract
Sets a column definition.
hasColumns() - Method in class Doctrine\Doctrine_Record_Abstract
Set multiple column definitions at once.
hasConfigValue() - Method in class Doctrine\Doctrine_Cli
Returns TRUE if the element in the config has the specified value, or FALSE otherwise.
hasConnectionForComponent() - Method in class Doctrine\Doctrine_Manager
Check if a component is bound to a connection.
hasConstraint() - Method in class Doctrine\Doctrine_Relation
hasConstraint
whether or not this relation has an explicit constraint.
hasDefaultValues() - Method in class Doctrine\Doctrine_Table
Finds out whether this table has default values for columns..
hasEnded() - Method in class Doctrine\Doctrine_Event
hasEnded
whether or not this event has ended.
hasErrors() - Method in class Doctrine\Doctrine_Migration
Whether or not the migration instance has errors.
hasErrors() - Method in class Doctrine\Doctrine_Validator
Whether or not errors exist on this validator.
hasField() - Method in class Doctrine\Doctrine_Table
Finds out whether the table definition has a given field.
hasGenerator() - Method in class Doctrine\Doctrine_Table
Checks if a generator name exists..
hasImpl() - Method in class Doctrine\Doctrine_Configurable
hasMany() - Method in class Doctrine\Doctrine_Record_Abstract
Binds One-to-Many / Many-to-Many aggregate relation.
hasMany() - Method in class Doctrine\Doctrine_Table
Binds One-to-Many / Many-to-Many aggregate relation.
hasMappedValue() - Method in class Doctrine\Doctrine_Record
Tests whether a mapped value exists.
hasMigrated() - Method in class Doctrine\Doctrine_Migration
hReturns true/false for whether or not this database has been migrated in the past.
hasMutator() - Method in class Doctrine\Doctrine_Record
sets a fieldname to have a custom mutator or check if a field has a custom
mutator defined (when called without the $mutator parameter).
hasNextSibling() - Method in class Doctrine\Doctrine_Node_Interface
test if node has next sibling.
hasNextSibling() - Method in class Doctrine\Doctrine_Node_NestedSet
test if node has next sibling.
hasOne() - Method in class Doctrine\Doctrine_Table
Binds One-to-One aggregate relation.
hasOne() - Method in class Doctrine\Doctrine_Record_Abstract
Binds One-to-One aggregate relation.
hasParent() - Method in class Doctrine\Doctrine_Node_NestedSet
test if node has parent.
hasParent() - Method in class Doctrine\Doctrine_Node_Interface
test if node has parent.
hasPlugin() - Method in class Doctrine\Doctrine_Template
Check if this template has a generator plugin.
hasPrevSibling() - Method in class Doctrine\Doctrine_Node_NestedSet
test if node has previous sibling.
hasPrevSibling() - Method in class Doctrine\Doctrine_Node_Interface
test if node has previous sibling.
hasReference() - Method in class Doctrine\Doctrine_Record
tests whether a relation is set.
hasRelation() - Method in class Doctrine\Doctrine_Relation_Parser
Check if a relation alias exists.
hasRelation() - Method in class Doctrine\Doctrine_Record
checks existence of properties and related components.
hasRelation() - Method in class Doctrine\Doctrine_Table
Tests if a relation exists.
hasSqlAggregateAlias() - Method in class Doctrine\Doctrine_Query
Check if a dql alias has a sql aggregate alias.
hasSqlTableAlias() - Method in class Doctrine\Doctrine_Query_Abstract
hasSqlTableAlias
whether or not this object has given tableAlias.
hasTable() - Method in class Doctrine\Doctrine_Connection
hasTable
whether or not this connection has table $name initialized.
hasTemplate() - Method in class Doctrine\Doctrine_Table
Checks if the table has a given template..
haveToPaginate() - Method in class Doctrine\Doctrine_Pager
haveToPaginate.
having() - Method in class Doctrine\Doctrine_Query_Abstract
having
sets the HAVING part of the query.
hookLimit() - Method in class Doctrine\Doctrine_Hook
set the hook limit.
hookOffset() - Method in class Doctrine\Doctrine_Hook
set the hook offset.
hookOrderby() - Method in class Doctrine\Doctrine_Hook
hookOrderBy
builds DQL query orderby part from given parameter array.
hookWhere() - Method in class Doctrine\Doctrine_Hook
hookWhere
builds DQL query where part from given parameter array.
hydrate() - Method in class Doctrine\Doctrine_Record
hydrate
hydrates this object from given array.
hydrateResultSet() - Method in class Doctrine\Doctrine_Hydrator_RecordHierarchyDriver
hydrateResultSet
parses the data returned by statement object.
hydrateResultSet() - Method in class Doctrine\Doctrine_Hydrator_NoneDriver
hydrateResultSet
parses the data returned by statement object.
hydrateResultSet() - Method in class Doctrine\Doctrine_Hydrator
Hydrate the query statement in to its final data structure by one of the
hydration drivers..
hydrateResultSet() - Method in class Doctrine\Doctrine_Hydrator_Graph
hydrateResultSet
parses the data returned by statement object.
hydrateResultSet() - Method in class Doctrine\Doctrine_Hydrator_SingleScalarDriver
hydrateResultSet
parses the data returned by statement object.
hydrateResultSet() - Method in class Doctrine\Doctrine_Hydrator_ArrayHierarchyDriver
hydrateResultSet
parses the data returned by statement object.
hydrateResultSet() - Method in class Doctrine\Doctrine_Hydrator_Abstract
hydrateResultSet
parses the data returned by statement object.
hydrateResultSet() - Method in class Doctrine\Doctrine_Hydrator_ScalarDriver
hydrateResultSet
parses the data returned by statement object.
hydrateResultSet() - Method in class Doctrine\Doctrine_Hydrator_ArrayShallowDriver
hydrateResultSet
parses the data returned by statement object.
I
identifier() - Method in class Doctrine\Doctrine_Record
returns the primary keys of this object.
importData() - Method in class Doctrine\Doctrine_Data
importData.
importFrom() - Method in class Doctrine\Doctrine_Record
imports data from a chosen format in the current instance.
importFrom() - Method in class Doctrine\Doctrine_Collection
Import data to a Doctrine_Collection from one of the supported Doctrine_Parser formats.
importSchema() - Method in class Doctrine\Doctrine_Import_Schema
importSchema.
importSchema() - Method in class Doctrine\Doctrine_Import
importSchema.
in() - Method in class Doctrine\Doctrine_Expression_Driver
Returns the SQL to check if a value is one in a set of
given values..
includeAndRegisterDoctrineTaskClasses() - Method in class Doctrine\Doctrine_Cli
Includes and registers Doctrine-style tasks from the specified directory / directories.
includeAndRegisterTaskClasses() - Method in class Doctrine\Doctrine_Cli
Called by the constructor, this method includes and registers Doctrine core Tasks and then registers all other
loaded Task classes.
includeDoctrineTaskClasses() - Method in class Doctrine\Doctrine_Cli
Attempts to include Doctrine-style Task-classes from the specified directory - and nothing more besides.
incrementQueryCount() - Method in class Doctrine\Doctrine_Connection
index() - Method in class Doctrine\Doctrine_Migration_Base
Add a add or remove index change..
index() - Method in class Doctrine\Doctrine_Record_Abstract
index
defines or retrieves an index
if the second parameter is set this method defines an index
if not this method retrieves index named $name.
indexDirectory() - Method in class Doctrine\Doctrine_Search_File
indexes given directory.
indexDirectory() - Method in class Doctrine\Doctrine_Search_Indexer
init() - Method in class Doctrine\Doctrine_Record_Filter
init() - Method in class Doctrine\Doctrine_Record_Filter_Compound
initDefinition() - Method in class Doctrine\Doctrine_Table
Initializes the in-memory table definition..
initialize() - Method in class Doctrine\Doctrine_Record_Generator
Initialize the plugin.
initializeModels() - Method in class Doctrine\Doctrine_Core
Initialize all models so everything is present and loaded in to memory
This will also inheritently initialize any model behaviors and add
the models generated by Doctrine generators and add them to the $models
array.
initIdentifier() - Method in class Doctrine\Doctrine_Table
Initializes the primary key.
initNullObject() - Method in class Doctrine\Doctrine_Record_Iterator
initNullObject.
initNullObject() - Method in class Doctrine\Doctrine_Locator_Injectable
initNullObject
initializes the null object.
initNullObject() - Method in class Doctrine\Doctrine_Collection
Initializes the null object for this collection.
initOptions() - Method in class Doctrine\Doctrine_Record_Generator
Empty template method for providing the concrete plugins the ability
to initialize options before the actual definition is being built.
initRelated() - Method in class Doctrine\Doctrine_Hydrator_RecordDriver
initRelated() - Method in class Doctrine\Doctrine_Hydrator_Graph
initRelated() - Method in class Doctrine\Doctrine_Hydrator_ArrayDriver
innerJoin() - Method in class Doctrine\Doctrine_Query_Abstract
innerJoin
appends an INNER JOIN to the FROM part of the query.
insert() - Method in class Doctrine\Doctrine_Connection_Mssql
Inserts a table row with specified data..
insert() - Method in class Doctrine\Doctrine_Connection_Pgsql
Inserts a table row with specified data..
insert() - Method in class Doctrine\Doctrine_Connection
Inserts a table row with specified data..
insert() - Method in class Doctrine\Doctrine_Connection_UnitOfWork
Inserts a record into database.
insertAsFirstChildOf() - Method in class Doctrine\Doctrine_Node_Interface
inserts node as first child of dest record.
insertAsFirstChildOf() - Method in class Doctrine\Doctrine_Node_NestedSet
inserts node as first child of dest record.
insertAsLastChildOf() - Method in class Doctrine\Doctrine_Node_Interface
inserts node as first child of dest record.
insertAsLastChildOf() - Method in class Doctrine\Doctrine_Node_NestedSet
inserts node as last child of dest record.
insertAsNextSiblingOf() - Method in class Doctrine\Doctrine_Node_NestedSet
inserts node as next sibling of dest record.
insertAsNextSiblingOf() - Method in class Doctrine\Doctrine_Node_Interface
inserts node as next sibling of dest record.
insertAsParentOf() - Method in class Doctrine\Doctrine_Node_Interface
inserts node as parent of dest record.
insertAsParentOf() - Method in class Doctrine\Doctrine_Node_NestedSet
inserts node as parent of dest record.
insertAsPrevSiblingOf() - Method in class Doctrine\Doctrine_Node_NestedSet
inserts node as previous sibling of dest record.
insertAsPrevSiblingOf() - Method in class Doctrine\Doctrine_Node_Interface
inserts node as previous sibling of dest record.
inspect() - Method in class Doctrine\Doctrine_Validator_Exception
This method will apply the value of the $function variable as a user_func
to tall errorstack objects in the exception.
instance() - Method in class Doctrine\Doctrine_Locator
instance.
invokeIntegrityActions() - Method in class Doctrine\Doctrine_IntegrityMapper
invokeIntegrityActions.
invokeSaveHooks() - Method in class Doctrine\Doctrine_Record
calls a subclass hook.
isAncestorOf() - Method in class Doctrine\Doctrine_Node_NestedSet
determines if node is ancestor of subject node.
isCascadeDelete() - Method in class Doctrine\Doctrine_Relation
Checks whether this relation cascades deletions to the related objects
on the application level..
isConnected() - Method in class Doctrine\Doctrine_Connection
Check wherther the connection to the database has been made yet.
isCurrentLineBlank() - Method in class Doctrine\sfYamlParser
Returns true if the current line is blank..
isCurrentLineComment() - Method in class Doctrine\sfYamlParser
Returns true if the current line is a comment line..
isCurrentLineEmpty() - Method in class Doctrine\sfYamlParser
Returns true if the current line is blank or if it is a comment line..
isDeferrable() - Method in class Doctrine\Doctrine_Relation
isDeferred() - Method in class Doctrine\Doctrine_Relation
isDescendantOf() - Method in class Doctrine\Doctrine_Node_NestedSet
determines if node is child of subject node.
isDescendantOf() - Method in class Doctrine\Doctrine_Node_Interface
determines if node is child of subject node.
isDescendantOfOrEqualTo() - Method in class Doctrine\Doctrine_Node_NestedSet
determines if node is child of or sibling to subject node.
isDescendantOfOrEqualTo() - Method in class Doctrine\Doctrine_Node_Interface
determines if node is child of or sibling to subject node.
isEqual() - Method in class Doctrine\Doctrine_Relation
isEqualTo() - Method in class Doctrine\Doctrine_Node_NestedSet
determines if node is equal to subject node.
isEqualTo() - Method in class Doctrine\Doctrine_Node_Interface
determines if node is equal to subject node.
isExpression() - Method in class Doctrine\Doctrine_Search_Query
isGenerator() - Method in class Doctrine\Doctrine_Table
Check whether this table was created by a record generator or not.
isIdentifier() - Method in class Doctrine\Doctrine_Table
Checks whether a field is in the primary key.
isIdentifierAutoincrement() - Method in class Doctrine\Doctrine_Table
Checks whether a field identifier is of type autoincrement.
isIdentifierComposite() - Method in class Doctrine\Doctrine_Table
Checks whether a field identifier is a composite key..
isInheritedColumn() - Method in class Doctrine\Doctrine_Table
Checks whether a column is inherited from a component further up in the hierarchy..
isInProxyState() - Method in class Doctrine\Doctrine_Record
indicates whether record has any not loaded fields.
isInRange() - Method in class Doctrine\Doctrine_Pager_Range
isInRange.
isLeaf() - Method in class Doctrine\Doctrine_Node_Interface
determines if node is leaf.
isLeaf() - Method in class Doctrine\Doctrine_Node_NestedSet
determines if node is leaf.
isLimitSubqueryUsed() - Method in class Doctrine\Doctrine_Query_Abstract
limitSubqueryUsed.
isModified() - Method in class Doctrine\Doctrine_Collection
checks if one of the containing records is modified
returns true if modified, false otherwise.
isModified() - Method in class Doctrine\Doctrine_Record
returns true if this record was modified, otherwise false.
isNextLineIndented() - Method in class Doctrine\sfYamlParser
Returns true if the next line is indented..
isNotNull() - Method in class Doctrine\Doctrine_Expression_Driver
Returns SQL that checks if a expression is not null..
isNull() - Method in class Doctrine\Doctrine_Expression_Driver
Returns SQL that checks if a expression is null..
isOneToOne() - Method in class Doctrine\Doctrine_Relation
isOneToOne
returns whether or not this relation is a one-to-one relation.
isRefClass() - Method in class Doctrine\Doctrine_Relation
isRelation() - Method in class Doctrine\Doctrine_Data
isRelation.
isRoot() - Method in class Doctrine\Doctrine_Node_NestedSet
determines if node is root.
isRoot() - Method in class Doctrine\Doctrine_Node_Interface
determines if node is root.
isSubquery() - Method in class Doctrine\Doctrine_Query
isSubquery
if $bool parameter is set this method sets the value of
Doctrine_Query::$isSubquery.
isTree() - Method in class Doctrine\Doctrine_Table
Determines if table acts as tree..
isValid() - Method in class Doctrine\Doctrine_Record
tests validity of the record using the current data..
isValidClassName() - Method in class Doctrine\Doctrine_Lib
Checks for a valid class name for Doctrine coding standards.
isValidModelClass() - Method in class Doctrine\Doctrine_Core
Checks if what is passed is a valid Doctrine_Record
Will load class in to memory in order to inflect it and find out information about the class.
isValidNode() - Method in class Doctrine\Doctrine_Node_NestedSet
determines if node is valid.
isValidNode() - Method in class Doctrine\Doctrine_Node_Interface
determines if node is valid.
isValidType() - Method in class Doctrine\Doctrine_Validator
Validate the type of the passed variable.
K
key() - Method in class Doctrine\Doctrine_Collection_OnDemand
key() - Method in class Doctrine\Doctrine_Collection
Get the current key.
key() - Method in class Doctrine\Doctrine_Node_MaterializedPath_PostOrderIterator
key() - Method in class Doctrine\Doctrine_Node_NestedSet_PreOrderIterator
returns the current key.
key() - Method in class Doctrine\Doctrine_Node_MaterializedPath_LevelOrderIterator
key() - Method in class Doctrine\Doctrine_Node_MaterializedPath_PreOrderIterator
key() - Method in class Doctrine\Doctrine_Collection_Iterator
returns the current key.
L
lastEvent() - Method in class Doctrine\Doctrine_Connection_Profiler
Get the Doctrine_Event object for the last query that was run, regardless if it has
ended or not.
lastInsertId() - Method in class Doctrine\Doctrine_Sequence_Mssql
Returns the autoincrement ID if supported or $id or fetches the current
ID in a sequence called: $table.(empty($field) ? '' : '_'.$field).
lastInsertId() - Method in class Doctrine\Doctrine_Sequence_Db2
Gets the last ID generated automatically by an IDENTITY/AUTOINCREMENT column.
lastInsertId() - Method in class Doctrine\Doctrine_Adapter_Oracle
Get the id of the last inserted record.
lastInsertId() - Method in class Doctrine\Doctrine_Sequence_Mysql
Returns the autoincrement ID if supported or $id or fetches the current
ID in a sequence called: $table.(empty($field) ? '' : '_'.$field).
lastInsertId() - Method in class Doctrine\Doctrine_Sequence_Sqlite
Returns the autoincrement ID if supported or $id or fetches the current
ID in a sequence called: $table.(empty($field) ? '' : '_'.$field).
lastInsertID() - Method in class Doctrine\Doctrine_Sequence_Oracle
Returns the autoincrement ID if supported or $id or fetches the current
ID in a sequence called: $table.(empty($field) ? '' : '_'.$field).
lastInsertId() - Method in class Doctrine\Doctrine_Sequence
Returns the autoincrement ID if supported or $id or fetches the current
ID in a sequence called: $table.(empty($field) ? '' : '_'.$field).
lastInsertId() - Method in class Doctrine\Doctrine_Sequence_Pgsql
lastInsertId.
lastInsertId() - Method in class Doctrine\Doctrine_Connection
lastInsertId.
lastInsertId() - Method in class Doctrine\Doctrine_Adapter_Interface
lastInsertId() - Method in class Doctrine\Doctrine_Adapter_Mock
Get the id of the last inserted record.
leftJoin() - Method in class Doctrine\Doctrine_Query_Abstract
leftJoin
appends a LEFT JOIN to the FROM part of the query.
length() - Method in class Doctrine\Doctrine_Expression_Driver
Returns the length of a text field..
length() - Method in class Doctrine\Doctrine_Expression_Mssql
Returns the length of a text field.
limit() - Method in class Doctrine\Doctrine_Query_Abstract
limit
sets the Query query limit.
link() - Method in class Doctrine\Doctrine_Record
creates links from this record to given records.
linkInDb() - Method in class Doctrine\Doctrine_Record
creates links from this record to given records now, querying the db.
listDatabases() - Method in class Doctrine\Doctrine_Import_Oracle
lists all databases.
listDatabases() - Method in class Doctrine\Doctrine_Import
lists all databases.
listDatabases() - Method in class Doctrine\Doctrine_Import_Sqlite
lists all databases.
listFunctions() - Method in class Doctrine\Doctrine_Import_Oracle
lists all availible database functions.
listFunctions() - Method in class Doctrine\Doctrine_Import
lists all availible database functions.
listFunctions() - Method in class Doctrine\Doctrine_Import_Sqlite
lists all availible database functions.
listSequences() - Method in class Doctrine\Doctrine_Import_Oracle
lists all database sequences.
listSequences() - Method in class Doctrine\Doctrine_Import
lists all database sequences.
listSequences() - Method in class Doctrine\Doctrine_Import_Mysql
lists all database sequences.
listSequences() - Method in class Doctrine\Doctrine_Import_Sqlite
lists all database sequences.
listSequences() - Method in class Doctrine\Doctrine_Import_Mssql
lists all database sequences.
listTableColumns() - Method in class Doctrine\Doctrine_Import_Mysql
lists table constraints.
listTableColumns() - Method in class Doctrine\Doctrine_Import_Oracle
lists table constraints.
listTableColumns() - Method in class Doctrine\Doctrine_Import
lists table constraints.
listTableColumns() - Method in class Doctrine\Doctrine_Import_Sqlite
lists table constraints.
listTableColumns() - Method in class Doctrine\Doctrine_Import_Pgsql
lists table constraints.
listTableColumns() - Method in class Doctrine\Doctrine_Import_Mssql
lists table constraints.
listTableConstraints() - Method in class Doctrine\Doctrine_Import
lists table constraints.
listTableConstraints() - Method in class Doctrine\Doctrine_Import_Mysql
lists table constraints.
listTableConstraints() - Method in class Doctrine\Doctrine_Import_Sqlite
lists table constraints.
listTableConstraints() - Method in class Doctrine\Doctrine_Import_Pgsql
lists table constraints.
listTableConstraints() - Method in class Doctrine\Doctrine_Import_Oracle
lists table constraints.
listTableIndexes() - Method in class Doctrine\Doctrine_Import
lists table constraints.
listTableIndexes() - Method in class Doctrine\Doctrine_Import_Mysql
lists table constraints.
listTableIndexes() - Method in class Doctrine\Doctrine_Import_Sqlite
lists table constraints.
listTableIndexes() - Method in class Doctrine\Doctrine_Import_Mssql
lists table constraints.
listTableIndexes() - Method in class Doctrine\Doctrine_Import_Pgsql
list all indexes in a table.
listTableIndexes() - Method in class Doctrine\Doctrine_Import_Oracle
lists table constraints.
listTableRelations() - Method in class Doctrine\Doctrine_Import_Pgsql
lists table relations.
listTableRelations() - Method in class Doctrine\Doctrine_Import_Mssql
lists table relations.
listTableRelations() - Method in class Doctrine\Doctrine_Import
lists table relations.
listTableRelations() - Method in class Doctrine\Doctrine_Import_Mysql
lists table relations.
listTableRelations() - Method in class Doctrine\Doctrine_Import_Oracle
list table relations.
listTables() - Method in class Doctrine\Doctrine_Import_Pgsql
lists tables.
listTables() - Method in class Doctrine\Doctrine_Import_Oracle
lists tables.
listTables() - Method in class Doctrine\Doctrine_Import_Mssql
lists tables.
listTables() - Method in class Doctrine\Doctrine_Import
lists tables.
listTables() - Method in class Doctrine\Doctrine_Import_Sqlite
lists tables.
listTables() - Method in class Doctrine\Doctrine_Import_Mysql
lists tables.
listTableTriggers() - Method in class Doctrine\Doctrine_Import_Oracle
lists table triggers.
listTableTriggers() - Method in class Doctrine\Doctrine_Import
lists table triggers.
listTableTriggers() - Method in class Doctrine\Doctrine_Import_Mssql
lists table triggers.
listTableTriggers() - Method in class Doctrine\Doctrine_Import_Pgsql
lists table triggers.
listTableTriggers() - Method in class Doctrine\Doctrine_Import_Sqlite
lists table triggers.
listTableViews() - Method in class Doctrine\Doctrine_Import_Pgsql
list the views in the database that reference a given table.
listTableViews() - Method in class Doctrine\Doctrine_Import
lists table views.
listTableViews() - Method in class Doctrine\Doctrine_Import_Sqlite
lists table views.
listTableViews() - Method in class Doctrine\Doctrine_Import_Mssql
lists table views.
listTableViews() - Method in class Doctrine\Doctrine_Import_Oracle
lists table views.
listTriggers() - Method in class Doctrine\Doctrine_Import_Mssql
lists all triggers.
listTriggers() - Method in class Doctrine\Doctrine_Import_Oracle
lists all database triggers.
listTriggers() - Method in class Doctrine\Doctrine_Import_Sqlite
lists all database triggers.
listTriggers() - Method in class Doctrine\Doctrine_Import
lists all database triggers.
listTriggers() - Method in class Doctrine\Doctrine_Import_Pgsql
lists all database triggers.
listUsers() - Method in class Doctrine\Doctrine_Import_Oracle
lists database users.
listUsers() - Method in class Doctrine\Doctrine_Import
lists database users.
listUsers() - Method in class Doctrine\Doctrine_Import_Sqlite
lists database users.
listViews() - Method in class Doctrine\Doctrine_Import_Sqlite
lists database views.
listViews() - Method in class Doctrine\Doctrine_Import
lists database views.
listViews() - Method in class Doctrine\Doctrine_Import_Mssql
lists database views.
listViews() - Method in class Doctrine\Doctrine_Import_Mysql
lists database views.
listViews() - Method in class Doctrine\Doctrine_Import_Oracle
lists database views.
load() - Method in class Doctrine\sfYamlInline
Convert a YAML string to a PHP array..
load() - Method in class Doctrine\Doctrine_Query_Having
load
returns the parsed query part.
load() - Method in class Doctrine\Doctrine_Parser
load.
load() - Method in class Doctrine\Doctrine_Record
loads all the uninitialized properties from the database.
load() - Method in class Doctrine\Doctrine_Query
.
load() - Method in class Doctrine\sfYaml
Loads YAML into a PHP array.
load() - Method in class Doctrine\Doctrine_Query_Where
load() - Method in class Doctrine\Doctrine_Query_JoinCondition
loadAll() - Method in class Doctrine\Doctrine_Table_Repository
loadAll.
loadData() - Method in class Doctrine\Doctrine_Parser
loadData.
loadData() - Method in class Doctrine\Doctrine_Core
Load data from a yaml fixtures file.
loadData() - Method in class Doctrine\Doctrine_Parser_Yml
loadData.
loadData() - Method in class Doctrine\Doctrine_Parser_Xml
loadData.
loadData() - Method in class Doctrine\Doctrine_Parser_Json
loadData.
loadData() - Method in class Doctrine\Doctrine_Parser_Serialize
loadData.
loadGenerator() - Method in class Doctrine\Doctrine_Record_Abstract
loadMigrationClass() - Method in class Doctrine\Doctrine_Migration
Load the specified migration class name in to this migration instances queue of
migration classes to execute.
loadMigrationClassesFromDirectory() - Method in class Doctrine\Doctrine_Migration
Load migration classes from the passed directory.
loadModel() - Method in class Doctrine\Doctrine_Core
Load an individual model name and path in to the model loading registry.
loadModels() - Method in class Doctrine\Doctrine_Core
Recursively load all models from a directory or array of directories.
loadReference() - Method in class Doctrine\Doctrine_Record
loadReference
loads a related component.
loadRelated() - Method in class Doctrine\Doctrine_Collection
Load all relationships or the named relationship passed.
loadRoot() - Method in class Doctrine\Doctrine_Query
loadRoot.
loadTasks() - Method in class Doctrine\Doctrine_Cli
Old method retained for backwards compatibility.
loadTemplate() - Method in class Doctrine\Doctrine_Import_Builder
loadTemplate.
loadTemplate() - Method in class Doctrine\Doctrine_Migration_Builder
Loads the class template used for generating classes.
locate() - Method in class Doctrine\Doctrine_Locator
locate
locates a resource by given name and returns it.
locate() - Method in class Doctrine\Doctrine_Expression_Driver
locate
returns the position of the first occurrence of substring $substr in string $str.
locate() - Method in class Doctrine\Doctrine_Locator_Injectable
locate
locates a resource by given name and returns it.
locate() - Method in class Doctrine\Doctrine_Expression_Pgsql
transform locate to position.
locateImpl() - Method in class Doctrine\Doctrine_Expression_Sqlite
locate
returns the position of the first occurrence of substring $substr in string $str that
SQLite's locate() function receives.
lower() - Method in class Doctrine\Doctrine_Expression_Driver
lower
Returns the string $str with all characters changed to
lowercase according to the current character set mapping..
lt() - Method in class Doctrine\Doctrine_Expression_Driver
Returns the SQL to check if one value is less than another value..
lte() - Method in class Doctrine\Doctrine_Expression_Driver
Returns the SQL to check if one value is less than or equal to
another value..
ltrim() - Method in class Doctrine\Doctrine_Expression_Driver
ltrim
returns the string $str with leading space characters removed.
ltrimImpl() - Method in class Doctrine\Doctrine_Expression_Sqlite
M
makeDirectories() - Method in class Doctrine\Doctrine_Lib
Makes the directories for a path recursively.
makeRoot() - Method in class Doctrine\Doctrine_Node_NestedSet
Makes this node a root node.
mapValue() - Method in class Doctrine\Doctrine_Record
sets a value that will be managed as if it were a field by magic accessor and mutators, @see get() and @see set().
matchPattern() - Method in class Doctrine\Doctrine_Expression_Pgsql
build a pattern matching string.
matchPattern() - Method in class Doctrine\Doctrine_Expression_Mysql
build a pattern matching string.
max() - Method in class Doctrine\Doctrine_Expression_Driver
Returns the highest value of a column.
md5() - Method in class Doctrine\Doctrine_Expression_Driver
Returns the md5 sum of a field.
md5() - Method in class Doctrine\Doctrine_Expression_Pgsql
Returns the md5 sum of a field.
md5Impl() - Method in class Doctrine\Doctrine_Expression_Sqlite
Returns the md5 sum of the data that SQLite's md5() function receives..
merge() - Method in class Doctrine\Doctrine_Record
merges this record with an array of values
or with another existing instance of this object.
merge() - Method in class Doctrine\Doctrine_Collection
Merges collection into $this and returns merged collection.
migrate() - Method in class Doctrine\Doctrine_Core
Migrate database to specified $to version.
migrate() - Method in class Doctrine\Doctrine_Migration
Perform a migration process by specifying the migration number/version to
migrate to.
migrateDryRun() - Method in class Doctrine\Doctrine_Migration
Run the migration process but rollback at the very end.
min() - Method in class Doctrine\Doctrine_Expression_Driver
Returns the lowest value of a column.
mod() - Method in class Doctrine\Doctrine_Expression_Driver
Returns the remainder of the division operation
$expression1 / $expression2..
modelsAutoload() - Method in class Doctrine\Doctrine_Core
modifyLimitQuery() - Method in class Doctrine\Doctrine_Connection_Oracle
Adds an driver-specific LIMIT clause to the query.
modifyLimitQuery() - Method in class Doctrine\Doctrine_Connection_Pgsql
Changes a query string for various DBMS specific reasons.
modifyLimitQuery() - Method in class Doctrine\Doctrine_Connection
modifyLimitQuery.
modifyLimitQuery() - Method in class Doctrine\Doctrine_Connection_Db2
Adds an driver-specific LIMIT clause to the query.
modifyLimitQuery() - Method in class Doctrine\Doctrine_Connection_Mssql
Adds an adapter-specific LIMIT clause to the SELECT statement.
modifyLimitQuery() - Method in class Doctrine\Doctrine_Connection_Common
Adds an driver-specific LIMIT clause to the query.
modifyLimitSubquery() - Method in class Doctrine\Doctrine_Connection
Creates dbms specific LIMIT/OFFSET SQL for the subqueries that are used in the
context of the limit-subquery algorithm..
modifyLimitSubquery() - Method in class Doctrine\Doctrine_Connection_Mssql
Creates dbms specific LIMIT/OFFSET SQL for the subqueries that are used in the
context of the limit-subquery algorithm..
modifyLimitSubquery() - Method in class Doctrine\Doctrine_Connection_Oracle
Creates the SQL for Oracle that can be used in the subquery for the limit-subquery
algorithm..
modifyOrderByColumn() - Method in class Doctrine\Doctrine_Connection_Mssql
Order and Group By are not possible on columns from type text.
modImpl() - Method in class Doctrine\Doctrine_Expression_Sqlite
Returns the modules of the data that SQLite's mod() function receives..
month() - Method in class Doctrine\Doctrine_Expression_Mysql
Returns the month from dbms.
moveAsFirstChildOf() - Method in class Doctrine\Doctrine_Node_NestedSet
moves node as first child of dest record.
moveAsFirstChildOf() - Method in class Doctrine\Doctrine_Node_Interface
moves node as first child of dest record.
moveAsLastChildOf() - Method in class Doctrine\Doctrine_Node_Interface
moves node as last child of dest record.
moveAsLastChildOf() - Method in class Doctrine\Doctrine_Node_NestedSet
moves node as last child of dest record.
moveAsNextSiblingOf() - Method in class Doctrine\Doctrine_Node_NestedSet
moves node as next sibling of dest record.
moveAsNextSiblingOf() - Method in class Doctrine\Doctrine_Node_Interface
moves node as next sibling of dest record.
moveAsPrevSiblingOf() - Method in class Doctrine\Doctrine_Node_NestedSet
moves node as prev sibling of dest record.
moveAsPrevSiblingOf() - Method in class Doctrine\Doctrine_Node_Interface
moves node as prev sibling of dest record.
moveToNextLine() - Method in class Doctrine\sfYamlParser
Moves the parser to the next line..
moveToPreviousLine() - Method in class Doctrine\sfYamlParser
Moves the parser to the previous line..
mul() - Method in class Doctrine\Doctrine_Expression_Driver
Returns the SQL to multiply values or expressions by eachother.
N
neq() - Method in class Doctrine\Doctrine_Expression_Driver
Returns the SQL to check if two values are unequal..
next() - Method in class Doctrine\Doctrine_Node_NestedSet_PreOrderIterator
advances the internal pointer.
next() - Method in class Doctrine\Doctrine_Node_MaterializedPath_LevelOrderIterator
next() - Method in class Doctrine\Doctrine_Collection_Iterator
advances the internal pointer.
next() - Method in class Doctrine\Doctrine_Collection_OnDemand
next() - Method in class Doctrine\Doctrine_Node_MaterializedPath_PreOrderIterator
next() - Method in class Doctrine\Doctrine_Node_MaterializedPath_PostOrderIterator
nextId() - Method in class Doctrine\Doctrine_Sequence_Sqlite
Returns the next free id of a sequence.
nextId() - Method in class Doctrine\Doctrine_Sequence
Returns the next free id of a sequence.
nextId() - Method in class Doctrine\Doctrine_Sequence_Db2
Returns the next free id of a sequence.
nextId() - Method in class Doctrine\Doctrine_Sequence_Mssql
Returns the next free id of a sequence.
nextId() - Method in class Doctrine\Doctrine_Sequence_Mysql
Returns the next free id of a sequence.
nextId() - Method in class Doctrine\Doctrine_Sequence_Pgsql
Returns the next free id of a sequence.
nextID() - Method in class Doctrine\Doctrine_Sequence_Oracle
Returns the next free id of a sequence.
nextRowset() - Method in class Doctrine\Doctrine_Adapter_Statement
nextRowSet.
nextRowset() - Method in class Doctrine\Doctrine_Adapter_Statement_Oracle
Advances to the next rowset in a multi-rowset statement handle.
nextRowset() - Method in class Doctrine\Doctrine_Connection_Statement
nextRowset
Advances to the next rowset in a multi-rowset statement handle.
nextRowset() - Method in class Doctrine\Doctrine_Adapter_Statement_Mock
nextRowset.
nextRowset() - Method in class Doctrine\Doctrine_Adapter_Statement_Interface
Advances to the next rowset in a multi-rowset statement handle.
not() - Method in class Doctrine\Doctrine_Expression_Driver
Returns the SQL for a logical not..
notify() - Method in class Doctrine\Doctrine_Task
notify.
notify() - Method in class Doctrine\Doctrine_Cli
Notify the formatter of a message.
notifyException() - Method in class Doctrine\Doctrine_Cli
Notify the formatter of an exception.
now() - Method in class Doctrine\Doctrine_Expression_Oracle
Return string to call a variable with the current timestamp inside an SQL statement
There are three special variables for current date and time:
- CURRENT_TIMESTAMP (date and time, TIMESTAMP type)
- CURRENT_DATE (date, DATE type)
- CURRENT_TIME (time, TIME type).
now() - Method in class Doctrine\Doctrine_Expression_Mssql
Return string to call a variable with the current timestamp inside an SQL statement
There are three special variables for current date and time:
- CURRENT_TIMESTAMP (date and time, TIMESTAMP type)
- CURRENT_DATE (date, DATE type)
- CURRENT_TIME (time, TIME type).
now() - Method in class Doctrine\Doctrine_Expression_Driver
Returns the current system date..
now() - Method in class Doctrine\Doctrine_Expression_Sqlite
Return string to call a variable with the current timestamp inside an SQL statement
There are three special variables for current date and time..
now() - Method in class Doctrine\Doctrine_Expression_Pgsql
Returns the SQL string to return the current system date and time..
nowImpl() - Method in class Doctrine\Doctrine_Expression_Sqlite
O
obtainReference() - Method in class Doctrine\Doctrine_Record
gets a related component and fails if it does not exist.
offset() - Method in class Doctrine\Doctrine_Query_Abstract
offset
sets the Query query offset.
offsetExists() - Method in class Doctrine\Doctrine_Relation
offsetExists() - Method in class Doctrine\Doctrine_Access
Check if an offset axists.
offsetGet() - Method in class Doctrine\Doctrine_Relation
offsetGet() - Method in class Doctrine\Doctrine_Access
An alias of get().
offsetSet() - Method in class Doctrine\Doctrine_Relation
offsetSet() - Method in class Doctrine\Doctrine_Access
Sets $offset to $value.
offsetUnset() - Method in class Doctrine\Doctrine_Access
Unset a given offset.
offsetUnset() - Method in class Doctrine\Doctrine_Relation
oid() - Method in class Doctrine\Doctrine_Record
onCollectionDelete() - Method in class Doctrine\Doctrine_EventListener
onCollectionDelete() - Method in class Doctrine\Doctrine_EventListener_Chain
onCollectionDelete
an event invoked after a Doctrine_Collection is being deleted.
onDemandReset() - Method in class Doctrine\Doctrine_Hydrator_Abstract
onLoad() - Method in class Doctrine\Doctrine_EventListener_Chain
onLoad
an event invoked when Doctrine_Record is being loaded from database.
onOpen() - Method in class Doctrine\Doctrine_EventListener
onOpen() - Method in class Doctrine\Doctrine_EventListener_Chain
onOpen
an event invoked after Doctrine_Connection is opened.
onPreCollectionDelete() - Method in class Doctrine\Doctrine_EventListener
onPreCollectionDelete() - Method in class Doctrine\Doctrine_EventListener_Chain
onCollectionDelete
an event invoked after a Doctrine_Collection is being deleted.
onPreLoad() - Method in class Doctrine\Doctrine_EventListener_Chain
onPreLoad
an event invoked when Doctrine_Record is being loaded
from database but not yet initialized.
onSleep() - Method in class Doctrine\Doctrine_EventListener_Chain
onSleep
an event invoked when Doctrine_Record is serialized.
onWakeUp() - Method in class Doctrine\Doctrine_EventListener_Chain
onWakeUp
an event invoked when Doctrine_Record is unserialized.
openConnection() - Method in class Doctrine\Doctrine_Manager
Opens a new connection and saves it to Doctrine_Manager->connections.
option() - Method in class Doctrine\Doctrine_Record_Abstract
option
sets or retrieves an option.
orderBy() - Method in class Doctrine\Doctrine_Query_Abstract
Sets the ORDER BY part of the query.
orWhere() - Method in class Doctrine\Doctrine_Query_Abstract
Adds conditions to the WHERE part of the query
$q->orWhere('u.role = ?', 'admin');
.
orWhereIn() - Method in class Doctrine\Doctrine_Query_Abstract
Adds IN condition to the query WHERE part, appending it with an OR operator.
orWhereNotIn() - Method in class Doctrine\Doctrine_Query_Abstract
Adds NOT IN condition to the query WHERE part.
ownerHasMany() - Method in class Doctrine\Doctrine_Record_Generator
Add a Doctrine_Relation::MANY relationship to the generator owner table.
ownerHasOne() - Method in class Doctrine\Doctrine_Record_Generator
Add a Doctrine_Relation::ONE relationship to the generator owner table.
P
parse() - Method in class Doctrine\Doctrine_Query_Set
parse() - Method in class Doctrine\Doctrine_Search_Parser
parse() - Method in class Doctrine\Doctrine_Hook_Parser_Complex
parse
Parses given field and field value to DQL condition
and parameters.
parse() - Method in class Doctrine\Doctrine_Query_Select
parse() - Method in class Doctrine\Doctrine_Query_Limit
parse() - Method in class Doctrine\Doctrine_Query_Offset
parse() - Method in class Doctrine\Doctrine_Query_Groupby
DQL GROUP BY PARSER
parses the group by part of the query string.
parse() - Method in class Doctrine\Doctrine_Query_From
DQL FROM PARSER
parses the FROM part of the query string.
parse() - Method in class Doctrine\Doctrine_Hook_Parser
parse
Parses given field and field value to DQL condition
and parameters.
parse() - Method in class Doctrine\Doctrine_Query_Forupdate
parse() - Method in class Doctrine\Doctrine_Query_Condition
DQL CONDITION PARSER
parses the join condition/where/having part of the query string.
parse() - Method in class Doctrine\Doctrine_Query_Orderby
DQL ORDER BY PARSER
parses the order by part of the query string.
parse() - Method in class Doctrine\Doctrine_Query_Check
parse.
parse() - Method in class Doctrine\sfYamlParser
Parses a YAML string to a PHP value..
parse() - Method in class Doctrine\Doctrine_Hook_Equal
parse
Parses given field and field value to DQL condition
and parameters.
parseBoolean() - Method in class Doctrine\Doctrine_DataDict_Pgsql
parseBoolean
parses a literal boolean value and returns
proper sql equivalent.
parseBoolean() - Method in class Doctrine\Doctrine_DataDict
parseBoolean
parses a literal boolean value and returns
proper sql equivalent.
parseClause() - Method in class Doctrine\Doctrine_Search_Query
parseClause() - Method in class Doctrine\Doctrine_Expression
Parses a set of expressions at once..
parseClause() - Method in class Doctrine\Doctrine_Query
parseClause
parses given DQL clause.
parseClause() - Method in class Doctrine\Doctrine_Hook_Parser_Complex
parseClause.
parseClause() - Method in class Doctrine\Doctrine_Query_Check
parseClause.
parseDqlQuery() - Method in class Doctrine\Doctrine_Query
DQL PARSER
parses a DQL query
first splits the query in parts and then uses individual
parsers for each part.
parseDqlQuery() - Method in class Doctrine\Doctrine_RawSql
parseDqlQuery
parses an sql query and adds the parts to internal array.
parseDqlQuery() - Method in class Doctrine\Doctrine_Query_Abstract
parseDqlQuery
parses a dql query.
parseDqlQueryPart() - Method in class Doctrine\Doctrine_RawSql
parseDqlQueryPart
parses given DQL query part.
parseDsn() - Method in class Doctrine\Doctrine_Manager
Parse a Doctrine style dsn string in to an array of parts.
parseExists() - Method in class Doctrine\Doctrine_Query_Where
parses an EXISTS expression.
parseExpression() - Method in class Doctrine\Doctrine_Expression
Parses a single expressions and substitutes dql abstract functions
with their concrete sql counterparts for the given connection..
parseFoldedScalar() - Method in class Doctrine\sfYamlParser
Parses a folded scalar..
parseFunction() - Method in class Doctrine\Doctrine_Query_Check
parseFunctionExpression() - Method in class Doctrine\Doctrine_Query
parseIdentifierReference() - Method in class Doctrine\Doctrine_Query
parseLiteralValue() - Method in class Doctrine\Doctrine_Query_Condition
parses a literal value and returns the parsed value.
parseMapping() - Method in class Doctrine\sfYamlInline
Parses a mapping to a YAML string..
parsePdoDsn() - Method in class Doctrine\Doctrine_Manager
Parse a pdo style dsn in to an array of parts.
parseQuotedScalar() - Method in class Doctrine\sfYamlInline
Parses a quoted scalar to YAML..
parseScalar() - Method in class Doctrine\sfYamlInline
Parses a scalar to a YAML string..
parseSchema() - Method in class Doctrine\Doctrine_Import_Schema
parseSchema.
parseSelect() - Method in class Doctrine\Doctrine_Query
parseSelect
parses the query select part and
adds selected fields to pendingFields array.
parseSelectField() - Method in class Doctrine\Doctrine_Query
Parses a nested field
$q->parseSelectField('u.Phonenumber.value');
.
parseSequence() - Method in class Doctrine\sfYamlInline
Parses a sequence to a YAML string..
parseSingle() - Method in class Doctrine\Doctrine_Hook_Parser_Complex
parseSingle.
parseSingle() - Method in class Doctrine\Doctrine_Hook_Integer
parse
Parses given field and field value to DQL condition
and parameters.
parseSingle() - Method in class Doctrine\Doctrine_Query_Check
parseSingle() - Method in class Doctrine\Doctrine_Hook_WordLike
parse
Parses given field and field value to DQL condition
and parameters.
parseSubquery() - Method in class Doctrine\Doctrine_Query
parseTerm() - Method in class Doctrine\Doctrine_Search_Query
parseValue() - Method in class Doctrine\sfYamlParser
Parses a YAML value..
parseWord() - Method in class Doctrine\Doctrine_Search_Query
pi() - Method in class Doctrine\Doctrine_Expression_Driver
pi.
pop() - Method in class Doctrine\Doctrine_Connection_Profiler
pop the last event from the event stack.
pop() - Method in class Doctrine\Doctrine_Adapter_Mock
Pop the last executed query from the array of executed queries and return it.
pop() - Method in class Doctrine\Doctrine_Export_Reporter
populateRelated() - Method in class Doctrine\Doctrine_Collection
Populate the relationship $name for all records in the passed collection.
position() - Method in class Doctrine\Doctrine_Expression_Pgsql
position.
postClose() - Method in class Doctrine\Doctrine_EventListener_Chain
postClose
an event invoked after Doctrine_Connection is closed.
postClose() - Method in class Doctrine\Doctrine_EventListener
postConnect() - Method in class Doctrine\Doctrine_EventListener_Interface
postConnect() - Method in class Doctrine\Doctrine_EventListener_Chain
postConnect() - Method in class Doctrine\Doctrine_EventListener
postDelete() - Method in class Doctrine\Doctrine_Template_Listener_SoftDelete
Implement postDelete() hook and set the deleted flag to true.
postDelete() - Method in class Doctrine\Doctrine_Record_Listener
postDelete() - Method in class Doctrine\Doctrine_Record
Empty template method to provide concrete Record classes with the possibility
to hook into the deletion procedure..
postDelete() - Method in class Doctrine\Doctrine_Record_Listener_Interface
postDelete() - Method in class Doctrine\Doctrine_Record_Listener_Chain
postDown() - Method in class Doctrine\Doctrine_Migration_Base
postError() - Method in class Doctrine\Doctrine_EventListener
postError() - Method in class Doctrine\Doctrine_EventListener_Chain
postError() - Method in class Doctrine\Doctrine_EventListener_Interface
postExec() - Method in class Doctrine\Doctrine_EventListener
postExec() - Method in class Doctrine\Doctrine_EventListener_Chain
postExec() - Method in class Doctrine\Doctrine_EventListener_Interface
postFetch() - Method in class Doctrine\Doctrine_EventListener_Interface
postFetch() - Method in class Doctrine\Doctrine_EventListener
postFetch() - Method in class Doctrine\Doctrine_EventListener_Chain
postFetchAll() - Method in class Doctrine\Doctrine_EventListener_Chain
postFetchAll() - Method in class Doctrine\Doctrine_EventListener
postFetchAll() - Method in class Doctrine\Doctrine_EventListener_Interface
postHydrate() - Method in class Doctrine\Doctrine_Record_Listener_Interface
postHydrate() - Method in class Doctrine\Doctrine_Record
Empty template method to provide Record classes with the ability to alter hydration
after it runs.
postHydrate() - Method in class Doctrine\Doctrine_Record_Listener
postHydrate() - Method in class Doctrine\Doctrine_Record_Listener_Chain
postInsert() - Method in class Doctrine\Doctrine_AuditLog_Listener
Post insert event hook which creates the new version record
This will only insert a version record if the auditLog is enabled.
postInsert() - Method in class Doctrine\Doctrine_Record
Empty template method to provide concrete Record classes with the possibility
to hook into the saving procedure only when the record is going to be
inserted into the data store the first time..
postInsert() - Method in class Doctrine\Doctrine_Record_Listener
postInsert() - Method in class Doctrine\Doctrine_Record_Listener_Interface
postInsert() - Method in class Doctrine\Doctrine_Search_Listener
postInsert() - Method in class Doctrine\Doctrine_Record_Listener_Chain
postPrepare() - Method in class Doctrine\Doctrine_EventListener
postPrepare() - Method in class Doctrine\Doctrine_EventListener_Interface
postPrepare() - Method in class Doctrine\Doctrine_EventListener_Chain
postQuery() - Method in class Doctrine\Doctrine_Query_Filter_Interface
postQuery.
postQuery() - Method in class Doctrine\Doctrine_EventListener
postQuery() - Method in class Doctrine\Doctrine_Query_Filter_Chain
postQuery.
postQuery() - Method in class Doctrine\Doctrine_Query_Filter
postQuery.
postQuery() - Method in class Doctrine\Doctrine_EventListener_Interface
postQuery() - Method in class Doctrine\Doctrine_EventListener_Chain
postSave() - Method in class Doctrine\Doctrine_Record_Listener
postSave() - Method in class Doctrine\Doctrine_Record_Listener_Interface
postSave() - Method in class Doctrine\Doctrine_Record_Listener_Chain
postSave() - Method in class Doctrine\Doctrine_Record
Empty template method to provide concrete Record classes with the possibility
to hook into the saving procedure..
postSavepointCommit() - Method in class Doctrine\Doctrine_EventListener_Chain
postSavepointCommit
an event invoked after a Doctrine_Connection transaction with savepoint
is committed.
postSavepointCommit() - Method in class Doctrine\Doctrine_EventListener
postSavepointCreate() - Method in class Doctrine\Doctrine_EventListener
postSavepointCreate() - Method in class Doctrine\Doctrine_EventListener_Chain
postSavepointCreate
an event invoked after a Doctrine_Connection transaction with savepoint
has been started.
postSavepointRollback() - Method in class Doctrine\Doctrine_EventListener
postSavepointRollback() - Method in class Doctrine\Doctrine_EventListener_Chain
postSavepointRollback
an event invoked after a Doctrine_Connection transaction with savepoint
is being rolled back.
postSerialize() - Method in class Doctrine\Doctrine_Record_Listener_Chain
postSerialize() - Method in class Doctrine\Doctrine_Record_Listener_Interface
postSerialize() - Method in class Doctrine\Doctrine_Record_Listener
postSerialize() - Method in class Doctrine\Doctrine_Record
Empty template method to provide concrete Record classes with the possibility
to hook into the serializing procedure..
postStmtExecute() - Method in class Doctrine\Doctrine_EventListener
postStmtExecute() - Method in class Doctrine\Doctrine_EventListener_Interface
postStmtExecute() - Method in class Doctrine\Doctrine_EventListener_Chain
postTransactionBegin() - Method in class Doctrine\Doctrine_EventListener_Chain
onTransactionBegin
an event invoked after a Doctrine_Connection transaction has been started.
postTransactionBegin() - Method in class Doctrine\Doctrine_EventListener_Interface
postTransactionBegin() - Method in class Doctrine\Doctrine_EventListener
postTransactionCommit() - Method in class Doctrine\Doctrine_EventListener
postTransactionCommit() - Method in class Doctrine\Doctrine_EventListener_Interface
postTransactionCommit() - Method in class Doctrine\Doctrine_EventListener_Chain
onTransactionCommit
an event invoked after a Doctrine_Connection transaction is committed.
postTransactionRollback() - Method in class Doctrine\Doctrine_EventListener
postTransactionRollback() - Method in class Doctrine\Doctrine_EventListener_Chain
onTransactionRollback
an event invoked after a Doctrine_Connection transaction is being rolled back.
postTransactionRollback() - Method in class Doctrine\Doctrine_EventListener_Interface
postUnserialize() - Method in class Doctrine\Doctrine_Record_Listener_Chain
postUnserialize() - Method in class Doctrine\Doctrine_Record
Empty template method to provide concrete Record classes with the possibility
to hook into the serializing procedure..
postUnserialize() - Method in class Doctrine\Doctrine_Record_Listener_Interface
postUnserialize() - Method in class Doctrine\Doctrine_Record_Listener
postUp() - Method in class Doctrine\Doctrine_Migration_Base
postUpdate() - Method in class Doctrine\Doctrine_Record_Listener_Chain
postUpdate() - Method in class Doctrine\Doctrine_Record_Listener
postUpdate() - Method in class Doctrine\Doctrine_Record_Listener_Interface
postUpdate() - Method in class Doctrine\Doctrine_Search_Listener
postUpdate() - Method in class Doctrine\Doctrine_Record
Empty template method to provide concrete Record classes with the possibility
to hook into the saving procedure only when the record is going to be
updated..
postValidate() - Method in class Doctrine\Doctrine_Record_Listener_Chain
postValidate() - Method in class Doctrine\Doctrine_Record_Listener
postValidate() - Method in class Doctrine\Doctrine_Record
Empty template method to provide concrete Record classes with the possibility
to hook into the validation procedure..
preClose() - Method in class Doctrine\Doctrine_EventListener_Chain
preClose
an event invoked before Doctrine_Connection is closed.
preClose() - Method in class Doctrine\Doctrine_EventListener
preConnect() - Method in class Doctrine\Doctrine_EventListener_Chain
preConnect() - Method in class Doctrine\Doctrine_EventListener_Interface
preConnect() - Method in class Doctrine\Doctrine_EventListener
preDelete() - Method in class Doctrine\Doctrine_Template_Listener_SoftDelete
Skip the normal delete options so we can override it with our own.
preDelete() - Method in class Doctrine\Doctrine_Record
Empty template method to provide concrete Record classes with the possibility
to hook into the deletion procedure..
preDelete() - Method in class Doctrine\Doctrine_Record_Listener
preDelete() - Method in class Doctrine\Doctrine_Record_Listener_Interface
preDelete() - Method in class Doctrine\Doctrine_AuditLog_Listener
Pre delete event hook deletes all related versions
This will only delete version records if the auditLog is enabled.
preDelete() - Method in class Doctrine\Doctrine_Record_Listener_Chain
preDown() - Method in class Doctrine\Doctrine_Migration_Base
preDqlDelete() - Method in class Doctrine\Doctrine_Record
Empty template method to provide Record classes with the ability to alter DQL delete
queries at runtime.
preDqlDelete() - Method in class Doctrine\Doctrine_Record_Listener_Chain
preDqlDelete() - Method in class Doctrine\Doctrine_Template_Listener_SoftDelete
Implement preDqlDelete() hook and modify a dql delete query so it updates the deleted flag
instead of deleting the record.
preDqlDelete() - Method in class Doctrine\Doctrine_Record_Listener
preDqlSelect() - Method in class Doctrine\Doctrine_Record
Empty template method to provide Record classes with the ability to alter DQL select
queries at runtime.
preDqlSelect() - Method in class Doctrine\Doctrine_Record_Listener_Chain
preDqlSelect() - Method in class Doctrine\Doctrine_Template_Listener_SoftDelete
Implement preDqlSelect() hook and add the deleted flag to all queries for which this model
is being used in..
preDqlSelect() - Method in class Doctrine\Doctrine_Record_Listener
preDqlUpdate() - Method in class Doctrine\Doctrine_Template_Listener_Timestampable
Set the updated field for dql update queries.
preDqlUpdate() - Method in class Doctrine\Doctrine_Record_Listener_Chain
preDqlUpdate() - Method in class Doctrine\Doctrine_Record_Listener
preDqlUpdate() - Method in class Doctrine\Doctrine_Record
Empty template method to provide Record classes with the ability to alter DQL update
queries at runtime.
preError() - Method in class Doctrine\Doctrine_EventListener_Interface
preError() - Method in class Doctrine\Doctrine_EventListener
preError() - Method in class Doctrine\Doctrine_EventListener_Chain
preExec() - Method in class Doctrine\Doctrine_EventListener
preExec() - Method in class Doctrine\Doctrine_EventListener_Chain
preExec() - Method in class Doctrine\Doctrine_EventListener_Interface
preFetch() - Method in class Doctrine\Doctrine_EventListener
preFetch() - Method in class Doctrine\Doctrine_EventListener_Interface
preFetch() - Method in class Doctrine\Doctrine_EventListener_Chain
preFetchAll() - Method in class Doctrine\Doctrine_EventListener
preFetchAll() - Method in class Doctrine\Doctrine_EventListener_Interface
preFetchAll() - Method in class Doctrine\Doctrine_EventListener_Chain
preHydrate() - Method in class Doctrine\Doctrine_Record_Listener
preHydrate() - Method in class Doctrine\Doctrine_Record_Listener_Interface
preHydrate() - Method in class Doctrine\Doctrine_Record
Empty template method to provide Record classes with the ability to alter hydration
before it runs.
preHydrate() - Method in class Doctrine\Doctrine_Record_Listener_Chain
preInsert() - Method in class Doctrine\Doctrine_Record_Listener_Chain
preInsert() - Method in class Doctrine\Doctrine_Template_Listener_Sluggable
Set the slug value automatically when a record is inserted.
preInsert() - Method in class Doctrine\Doctrine_Record_Listener_Interface
preInsert() - Method in class Doctrine\Doctrine_AuditLog_Listener
Pre insert event hook for incrementing version number.
preInsert() - Method in class Doctrine\Doctrine_Record
Empty template method to provide concrete Record classes with the possibility
to hook into the saving procedure only when the record is going to be
inserted into the data store the first time..
preInsert() - Method in class Doctrine\Doctrine_Record_Listener
preInsert() - Method in class Doctrine\Doctrine_Template_Listener_Timestampable
Set the created and updated Timestampable columns when a record is inserted.
prepare() - Method in class Doctrine\Doctrine_Connection
prepare.
prepare() - Method in class Doctrine\Doctrine_Adapter_Interface
prepare() - Method in class Doctrine\Doctrine_Adapter_Mock
Prepare a query statement.
prepare() - Method in class Doctrine\Doctrine_Adapter_Oracle
Prepare a query statement.
prepareArgs() - Method in class Doctrine\Doctrine_Cli
Prepare the raw arguments for execution.
prepareData() - Method in class Doctrine\Doctrine_Data_Export
prepareData.
prepareData() - Method in class Doctrine\Doctrine_Parser_Xml
prepareData.
prepareValue() - Method in class Doctrine\Doctrine_Table
Performs special data preparation.
prePrepare() - Method in class Doctrine\Doctrine_EventListener
prePrepare() - Method in class Doctrine\Doctrine_EventListener_Interface
prePrepare() - Method in class Doctrine\Doctrine_EventListener_Chain
preQuery() - Method in class Doctrine\Doctrine_Query_Filter
preQuery.
preQuery() - Method in class Doctrine\Doctrine_EventListener_Chain
preQuery() - Method in class Doctrine\Doctrine_EventListener_Interface
preQuery() - Method in class Doctrine\Doctrine_EventListener
preQuery() - Method in class Doctrine\Doctrine_Query_Abstract
Blank hook methods which can be implemented in Doctrine_Query child classes.
preQuery() - Method in class Doctrine\Doctrine_Query_Filter_Chain
preQuery.
preQuery() - Method in class Doctrine\Doctrine_Query_Filter_Interface
preQuery.
preSave() - Method in class Doctrine\Doctrine_Record_Listener_Chain
preSave() - Method in class Doctrine\Doctrine_Record_Listener_Interface
preSave() - Method in class Doctrine\Doctrine_Record
Empty template method to provide concrete Record classes with the possibility
to hook into the saving procedure..
preSave() - Method in class Doctrine\Doctrine_Record_Listener
preSavepointCommit() - Method in class Doctrine\Doctrine_EventListener_Chain
preSavepointCommit
an event invoked before a Doctrine_Connection transaction with savepoint
is committed.
preSavepointCommit() - Method in class Doctrine\Doctrine_EventListener
preSavepointCreate() - Method in class Doctrine\Doctrine_EventListener_Chain
preSavepointCreate
an event invoked before a Doctrine_Connection transaction with savepoint
is being started.
preSavepointCreate() - Method in class Doctrine\Doctrine_EventListener
preSavepointRollback() - Method in class Doctrine\Doctrine_EventListener_Chain
preSavepointRollback
an event invoked before a Doctrine_Connection transaction with savepoint
is being rolled back.
preSavepointRollback() - Method in class Doctrine\Doctrine_EventListener
preSerialize() - Method in class Doctrine\Doctrine_Record_Listener_Chain
preSerialize() - Method in class Doctrine\Doctrine_Record_Listener_Interface
preSerialize() - Method in class Doctrine\Doctrine_Record
Empty template method to provide concrete Record classes with the possibility
to hook into the serializing procedure..
preSerialize() - Method in class Doctrine\Doctrine_Record_Listener
preStmtExecute() - Method in class Doctrine\Doctrine_EventListener
preStmtExecute() - Method in class Doctrine\Doctrine_EventListener_Chain
preStmtExecute() - Method in class Doctrine\Doctrine_EventListener_Interface
preTransactionBegin() - Method in class Doctrine\Doctrine_EventListener_Chain
onTransactionBegin
an event invoked before a Doctrine_Connection transaction is being started.
preTransactionBegin() - Method in class Doctrine\Doctrine_EventListener
preTransactionBegin() - Method in class Doctrine\Doctrine_EventListener_Interface
preTransactionCommit() - Method in class Doctrine\Doctrine_EventListener_Interface
preTransactionCommit() - Method in class Doctrine\Doctrine_EventListener_Chain
onPreTransactionCommit
an event invoked before a Doctrine_Connection transaction is committed.
preTransactionCommit() - Method in class Doctrine\Doctrine_EventListener
preTransactionRollback() - Method in class Doctrine\Doctrine_EventListener_Interface
preTransactionRollback() - Method in class Doctrine\Doctrine_EventListener_Chain
onPreTransactionRollback
an event invoked before a Doctrine_Connection transaction is being rolled back.
preTransactionRollback() - Method in class Doctrine\Doctrine_EventListener
preUnserialize() - Method in class Doctrine\Doctrine_Record_Listener
preUnserialize() - Method in class Doctrine\Doctrine_Record_Listener_Interface
preUnserialize() - Method in class Doctrine\Doctrine_Record
Empty template method to provide concrete Record classes with the possibility
to hook into the serializing procedure..
preUnserialize() - Method in class Doctrine\Doctrine_Record_Listener_Chain
preUp() - Method in class Doctrine\Doctrine_Migration_Base
preUpdate() - Method in class Doctrine\Doctrine_Template_Listener_Sluggable
Set the slug value automatically when a record is updated if the options are configured
to allow it.
preUpdate() - Method in class Doctrine\Doctrine_Record_Listener
preUpdate() - Method in class Doctrine\Doctrine_Record
Empty template method to provide concrete Record classes with the possibility
to hook into the saving procedure only when the record is going to be
updated..
preUpdate() - Method in class Doctrine\Doctrine_Template_Listener_Timestampable
Set updated Timestampable column when a record is updated.
preUpdate() - Method in class Doctrine\Doctrine_Search_Listener
preUpdate() - Method in class Doctrine\Doctrine_AuditLog_Listener
Pre update event hook for inserting new version record
This will only insert a version record if the auditLog is enabled.
preUpdate() - Method in class Doctrine\Doctrine_Record_Listener_Chain
preUpdate() - Method in class Doctrine\Doctrine_Record_Listener_Interface
preValidate() - Method in class Doctrine\Doctrine_Record_Listener
preValidate() - Method in class Doctrine\Doctrine_Record_Listener_Chain
preValidate() - Method in class Doctrine\Doctrine_Record
Empty template method to provide concrete Record classes with the possibility
to hook into the validation procedure.
primaryKey() - Method in class Doctrine\Doctrine_Migration_Base
Convenience method for creating or dropping primary keys..
printTasks() - Method in class Doctrine\Doctrine_Cli
Prints an index of all the available tasks in the CLI instance.
processChangedColumn() - Method in class Doctrine\Doctrine_Migration_Process
Process a changed column change.
processCreatedColumn() - Method in class Doctrine\Doctrine_Migration_Process
Process a created column change.
processCreatedConstraint() - Method in class Doctrine\Doctrine_Migration_Process
Process a created constraint change.
processCreatedForeignKey() - Method in class Doctrine\Doctrine_Migration_Process
Process a created foreign key change.
processCreatedIndex() - Method in class Doctrine\Doctrine_Migration_Process
Process a created index change.
processCreatedTable() - Method in class Doctrine\Doctrine_Migration_Process
Process a created table change.
processDeleteIntegrity() - Method in class Doctrine\Doctrine_IntegrityMapper
processDeleteIntegrity.
processDiff() - Method in class Doctrine\Doctrine_Collection
Processes the difference of the last snapshot and the current data.
processDroppedColumn() - Method in class Doctrine\Doctrine_Migration_Process
Process a dropped column change.
processDroppedConstraint() - Method in class Doctrine\Doctrine_Migration_Process
Process a dropped constraint change.
processDroppedForeignKey() - Method in class Doctrine\Doctrine_Migration_Process
Process a dropped foreign key change.
processDroppedIndex() - Method in class Doctrine\Doctrine_Migration_Process
Process a dropped index change.
processDroppedTable() - Method in class Doctrine\Doctrine_Migration_Process
Process a dropped table change.
processErrorInfo() - Method in class Doctrine\Doctrine_Connection_Pgsql_Exception
This method checks if native error code/message can be
converted into a portable code and then adds this
portable error code to $portableCode field.
processErrorInfo() - Method in class Doctrine\Doctrine_Connection_Mysql_Exception
This method checks if native error code/message can be
converted into a portable code and then adds this
portable error code to $portableCode field.
processErrorInfo() - Method in class Doctrine\Doctrine_Connection_Sqlite_Exception
This method checks if native error code/message can be
converted into a portable code and then adds this
portable error code to $portableCode field.
processErrorInfo() - Method in class Doctrine\Doctrine_Connection_Exception
This method checks if native error code/message can be
converted into a portable code and then adds this
portable error code to $portableCode field.
processErrorInfo() - Method in class Doctrine\Doctrine_Connection_Mssql_Exception
This method checks if native error code/message can be
converted into a portable code and then adds this
portable error code to $portableCode field.
processErrorInfo() - Method in class Doctrine\Doctrine_Connection_Oracle_Exception
This method checks if native error code/message can be
converted into a portable code and then adds this
portable error code to $portableCode field.
processOrderBy() - Method in class Doctrine\Doctrine_Table
Process an order by statement to be prefixed with the passed alias and
field names converted to column names if the 3rd argument is true..
processPage() - Method in class Doctrine\Doctrine_Pager_Layout
processPage.
processPendingAggregates() - Method in class Doctrine\Doctrine_Query
processPendingAggregates
processes pending aggregate values for given component alias.
processPendingFields() - Method in class Doctrine\Doctrine_Query
processPendingFields
the fields in SELECT clause cannot be parsed until the components
in FROM clause are parsed, hence this method is called everytime a
specific component is being parsed.
processPendingSubqueries() - Method in class Doctrine\Doctrine_Query
processPendingSubqueries
processes pending subqueries.
processRenamedColumn() - Method in class Doctrine\Doctrine_Migration_Process
Process a renamed column change.
processRenamedTable() - Method in class Doctrine\Doctrine_Migration_Process
Process a renamed table change.
processSingleInsert() - Method in class Doctrine\Doctrine_Connection_UnitOfWork
Inserts a transient record in its table.
purge() - Method in class Doctrine\Doctrine_Data
purge.
Q
query() - Method in class Doctrine\Doctrine_Adapter_Interface
query() - Method in class Doctrine\Doctrine_Search_Query
query() - Method in class Doctrine\Doctrine_Query
Queries the database with DQL (Doctrine Query Language).
query() - Method in class Doctrine\Doctrine_Adapter_Oracle
Execute query and return results as statement object.
query() - Method in class Doctrine\Doctrine_Adapter_Mock
Fake the execution of query and add it to the stack of executed queries.
query() - Method in class Doctrine\Doctrine_Connection
query
queries the database using Doctrine Query Language
returns a collection of Doctrine_Record objects.
queryOne() - Method in class Doctrine\Doctrine_Connection
query
queries the database using Doctrine Query Language and returns
the first record found.
quote() - Method in class Doctrine\Doctrine_Adapter_Oracle
Quote a value for the dbms.
quote() - Method in class Doctrine\Doctrine_Connection_Oracle
Override quote behaviour for boolean to fix issues with quoting of
boolean values..
quote() - Method in class Doctrine\Doctrine_Formatter
quote
quotes given input parameter.
quote() - Method in class Doctrine\Doctrine_Adapter_Mock
Quote a value for the dbms.
quote() - Method in class Doctrine\Doctrine_Adapter_Interface
quote() - Method in class Doctrine\Doctrine_Connection
quote
quotes given input parameter.
quotedStringExplode() - Method in class Doctrine\Doctrine_Query_Tokenizer
Explodes the given string by .
quoteExplode() - Method in class Doctrine\Doctrine_Query_Tokenizer
Explode quotes from string.
quoteIdentifier() - Method in class Doctrine\Doctrine_Formatter
Quote a string so it can be safely used as a table or column name.
quoteIdentifier() - Method in class Doctrine\Doctrine_Connection
Quote a string so it can be safely used as a table or column name.
quoteIdentifier() - Method in class Doctrine\Doctrine_Connection_Mssql
quoteIdentifier
Quote a string so it can be safely used as a table / column name.
quoteMultipleIdentifier() - Method in class Doctrine\Doctrine_Connection
quoteMultipleIdentifier
Quotes multiple identifier strings.
quoteMultipleIdentifier() - Method in class Doctrine\Doctrine_Formatter
quoteMultipleIdentifier
Quotes multiple identifier strings.
R
random() - Method in class Doctrine\Doctrine_Expression_Oracle
random.
random() - Method in class Doctrine\Doctrine_Expression_Mysql
return string to call a function to get random value inside an SQL statement.
random() - Method in class Doctrine\Doctrine_Expression_Pgsql
return string to call a function to get random value inside an SQL statement.
random() - Method in class Doctrine\Doctrine_Expression_Sqlite
return string to call a function to get random value inside an SQL statement.
rangeAroundPage() - Method in class Doctrine\Doctrine_Pager_Range_Sliding
rangeAroundPage.
rangeAroundPage() - Method in class Doctrine\Doctrine_Pager_Range
rangeAroundPage.
rangeAroundPage() - Method in class Doctrine\Doctrine_Pager_Range_Jumping
rangeAroundPage.
rawGet() - Method in class Doctrine\Doctrine_Record
returns the value of a property (column).
readTableData() - Method in class Doctrine\Doctrine_Search
readTableData.
reference() - Method in class Doctrine\Doctrine_Record
gets a related component.
refresh() - Method in class Doctrine\Doctrine_Record
refresh
refresh internal data from the database.
refreshRelated() - Method in class Doctrine\Doctrine_Record
refresh
refresh data of related objects from the database.
regexp() - Method in class Doctrine\Doctrine_Expression_Mysql
returns the regular expression operator.
regexp() - Method in class Doctrine\Doctrine_Expression_Sqlite
returns the regular expression operator.
regexp() - Method in class Doctrine\Doctrine_Expression_Driver
regexp
returns the regular expression operator.
regexp() - Method in class Doctrine\Doctrine_Expression_Pgsql
regexp.
registerCollection() - Method in class Doctrine\Doctrine_Hydrator_Graph
registerCollection() - Method in class Doctrine\Doctrine_Hydrator_ArrayDriver
registerCollection() - Method in class Doctrine\Doctrine_Hydrator_RecordDriver
registerConnectionDriver() - Method in class Doctrine\Doctrine_Manager
Register a custom connection driver.
registerExtension() - Method in class Doctrine\Doctrine_Manager
Register a Doctrine extension for extensionsAutoload() method.
registerHydrator() - Method in class Doctrine\Doctrine_Manager
Register a new driver for hydration.
registerIncludedTaskClasses() - Method in class Doctrine\Doctrine_Cli
Registers all loaded classes - by default - or the specified loaded Task classes.
registerTaskClass() - Method in class Doctrine\Doctrine_Cli
Registers the specified _included_ task-class.
registerValidators() - Method in class Doctrine\Doctrine_Manager
Register validators so that Doctrine is aware of them.
relatedExists() - Method in class Doctrine\Doctrine_Record
Check if a related relationship exists.
releaseAgedLocks() - Method in class Doctrine\Doctrine_Locking_Manager_Pessimistic
Releases locks older than a defined amount of seconds.
releaseLock() - Method in class Doctrine\Doctrine_Locking_Manager_Pessimistic
Releases a lock on a Doctrine_Record.
releaseSavePoint() - Method in class Doctrine\Doctrine_Transaction_Mysql
releaseSavePoint
releases given savepoint.
releaseSavePoint() - Method in class Doctrine\Doctrine_Transaction
releaseSavePoint
releases given savepoint.
releaseSavePoint() - Method in class Doctrine\Doctrine_Transaction_Oracle
releaseSavePoint
releases given savepoint.
releaseSavePoint() - Method in class Doctrine\Doctrine_Transaction_Pgsql
releaseSavePoint
releases given savepoint.
remove() - Method in class Doctrine\Doctrine_Validator_ErrorStack
Removes all existing errors for the specified field from the stack..
remove() - Method in class Doctrine\Doctrine_Access
Remove the element with the specified offset.
remove() - Method in class Doctrine\Doctrine_Collection
Removes a specified collection element.
removeColumn() - Method in class Doctrine\Doctrine_Migration_Base
Add a remove column change..
removeColumn() - Method in class Doctrine\Doctrine_Table
Removes a field name from the table schema information..
removeDirectories() - Method in class Doctrine\Doctrine_Lib
Removes a non empty directory.
removeDqlQueryPart() - Method in class Doctrine\Doctrine_Query_Abstract
removeDqlQueryPart
removes a dql query part from the dql query part array.
removeIndex() - Method in class Doctrine\Doctrine_Migration_Base
Add a remove index change..
removeMaskReplacement() - Method in class Doctrine\Doctrine_Pager_Layout
removeMaskReplacement.
removeRecord() - Method in class Doctrine\Doctrine_Table
Removes a record from the identity map.
removeSqlQueryPart() - Method in class Doctrine\Doctrine_Query_Abstract
removeSqlQueryPart
removes a query part from the query part array.
renameColumn() - Method in class Doctrine\Doctrine_Migration_Base
Add a rename column change.
renameTable() - Method in class Doctrine\Doctrine_Migration_Base
Add a rename table change.
replace() - Method in class Doctrine\Doctrine_Connection_Mysql
Execute a SQL REPLACE query.
replace() - Method in class Doctrine\Doctrine_Collection
Replaces all records of this collection and processes the
difference of the last snapshot and the current data.
replace() - Method in class Doctrine\Doctrine_Connection
Execute a SQL REPLACE query.
replace() - Method in class Doctrine\Doctrine_Record
executes a SQL REPLACE query.
replace() - Method in class Doctrine\Doctrine_Connection_UnitOfWork
Replaces a record into database..
replaceBoundParamsWithInlineValuesInQuery() - Method in class Doctrine\Doctrine_Connection_Mssql
Replaces bound parameters and their placeholders with explicit values.
reset() - Method in class Doctrine\Doctrine_Manager
Reset this instance of the manager.
reset() - Method in class Doctrine\Doctrine_Query
Resets the query to the state just after it has been instantiated..
resetBaseQuery() - Method in class Doctrine\Doctrine_Tree_NestedSet
Enter description here....
resetInstance() - Method in class Doctrine\Doctrine_Manager
Reset the internal static instance.
resetPendingUnlinks() - Method in class Doctrine\Doctrine_Record
resets pending record unlinks.
rethrowException() - Method in class Doctrine\Doctrine_Connection
rethrowException.
returnQueryWithRootId() - Method in class Doctrine\Doctrine_Tree_NestedSet
returns parsed query with root id where clause added if applicable.
revert() - Method in class Doctrine\Doctrine_Template_Versionable
revert
reverts this record to given version, this method only works if versioning plugin
is enabled.
rewind() - Method in class Doctrine\Doctrine_Collection_Iterator
rewinds the iterator.
rewind() - Method in class Doctrine\Doctrine_Node_MaterializedPath_PostOrderIterator
rewind() - Method in class Doctrine\Doctrine_Node_MaterializedPath_LevelOrderIterator
rewind() - Method in class Doctrine\Doctrine_Node_NestedSet_PreOrderIterator
rewinds the iterator.
rewind() - Method in class Doctrine\Doctrine_Collection_OnDemand
rewind() - Method in class Doctrine\Doctrine_Node_MaterializedPath_PreOrderIterator
rollback() - Method in class Doctrine\Doctrine_Connection
rollback
Cancel any database changes done during a transaction or since a specific
savepoint that is in progress.
rollBack() - Method in class Doctrine\Doctrine_Adapter_Interface
rollBack() - Method in class Doctrine\Doctrine_Adapter_Oracle
Rollback a transaction.
rollBack() - Method in class Doctrine\Doctrine_Adapter_Mock
Rollback a transaction.
rollback() - Method in class Doctrine\Doctrine_Transaction
rollback
Cancel any database changes done during a transaction or since a specific
savepoint that is in progress.
rollbackSavePoint() - Method in class Doctrine\Doctrine_Transaction_Oracle
rollbackSavePoint
releases given savepoint.
rollbackSavePoint() - Method in class Doctrine\Doctrine_Transaction
rollbackSavePoint
releases given savepoint.
rollbackSavePoint() - Method in class Doctrine\Doctrine_Transaction_Pgsql
rollbackSavePoint
releases given savepoint.
rollbackSavePoint() - Method in class Doctrine\Doctrine_Transaction_Mysql
rollbackSavePoint
releases given savepoint.
round() - Method in class Doctrine\Doctrine_Expression_Driver
Rounds a numeric field to the number of decimals specified..
rowCount() - Method in class Doctrine\Doctrine_Adapter_Statement_Mock
rowCount.
rowCount() - Method in class Doctrine\Doctrine_Adapter_Statement
rowCount.
rowCount() - Method in class Doctrine\Doctrine_Adapter_Statement_Oracle
rowCount() returns the number of rows affected by the last DELETE, INSERT, or UPDATE statement
executed by the corresponding object.
rowCount() - Method in class Doctrine\Doctrine_Connection_Statement
rowCount
rowCount() returns the number of rows affected by the last DELETE, INSERT, or UPDATE statement
executed by the corresponding object.
rowCount() - Method in class Doctrine\Doctrine_Adapter_Statement_Interface
rowCount() returns the number of rows affected by the last DELETE, INSERT, or UPDATE statement
executed by the corresponding object.
rtrim() - Method in class Doctrine\Doctrine_Expression_Driver
rtrim
returns the string $str with proceeding space characters removed.
rtrimImpl() - Method in class Doctrine\Doctrine_Expression_Sqlite
run() - Method in class Doctrine\Doctrine_Cli
Public function to run the loaded task with the passed arguments.
S
save() - Method in class Doctrine\Doctrine_Collection
Saves all records of this collection and processes the
difference of the last snapshot and the current data.
save() - Method in class Doctrine\Doctrine_Record
applies the changes made to this object into database
this method is smart enough to know if any changes are made
and whether to use INSERT or UPDATE statement.
save() - Method in class Doctrine\Doctrine_Cache_Driver
Save some string datas into a cache record.
save() - Method in class Doctrine\Doctrine_Cache_Interface
Save a cache record and add the key to the index of cached keys.
saveAll() - Method in class Doctrine\Doctrine_Connection_UnitOfWork
saveAll
persists all the pending records from all tables.
saveAssociations() - Method in class Doctrine\Doctrine_Connection_UnitOfWork
saveAssociations.
saveGraph() - Method in class Doctrine\Doctrine_Connection_UnitOfWork
Saves the given record and all associated records.
saveRelatedForeignKeys() - Method in class Doctrine\Doctrine_Connection_UnitOfWork
saveRelatedForeignKeys
saves all related (through ForeignKey) records to $record.
saveRelatedLocalKeys() - Method in class Doctrine\Doctrine_Connection_UnitOfWork
saveRelatedLocalKeys
saves all related (through LocalKey) records to $record.
search() - Method in class Doctrine\Doctrine_Collection
Search a Doctrine_Record instance.
search() - Method in class Doctrine\Doctrine_Search
Searchable keyword search.
searchTableProxy() - Method in class Doctrine\Doctrine_Template_Searchable
Searchable keyword search proxy for Doctrine_Table.
seemsUtf8() - Method in class Doctrine\Doctrine_Inflector
Check if a string has utf7 characters in it.
select() - Method in class Doctrine\Doctrine_Connection
queries the database with limit and offset
added to the query and returns a Doctrine_Connection_Statement object.
select() - Method in class Doctrine\Doctrine_Query_Abstract
select
sets the SELECT part of the query.
sequenceExists() - Method in class Doctrine\Doctrine_Import
checks if a sequence exists.
serialize() - Method in class Doctrine\Doctrine_Record
serialize
this method is automatically called when an instance of Doctrine_Record is serialized.
serialize() - Method in class Doctrine\Doctrine_Connection
Serialize.
serialize() - Method in class Doctrine\Doctrine_Collection
This method is automatically called when this Doctrine_Collection is serialized.
serializeReferences() - Method in class Doctrine\Doctrine_Record
Set whether or not to serialize references.
set() - Method in class Doctrine\Doctrine_Access
Set the offset to the value.
set() - Method in class Doctrine\Doctrine_Template
set.
set() - Method in class Doctrine\Doctrine_Validator_ErrorStack
Alias for add().
set() - Method in class Doctrine\Doctrine_Collection
Set a Doctrine_Record instance to the collection.
set() - Method in class Doctrine\Doctrine_EventListener_Chain
set.
set() - Method in class Doctrine\Doctrine_Column
set.
set() - Method in class Doctrine\Doctrine_Query_Abstract
set
sets the SET part of the query.
set() - Method in class Doctrine\Doctrine_Record
alters mapped values, properties and related components..
set() - Method in class Doctrine\Doctrine_Event
setOption
sets the value of an option by reference.
set() - Method in class Doctrine\Doctrine_Record_Listener_Chain
set.
set() - Method in class Doctrine\Doctrine_Query_Filter_Chain
set.
setArg() - Method in class Doctrine\Doctrine_Validator_Driver
sets given value to an argument.
setArguments() - Method in class Doctrine\Doctrine_Task
setArguments.
setArray() - Method in class Doctrine\Doctrine_Access
Set an entire aray to the data.
setAttribute() - Method in class Doctrine\Doctrine_Connection_Statement
setAttribute
Set a statement attribute.
setAttribute() - Method in class Doctrine\Doctrine_Configurable
setAttribute
sets a given attribute.
setAttribute() - Method in class Doctrine\Doctrine_Record_Abstract
setAttribute() - Method in class Doctrine\Doctrine_Connection
setAttribute
sets an attribute.
setAttribute() - Method in class Doctrine\Doctrine_Adapter_Oracle
Set connection attribute.
setAttribute() - Method in class Doctrine\Doctrine_Adapter_Statement_Oracle
Set a statement attribute.
setAttribute() - Method in class Doctrine\Doctrine_Adapter_Mock
setAttribute() - Method in class Doctrine\Doctrine_Adapter_Statement_Interface
Set a statement attribute.
setAttribute() - Method in class Doctrine\Doctrine_Tree
sets tree attribute value.
setAttribute() - Method in class Doctrine\Doctrine_Adapter_Interface
setAttribute() - Method in class Doctrine\Doctrine_Adapter_Statement_Mock
setAttribute.
setBaseQuery() - Method in class Doctrine\Doctrine_Tree_NestedSet
Enter description here....
setCharset() - Method in class Doctrine\Doctrine_Connection_Mysql
Set the charset on the current connection.
setCharset() - Method in class Doctrine\Doctrine_Connection_Pgsql
Set the charset on the current connection.
setCharset() - Method in class Doctrine\Doctrine_Configurable
Set the charset.
setClassPrefix() - Method in class Doctrine\Doctrine_Locator
setClassPrefix.
setCollate() - Method in class Doctrine\Doctrine_Configurable
Set the collate.
setColumn() - Method in class Doctrine\Doctrine_Table
Adds a column to the schema.
setColumnOption() - Method in class Doctrine\Doctrine_Record_Abstract
Set an individual column option.
setColumnOption() - Method in class Doctrine\Doctrine_Table
Set an individual column option.
setColumnOptions() - Method in class Doctrine\Doctrine_Record_Abstract
Customize the array of options for a column or multiple columns.
setColumnOptions() - Method in class Doctrine\Doctrine_Table
Customize the array of options for a column or multiple columns.
setColumns() - Method in class Doctrine\Doctrine_Table
Set multiple column definitions at once.
setConfig() - Method in class Doctrine\Doctrine_Cli
.
setConnection() - Method in class Doctrine\Doctrine_Migration
setConnection() - Method in class Doctrine\Doctrine_Table
Sets the default connection for this table.
setConnection() - Method in class Doctrine\Doctrine_Query_Abstract
Set the connection this query object should use.
setCountQuery() - Method in class Doctrine\Doctrine_Pager
setCountQuery.
setCountQueryParams() - Method in class Doctrine\Doctrine_Pager
setCountQueryParams.
setCurrentConnection() - Method in class Doctrine\Doctrine_Manager
Sets the current connection to $key.
setCurrentVersion() - Method in class Doctrine\Doctrine_Migration
Set the current version of the database.
setData() - Method in class Doctrine\Doctrine_Collection
Set the data for the Doctrin_Collection instance.
setData() - Method in class Doctrine\Doctrine_Table
Doctrine uses this function internally.
setDateFormat() - Method in class Doctrine\Doctrine_Connection_Oracle
Sets up the date/time format.
setDateFormat() - Method in class Doctrine\Doctrine_Connection
Set the date/time format for the current connection.
setDefaultAttributes() - Method in class Doctrine\Doctrine_Manager
Sets default attributes values.
setDefaultTableOptions() - Method in class Doctrine\Doctrine_Migration_Base
Sets the default options for tables created using Doctrine_Migration_Base::createTable().
setDirectory() - Method in class Doctrine\Doctrine_Data
setDirectory.
setDisableLimitSubquery() - Method in class Doctrine\Doctrine_Query_Abstract
Allows you to set the disableLimitSubquery property -- setting this to true will
restrict the query object from using the limit sub query method of tranversing many relationships..
setEventListener() - Method in class Doctrine\Doctrine_Configurable
.
setExpression() - Method in class Doctrine\Doctrine_Expression
Sets the contained expression assuring that it is parsed.
setExtensionsPath() - Method in class Doctrine\Doctrine_Core
Set the path to autoload extension classes from.
setFetchMode() - Method in class Doctrine\Doctrine_Adapter_Statement_Mock
setFetchMode.
setFetchMode() - Method in class Doctrine\Doctrine_Connection_Statement
setFetchMode
Set the default fetch mode for this statement.
setFetchMode() - Method in class Doctrine\Doctrine_Adapter_Statement
setFetchMode.
setFetchMode() - Method in class Doctrine\Doctrine_Adapter_Statement_Interface
Set the default fetch mode for this statement.
setFetchMode() - Method in class Doctrine\Doctrine_Adapter_Statement_Oracle
Set the default fetch mode for this statement.
setFieldParser() - Method in class Doctrine\Doctrine_Hook
setFieldParser.
setFilterQueryType() - Method in class Doctrine\Doctrine_Connection_Profiler
setFilterQueryType.
setFormat() - Method in class Doctrine\Doctrine_Data
setFormat.
setFormatter() - Method in class Doctrine\Doctrine_Cli
.
setGenerator() - Method in class Doctrine\Doctrine_Table
Set the generator responsible for creating this table.
setHydrationMode() - Method in class Doctrine\Doctrine_Query_Abstract
setHydrationMode() - Method in class Doctrine\Doctrine_Hydrator
Set the hydration mode.
setHydrationMode() - Method in class Doctrine\Doctrine_Hydrator_Abstract
Set the hydration mode.
setImpl() - Method in class Doctrine\Doctrine_Configurable
setImpl
binds given class to given template name.
setInheritanceMap() - Method in class Doctrine\Doctrine_Record_Abstract
setInvoker() - Method in class Doctrine\Doctrine_Template
sets the last used invoker.
setInvoker() - Method in class Doctrine\Doctrine_Event
setInvoker
Defines new invoker (used in Hydrator).
setIsolation() - Method in class Doctrine\Doctrine_Transaction_Mssql
Set the transacton isolation level..
setIsolation() - Method in class Doctrine\Doctrine_Transaction_Mysql
Set the transacton isolation level..
setIsolation() - Method in class Doctrine\Doctrine_Transaction_Oracle
Set the transacton isolation level..
setIsolation() - Method in class Doctrine\Doctrine_Transaction
setIsolation.
setIsolation() - Method in class Doctrine\Doctrine_Transaction_Sqlite
Set the transacton isolation level..
setIsolation() - Method in class Doctrine\Doctrine_Transaction_Pgsql
Set the transacton isolation level..
setIteratorOptions() - Method in class Doctrine\Doctrine_Node
sets node's iterator options.
setIteratorType() - Method in class Doctrine\Doctrine_Node
sets node's iterator type.
setKeyColumn() - Method in class Doctrine\Doctrine_Collection
Sets the key column for this collection.
setLastElement() - Method in class Doctrine\Doctrine_Hydrator_ArrayDriver
setLastElement() - Method in class Doctrine\Doctrine_Hydrator_Graph
setLastElement() - Method in class Doctrine\Doctrine_Hydrator_RecordDriver
sets the last element of given data array / collection
as previous element.
setLeftValue() - Method in class Doctrine\Doctrine_Node_NestedSet
sets record's left value.
setListener() - Method in class Doctrine\Doctrine_Record_Abstract
setListener.
setListener() - Method in class Doctrine\Doctrine_Configurable
setListener.
setLocator() - Method in class Doctrine\Doctrine_Locator_Injectable
setLocator
this method can be used for setting the locator object locally.
setMaxLineSize() - Method in class Doctrine\Doctrine_Cli_Formatter
Sets the maximum line size..
setMaxPerPage() - Method in class Doctrine\Doctrine_Pager
setMaxPerPage.
setMethodOwner() - Method in class Doctrine\Doctrine_Table
setMethodOwner.
setMigrationsPath() - Method in class Doctrine\Doctrine_Migration_Builder
Set the path to write the generated migration classes.
setModels() - Method in class Doctrine\Doctrine_Data
setModels.
setModelsDirectory() - Method in class Doctrine\Doctrine_Core
Set the directory where your models are located for PEAR style
naming convention autoloading..
setName() - Method in class Doctrine\Doctrine_Connection
setName.
setOption() - Method in class Doctrine\Doctrine_Table
Sets an option for the table.
setOption() - Method in class Doctrine\Doctrine_Connection
setOption.
setOption() - Method in class Doctrine\Doctrine_Import_Builder
setOption.
setOption() - Method in class Doctrine\Doctrine_Cache_Driver
Set option name and value.
setOption() - Method in class Doctrine\Doctrine_Record_Listener
setOption
sets an option in order to allow flexible listener.
setOption() - Method in class Doctrine\Doctrine_Record_Listener_Chain
setOption
sets an option in order to allow flexible listener chaining.
setOption() - Method in class Doctrine\Doctrine_Import_Schema
setOption.
setOption() - Method in class Doctrine\Doctrine_Query_Abstract
setOption.
setOption() - Method in class Doctrine\Doctrine_Record_Generator
Sets given value to an option.
setOption() - Method in class Doctrine\Doctrine_Record_Listener_Interface
setOptions() - Method in class Doctrine\Doctrine_Import_Builder
setOptions.
setOptions() - Method in class Doctrine\Doctrine_Import_Schema
setOptions.
setOptions() - Method in class Doctrine\Doctrine_Table
Sets all the options.
setPage() - Method in class Doctrine\Doctrine_Pager
setPage.
setPager() - Method in class Doctrine\Doctrine_Pager_Range
setPager.
setParam() - Method in class Doctrine\Doctrine_Configurable
setParams() - Method in class Doctrine\Doctrine_Query_Abstract
setParams.
setParent() - Method in class Doctrine\Doctrine_Configurable
sets a parent for this configurable component
the parent must be configurable component itself.
setPath() - Method in class Doctrine\Doctrine_Core
Set the path to your core Doctrine libraries.
setQueryCacheLifeSpan() - Method in class Doctrine\Doctrine_Query_Abstract
setQueryCacheLifeSpan.
setQueryComponents() - Method in class Doctrine\Doctrine_Hydrator
Set the array of query components.
setQueryComponents() - Method in class Doctrine\Doctrine_Hydrator_Abstract
Set the query components (structure and query instructions).
setQueryRegistry() - Method in class Doctrine\Doctrine_Manager
Sets the query registry.
setRecord() - Method in class Doctrine\Doctrine_Node
setter for record attribute.
setRecordListener() - Method in class Doctrine\Doctrine_Configurable
setListener.
setReference() - Method in class Doctrine\Doctrine_Collection
Sets a reference pointer.
setRegisteredTasks() - Method in class Doctrine\Doctrine_Cli
Sets the array of registered tasks.
setRelated() - Method in class Doctrine\Doctrine_Record
set a related component.
setResultCacheHash() - Method in class Doctrine\Doctrine_Query_Abstract
Set the result cache hash to be used for storing the results in the cache driver.
setResultCacheLifeSpan() - Method in class Doctrine\Doctrine_Query_Abstract
setResultCacheLifeSpan.
setRightValue() - Method in class Doctrine\Doctrine_Node_NestedSet
sets record's right value.
setRootValue() - Method in class Doctrine\Doctrine_Node_NestedSet
sets records root id value.
setSelectedTemplate() - Method in class Doctrine\Doctrine_Pager_Layout
setSelectedTemplate.
setSeparatorTemplate() - Method in class Doctrine\Doctrine_Pager_Layout
setSeparatorTemplate.
setSpecVersion() - Method in class Doctrine\sfYaml
Sets the YAML specification version to use..
setSqlQueryPart() - Method in class Doctrine\Doctrine_Query_Abstract
setSqlQueryPart
sets an SQL query part in the SQL query part array.
setStyle() - Method in class Doctrine\Doctrine_Cli_AnsiColorFormatter
Sets a new style..
setSubclasses() - Method in class Doctrine\Doctrine_Record_Abstract
setTable() - Method in class Doctrine\Doctrine_Record_Filter
setTable() - Method in class Doctrine\Doctrine_Template
Set the table object that this Template belongs to.
setTableAliases() - Method in class Doctrine\Doctrine_Hydrator_Abstract
Set the table aliases for this query.
setTableDefinition() - Method in class Doctrine\Doctrine_Tree_NestedSet
used to define table attributes required for the NestetSet implementation
adds lft and rgt columns for corresponding left and right values.
setTableDefinition() - Method in class Doctrine\Doctrine_I18n
buildDefinition.
setTableDefinition() - Method in class Doctrine\Doctrine_Template_Geographical
Set table definition for Geographical behavior.
setTableDefinition() - Method in class Doctrine\Doctrine_Template_Sluggable
Set table definition for Sluggable behavior.
setTableDefinition() - Method in class Doctrine\Doctrine_Template_Timestampable
Set table definition for Timestampable behavior.
setTableDefinition() - Method in class Doctrine\Doctrine_Template_SoftDelete
Set table definition for SoftDelete behavior.
setTableDefinition() - Method in class Doctrine\Doctrine_Tree
Used to define table attributes required for the given implementation.
setTableDefinition() - Method in class Doctrine\Doctrine_Template_NestedSet
Call set table definition for the NestedSet behavior.
setTableDefinition() - Method in class Doctrine\Doctrine_Template
Blank method for template table definition.
setTableDefinition() - Method in class Doctrine\Doctrine_Record_Abstract
setTableDefinition() - Method in class Doctrine\Doctrine_File
setTableDefinition() - Method in class Doctrine\Doctrine_Search
buildDefinition.
setTableDefinition() - Method in class Doctrine\Doctrine_File_Index
setTableDefinition() - Method in class Doctrine\Doctrine_AuditLog
Set the table definition for the audit log table.
setTableDefinition() - Method in class Doctrine\Doctrine_Search_Record
Blank method for template table definition.
setTableName() - Method in class Doctrine\Doctrine_Record_Abstract
setTableName() - Method in class Doctrine\Doctrine_Table
sets the table name in the schema definition..
setTableName() - Method in class Doctrine\Doctrine_Migration
Set the table name for storing the version number for this migration instance.
setTargetPath() - Method in class Doctrine\Doctrine_Import_Builder
setTargetPath.
setTaskInstance() - Method in class Doctrine\Doctrine_Cli
.
setTaskName() - Method in class Doctrine\Doctrine_Task
Sets the name of the task, the name that's used to invoke it through a CLI.
setTemplate() - Method in class Doctrine\Doctrine_Pager_Layout
setTemplate.
setTmpPath() - Method in class Doctrine\Doctrine_Migration_Diff
Set the temporary path to store the generated models for generating diffs.
setTypeParser() - Method in class Doctrine\Doctrine_Hook
setTypeParser.
setUp() - Method in class Doctrine\Doctrine_Template_Versionable
Setup the Versionable behavior for the template.
setUp() - Method in class Doctrine\Doctrine_File
setUp
this method is used for setting up relations and attributes
it should be implemented by child classes.
setUp() - Method in class Doctrine\Doctrine_Search_Record
Blank method for template setup.
setUp() - Method in class Doctrine\Doctrine_Record_Abstract
setUp() - Method in class Doctrine\Doctrine_Tree
this method is used for setting up relations and attributes and should be used by specific implementations.
setUp() - Method in class Doctrine\Doctrine_File_Index
setUp
this method is used for setting up relations and attributes
it should be implemented by child classes.
setUp() - Method in class Doctrine\Doctrine_Record
setUp
this method is used for setting up relations and attributes
it should be implemented by child classes.
setUp() - Method in class Doctrine\Doctrine_Template
Blank method for template setup.
setUp() - Method in class Doctrine\Doctrine_Template_Searchable
Setup the Searchable template behavior.
setUp() - Method in class Doctrine\Doctrine_Template_I18n
Initialize the I18n plugin for the template.
setUp() - Method in class Doctrine\Doctrine_Template_NestedSet
Set up NestedSet template.
setView() - Method in class Doctrine\Doctrine_Query_Abstract
setView
sets a database view this query object uses
this method should only be called internally by doctrine.
sfYaml() - Class in package Doctrine
sfYaml offers convenience methods to load and dump YAML..
sfYamlDumper() - Class in package Doctrine
sfYamlDumper dumps PHP variables to YAML strings..
sfYamlInline() - Class in package Doctrine
sfYamlInline implements a YAML parser/dumper for the YAML inline syntax..
sfYamlParser() - Class in package Doctrine
sfYamlParser parses YAML strings to convert them to PHP arrays..
sha1Impl() - Method in class Doctrine\Doctrine_Expression_Sqlite
sin() - Method in class Doctrine\Doctrine_Expression_Driver
sin.
skipOperation() - Method in class Doctrine\Doctrine_Event
skipOperation
skips the next operation
an alias for __set('skipOperation', true).
soundex() - Method in class Doctrine\Doctrine_Expression_Sqlite
soundex
Returns a string to call a function to compute the
soundex encoding of a string.
soundex() - Method in class Doctrine\Doctrine_Expression_Mysql
Returns soundex from dbms.
soundex() - Method in class Doctrine\Doctrine_Expression_Driver
soundex
Returns a string to call a function to compute the
soundex encoding of a string.
sqlExplode() - Method in class Doctrine\Doctrine_Query_Tokenizer
Explodes a string into array using custom brackets and
quote delimeters.
sqliteCreateFunction() - Method in class Doctrine\Doctrine_Adapter_Mock
standaloneQuery() - Method in class Doctrine\Doctrine_Connection
standaloneQuery.
start() - Method in class Doctrine\Doctrine_Event
start
starts the internal timer of this event.
state() - Method in class Doctrine\Doctrine_Record
assigns the state of this record or returns it if called without parameters.
sub() - Method in class Doctrine\Doctrine_Expression_Driver
Returns the SQL to subtract values or expressions from eachother.
substring() - Method in class Doctrine\Doctrine_Expression_Sqlite
return string to call a function to get a substring inside an SQL statement.
substring() - Method in class Doctrine\Doctrine_Expression_Driver
return string to call a function to get a substring inside an SQL statement.
substring() - Method in class Doctrine\Doctrine_Expression_Pgsql
Returns part of a string.
substring() - Method in class Doctrine\Doctrine_Expression_Mssql
return string to call a function to get a substring inside an SQL statement.
substring() - Method in class Doctrine\Doctrine_Expression_Oracle
return string to call a function to get a substring inside an SQL statement.
sum() - Method in class Doctrine\Doctrine_Expression_Driver
Returns the total sum of a column.
supports() - Method in class Doctrine\Doctrine_Connection
supports.
supportsColors() - Method in class Doctrine\Doctrine_Cli_AnsiColorFormatter
Returns true if the stream supports colorization.
synchronizeFromArray() - Method in class Doctrine\Doctrine_Collection
synchronizeWithArray() - Method in class Doctrine\Doctrine_Collection
synchronizes a Doctrine_Collection with data from an array.
synchronizeWithArray() - Method in class Doctrine\Doctrine_Record
synchronizes a Doctrine_Record instance and its relations with data from an array.
T
table() - Method in class Doctrine\Doctrine_Migration_Base
Add a create or drop table change..
tableColumnExists() - Method in class Doctrine\Doctrine_Import
checks if a table column exists.
tableConstraintExists() - Method in class Doctrine\Doctrine_Import
checks if a table constraint exists.
tableExists() - Method in class Doctrine\Doctrine_Import
checks if a table exists.
tableIndexExists() - Method in class Doctrine\Doctrine_Import
checks if a table index exists.
tableize() - Method in class Doctrine\Doctrine_Inflector
Convert word in to the format for a Doctrine table name.
tableTriggerExists() - Method in class Doctrine\Doctrine_Import
checks if a table trigger exists.
tableViewExists() - Method in class Doctrine\Doctrine_Import
checks if a table view exists.
takeSnapshot() - Method in class Doctrine\Doctrine_Collection
Takes a snapshot from this collection.
taskClassIsRegistered() - Method in class Doctrine\Doctrine_Cli
Returns TRUE if the specified Task-class is registered, or FALSE otherwise.
taskNameIsRegistered() - Method in class Doctrine\Doctrine_Cli
Returns TRUE if a task with the specified name is registered, or FALSE otherwise.
to_char() - Method in class Doctrine\Doctrine_Expression_Pgsql
PostgreSQLs TO_CHAR( , ) function..
toArray() - Method in class Doctrine\Doctrine_Relation
toArray.
toArray() - Method in class Doctrine\Doctrine_Record
returns the record representation as an array.
toArray() - Method in class Doctrine\Doctrine_Validator_ErrorStack
toArray() - Method in class Doctrine\Doctrine_Collection
Mimics the result of a $query->execute(array(), Doctrine_Core::HYDRATE_ARRAY);.
toHierarchy() - Method in class Doctrine\Doctrine_Collection
tokenizeQuery() - Method in class Doctrine\Doctrine_Query_Tokenizer
Splits the given dql query into an array where keys represent different
query part names and values are arrays splitted using sqlExplode method.
toKeyValueArray() - Method in class Doctrine\Doctrine_Collection
Build an array made up of the values from the 2 specified columns.
toString() - Method in class Doctrine\Doctrine_Record
__toString alias.
translate() - Method in class Doctrine\Doctrine_Expression_Pgsql
return syntax for pgsql TRANSLATE() dbms function.
traverse() - Method in class Doctrine\Doctrine_Node
convenience function for getIterator.
triggerExists() - Method in class Doctrine\Doctrine_Import
checks if a trigger exists.
trim() - Method in class Doctrine\Doctrine_Expression_Driver
trim
returns the string $str with leading and proceeding space characters removed.
trimImpl() - Method in class Doctrine\Doctrine_Expression_Sqlite
trySave() - Method in class Doctrine\Doctrine_Record
tries to save the object and all its related components.
U
unaccent() - Method in class Doctrine\Doctrine_Inflector
Remove any illegal characters, accents, etc..
unique() - Method in class Doctrine\Doctrine_Record_Abstract
Defines a n-uple of fields that must be unique for every record.
unique() - Method in class Doctrine\Doctrine_Table
Defines a n-uple of fields that must be unique for every record.
unlink() - Method in class Doctrine\Doctrine_Record
unlink
removes links from this record to given records
if no ids are given, it removes all links.
unlinkInDb() - Method in class Doctrine\Doctrine_Record
unlink now the related components, querying the db.
unserialize() - Method in class Doctrine\Doctrine_Collection
This method is automatically called everytime a Doctrine_Collection object is unserialized.
unserialize() - Method in class Doctrine\Doctrine_Connection
Unserialize.
unserialize() - Method in class Doctrine\Doctrine_Record
this method is automatically called everytime an instance is unserialized.
unsetAttribute() - Method in class Doctrine\Doctrine_Configurable
Unset an attribute from this levels attributes.
unsetPendingRelations() - Method in class Doctrine\Doctrine_Relation_Parser
unsetPendingRelations
Removes a relation.
unshiftFilter() - Method in class Doctrine\Doctrine_Record
unshiftFilter() - Method in class Doctrine\Doctrine_Table
unshiftFilter.
update() - Method in class Doctrine\Doctrine_Connection
Updates table row(s) with specified data..
update() - Method in class Doctrine\Doctrine_Connection_UnitOfWork
updates given record.
update() - Method in class Doctrine\Doctrine_Query_Abstract
update
sets the UPDATE part of the query.
updateIndex() - Method in class Doctrine\Doctrine_Search
updateIndex
updates the index.
upper() - Method in class Doctrine\Doctrine_Expression_Driver
upper
Returns the string $str with all characters changed to
uppercase according to the current character set mapping..
urlize() - Method in class Doctrine\Doctrine_Inflector
Convert any passed string to a url friendly string.
useQueryCache() - Method in class Doctrine\Doctrine_Query_Abstract
useQueryCache.
useResultCache() - Method in class Doctrine\Doctrine_Query_Abstract
useResultCache.
userExists() - Method in class Doctrine\Doctrine_Import
checks if a user exists.
V
valid() - Method in class Doctrine\Doctrine_Node_MaterializedPath_PreOrderIterator
valid() - Method in class Doctrine\Doctrine_Node_MaterializedPath_LevelOrderIterator
valid() - Method in class Doctrine\Doctrine_Collection_OnDemand
valid() - Method in class Doctrine\Doctrine_Collection_Iterator_Expandable
valid() - Method in class Doctrine\Doctrine_Collection_Iterator_Normal
.
valid() - Method in class Doctrine\Doctrine_Node_NestedSet_PreOrderIterator
.
valid() - Method in class Doctrine\Doctrine_Collection_Iterator_Offset
valid() - Method in class Doctrine\Doctrine_Node_MaterializedPath_PostOrderIterator
validate() - Method in class Doctrine\Doctrine_Validator_Usstate
checks if given value is a valid US state code.
validate() - Method in class Doctrine\Doctrine_Validator_HtmlColor
checks if given value is a valid html color code.
validate() - Method in class Doctrine\Doctrine_Validator_Usstate
checks if given value is a valid US state code.
validate() - Method in class Doctrine\Doctrine_Validator_Future
checks if the given value is a valid date in the future..
validate() - Method in class Doctrine\Doctrine_Validator_Minlength
checks if given value is more length than the minimum length required.
validate() - Method in class Doctrine\Doctrine_Validator_Nospace
checks that value doesn't contain any space chars.
validate() - Method in class Doctrine\Doctrine_Validator_Notblank
checks that value isn't blank
a value is blank when its either null or contains only space characters.
validate() - Method in class Doctrine\Doctrine_Task
validate.
validate() - Method in class Doctrine\Doctrine_Validator_Email
checks if given value is a valid email address.
validate() - Method in class Doctrine\Doctrine_Record
Empty template method to provide concrete Record classes with the possibility
to hook into the validation procedure, doing any custom / specialized
validations that are neccessary..
validate() - Method in class Doctrine\Doctrine_Validator_Country
checks if given value is a valid country code.
validate() - Method in class Doctrine\Doctrine_Validator_Creditcard
checks if given value is a valid credit card number.
validate() - Method in class Doctrine\Doctrine_Validator_Date
checks if given value is a valid date.
validate() - Method in class Doctrine\Doctrine_Validator_Notnull
checks that given value isn't null.
validate() - Method in class Doctrine\Doctrine_Validator_Ip
checks if given value is valid ip address.
validate() - Method in class Doctrine\Doctrine_Validator_Timestamp
checks if given value is a valid timestamp
ISO-8601 timestamp (YYYY-MM-DDTHH:MM:SS+00:00) or (YYYY-MM-DD HH:MM:SS).
validate() - Method in class Doctrine\Doctrine_Validator_Unsigned
checks if given value is a valid unsigned integer or float.
validate() - Method in class Doctrine\Doctrine_Validator_Unique
checks if given value is unique.
validate() - Method in class Doctrine\Doctrine_Validator_Past
checks if the given value is a valid date in the past..
validate() - Method in class Doctrine\Doctrine_Validator_Time
validate.
validate() - Method in class Doctrine\Doctrine_Validator_Range
checks if value is within given range.
validate() - Method in class Doctrine\Doctrine_Validator_Readonly
checks if value has been modified.
validate() - Method in class Doctrine\Doctrine_Validator_Regexp
checks if given value satisfies a regular expression.
validateField() - Method in class Doctrine\Doctrine_Table
Validates a given field using table ATTR_VALIDATE rules..
validateLength() - Method in class Doctrine\Doctrine_Validator
Validates the length of a field..
validateOnInsert() - Method in class Doctrine\Doctrine_Record
Empty template method to provide concrete Record classes with the possibility
to hook into the validation procedure only when the record is going to be
inserted into the data store the first time..
validateOnUpdate() - Method in class Doctrine\Doctrine_Record
Empty template method to provide concrete Record classes with the possibility
to hook into the validation procedure only when the record is going to be
updated..
validateRecord() - Method in class Doctrine\Doctrine_Validator
Validates a given record and saves possible errors in Doctrine_Validator::$stack.
validateTaskName() - Method in class Doctrine\Doctrine_Task
Returns TRUE if the specified task name is valid, or FALSE otherwise.
validateUniques() - Method in class Doctrine\Doctrine_Table
Validates all the unique indexes.
varExport() - Method in class Doctrine\Doctrine_Builder
Special function for var_export()
The normal code which is returned is malformed and does not follow Doctrine standards
So we do some string replacing to clean it up.
viewExists() - Method in class Doctrine\Doctrine_Import
checks if a view exists.
W
where() - Method in class Doctrine\Doctrine_Query_Abstract
where
sets the WHERE part of the query.
whereIn() - Method in class Doctrine\Doctrine_Query_Abstract
Adds IN condition to the query WHERE part.
whereNotIn() - Method in class Doctrine\Doctrine_Query_Abstract
Adds NOT IN condition to the query WHERE part.
writeDefinition() - Method in class Doctrine\Doctrine_Import_Builder
writeDefinition.
writeTableClassDefinition() - Method in class Doctrine\Doctrine_Import_Builder
writeTableClassDefinition.
Y
year() - Method in class Doctrine\Doctrine_Expression_Mysql
Returns the year from dbms.