A
- AbstractPropelDataModelTask
- An abstract base Propel task to perform work related to the XML schema file.
- AbstractPropelDataModelTask::addSchemaFileset() — Method in class AbstractPropelDataModelTask
- Adds a set of xml schema files (nested fileset attribute).
- AggregateColumnBehavior
- Keeps an aggregate column updated with related table
- AggregateColumnRelationBehavior
- Keeps an aggregate column updated with related table
- AlternativeCodingStandardsBehavior
- Changes the coding standard of Propel generated Model classes - Opening brackets always use newline, e.g.
- AppData
- A class for holding application data structures.
- AppData::addDatabase() — Method in class AppData
- Add a database to the list and sets the AppData property to this AppData
- ArchivableBehavior
- Keeps tracks of an ActiveRecord object, even after deletion
- ArchivableBehaviorObjectBuilderModifier
- Keeps tracks of an ActiveRecord object, even after deletion
- ArchivableBehaviorObjectBuilderModifier::addGetArchive() — Method in class ArchivableBehaviorObjectBuilderModifier
- ArchivableBehaviorObjectBuilderModifier::addArchive() — Method in class ArchivableBehaviorObjectBuilderModifier
- ArchivableBehaviorObjectBuilderModifier::addRestoreFromArchive() — Method in class ArchivableBehaviorObjectBuilderModifier
- ArchivableBehaviorObjectBuilderModifier::addPopulateFromArchive() — Method in class ArchivableBehaviorObjectBuilderModifier
- Generates a method to populate the current AR object based on an archive object.
- ArchivableBehaviorObjectBuilderModifier::addSaveWithoutArchive() — Method in class ArchivableBehaviorObjectBuilderModifier
- ArchivableBehaviorObjectBuilderModifier::addDeleteWithoutArchive() — Method in class ArchivableBehaviorObjectBuilderModifier
- ArchivableBehaviorQueryBuilderModifier
- Keeps tracks of an ActiveRecord object, even after deletion
- ArchivableBehaviorQueryBuilderModifier::addSetArchiveOnUpdate() — Method in class ArchivableBehaviorQueryBuilderModifier
- ArchivableBehaviorQueryBuilderModifier::addUpdateWithoutArchive() — Method in class ArchivableBehaviorQueryBuilderModifier
- ArchivableBehaviorQueryBuilderModifier::addSetArchiveOnDelete() — Method in class ArchivableBehaviorQueryBuilderModifier
- ArchivableBehaviorQueryBuilderModifier::addDeleteWithoutArchive() — Method in class ArchivableBehaviorQueryBuilderModifier
- AutoAddPkBehavior
- Adds a primary key to models defined without one
- BasicLogger::alert() — Method in class BasicLogger
- A convenience function for logging an alert event.
- Behavior::addParameter() — Method in class Behavior
- Add a parameter Expects an associative array looking like array('name' => 'foo', 'value' => bar)
- Behavior::appendXml() — Method in class Behavior
- Column::addInheritance() — Method in class Column
- Adds a new inheritance definition to the inheritance list and set the parent column of the inheritance to the current column
- Column::addReferrer() — Method in class Column
- Adds the foreign key from another table that refers to this column.
- Column::appendXml() — Method in class Column
- Criteria::addAsColumn() — Method in class Criteria
- Add an AS clause to the select columns.
- Criteria::addAlias() — Method in class Criteria
- Allows one to specify an alias for a table that can be used in various parts of the SQL.
- Criteria::add() — Method in class Criteria
- This method adds a new criterion to the list of criterias.
- Criteria::addCond() — Method in class Criteria
- This method creates a new criterion but keeps it for later use with combine() Until combine() is called, the condition is not added to the query
- Criteria::addJoin() — Method in class Criteria
- This is the way that you should add a join of two tables.
- Criteria::addMultipleJoin() — Method in class Criteria
- Add a join with multiple conditions
- Criteria::addJoinObject() — Method in class Criteria
- Add a join object to the Criteria
- Criteria::addSelectQuery() — Method in class Criteria
- Adds a Criteria as subQuery in the From Clause.
- Criteria::addSelectModifier() — Method in class Criteria
- Adds a modifier to the SQL statement.
- Criteria::addSelectColumn() — Method in class Criteria
- Add select column.
- Criteria::addGroupByColumn() — Method in class Criteria
- Add group by column name.
- Criteria::addAscendingOrderByColumn() — Method in class Criteria
- Add order by column name, explicitly specifying ascending.
- Criteria::addDescendingOrderByColumn() — Method in class Criteria
- Add order by column name, explicitly specifying descending.
- Criteria::addHaving() — Method in class Criteria
- This method adds a prepared Criterion object to the Criteria as a having clause.
- Criteria::addAnd() — Method in class Criteria
- If a criterion for the requested column already exists, the condition is "AND"ed to the existing criterion (necessary for Propel 1.4 compatibility).
- Criteria::addOr() — Method in class Criteria
- If a criterion for the requested column already exists, the condition is "OR"ed to the existing criterion (necessary for Propel 1.4 compatibility).
- Criteria::addUsingOperator() — Method in class Criteria
- Overrides Criteria::add() to use the default combine operator
- Criterion::addAnd() — Method in class Criterion
- Append an AND Criterion onto this Criterion's list.
- Criterion::addOr() — Method in class Criterion
- Append an OR Criterion onto this Criterion's list.
- Criterion::appendPsTo() — Method in class Criterion
- Appends a Prepared Statement representation of the Criterion onto the buffer.
- DBAdapter::applyLimit() — Method in class DBAdapter
- Modifies the passed-in SQL to add LIMIT and/or OFFSET.
- DBMSSQL::applyLimit() — Method in class DBMSSQL
- Simulated Limit/Offset
- DBMySQL::applyLimit() — Method in class DBMySQL
- DBNone::applyLimit() — Method in class DBNone
- Modifies the passed-in SQL to add LIMIT and/or OFFSET.
- DBOracle::applyLimit() — Method in class DBOracle
- DBPostgres::applyLimit() — Method in class DBPostgres
- DBSQLite::applyLimit() — Method in class DBSQLite
- Database::addTable() — Method in class Database
- An utility method to add a new table from an xml attribute.
- Database::addDomain() — Method in class Database
- Adds Domain object from <domain> tag.
- Database::addBehavior() — Method in class Database
- Adds a new Behavior to the database
- Database::appendXml() — Method in class Database
- Domain::appendXml() — Method in class Domain
- ExtensionQueryBuilder::applyBehaviorModifier() — Method in class ExtensionQueryBuilder
- Checks whether any registered behavior on that table has a modifier for a hook
- ForeignKey::addReference() — Method in class ForeignKey
- Adds a new reference entry to the foreign key.
- ForeignKey::appendXml() — Method in class ForeignKey
- IdMethodParameter::appendXml() — Method in class IdMethodParameter
- Index::addColumn() — Method in class Index
- Adds a new column to an index.
- Index::appendXml() — Method in class Index
- Inheritance::appendXml() — Method in class Inheritance
- Join::addCondition() — Method in class Join
- Join condition definition.
- Join::addConditions() — Method in class Join
- Join condition definition, for several conditions
- Join::addExplicitCondition() — Method in class Join
- Join condition definition.
- Join::addOperator() — Method in class Join
- Join::addLeftColumnName() — Method in class Join
- Add a left column name to the join condition
- Join::addRightColumnName() — Method in class Join
- Add a right column name to the join condition
- ModelCriteria::addJoinCondition() — Method in class ModelCriteria
- Add another condition to an already added join
- ModelCriteria::addJoinObject() — Method in class ModelCriteria
- Add a join object to the Criteria
- ModelCriteria::addSelectQuery() — Method in class ModelCriteria
- Adds a Criteria as subQuery in the From Clause.
- ModelCriteria::addSelfSelectColumns() — Method in class ModelCriteria
- Adds the select columns for a the current table
- ModelCriteria::addRelationSelectColumns() — Method in class ModelCriteria
- Adds the select columns for a relation
- ModelCriteria::addUsingAlias() — Method in class ModelCriteria
- Overrides Criteria::add() to force the use of a true table alias if it exists
- ModelCriterion::appendModelClauseToPs() — Method in class ModelCriterion
- Appends a Prepared Statement representation of the ModelCriterion onto the buffer For regular model clauses, e.g.
- ModelCriterion::appendModelClauseLikeToPs() — Method in class ModelCriterion
- Appends a Prepared Statement representation of the ModelCriterion onto the buffer For LIKE model clauses, e.g.
- ModelCriterion::appendModelClauseSeveralToPs() — Method in class ModelCriterion
- Appends a Prepared Statement representation of the ModelCriterion onto the buffer For ternary model clauses, e.G 'book.ID BETWEEN ? AND ?'
- ModelCriterion::appendModelClauseArrayToPs() — Method in class ModelCriterion
- Appends a Prepared Statement representation of the ModelCriterion onto the buffer For IN or NOT IN model clauses, e.g.
- MojaviLogAdapter::alert() — Method in class MojaviLogAdapter
- A convenience function for logging an alert event.
- OMBuilder::applyBehaviorModifierBase() — Method in class OMBuilder
- Checks whether any registered behavior on that table has a modifier for a hook
- ObjectBuilder::applyBehaviorModifier() — Method in class ObjectBuilder
- Checks whether any registered behavior on that table has a modifier for a hook
- PHP5ObjectBuilder::addTemporalAccessorComment() — Method in class PHP5ObjectBuilder
- Adds the comment for a temporal accessor
- PHP5ObjectBuilder::addTemporalAccessorOpen() — Method in class PHP5ObjectBuilder
- Adds the function declaration for a temporal accessor
- PHP5ObjectBuilder::addDefaultAccessorComment() — Method in class PHP5ObjectBuilder
- Add the comment for a default accessor method (a getter)
- PHP5ObjectBuilder::addDefaultAccessorOpen() — Method in class PHP5ObjectBuilder
- Adds the function declaration for a default accessor
- PHP5ObjectBuilder::addMutatorComment() — Method in class PHP5ObjectBuilder
- Adds the comment for a mutator
- PHP5ObjectBuilder::addMutatorOpenOpen() — Method in class PHP5ObjectBuilder
- Adds the mutator function declaration
- PHP5ObjectBuilder::addTemporalMutatorComment() — Method in class PHP5ObjectBuilder
- PHP5ObjectBuilder::addBooleanMutatorComment() — Method in class PHP5ObjectBuilder
- PHP5PeerBuilder::addInheritanceColumnConstants() — Method in class PHP5PeerBuilder
- Adds the CLASSKEY_* and CLASSNAME_* constants used for inheritance.
- PHP5PeerBuilder::addCriteriaJoin() — Method in class PHP5PeerBuilder
- PHP5TableMapBuilder::applyBehaviorModifier() — Method in class PHP5TableMapBuilder
- Checks whether any registered behavior on that table has a modifier for a hook
- PeerBuilder::applyBehaviorModifier() — Method in class PeerBuilder
- Checks whether any registered behavior on that table has a modifier for a hook
- Propel::autoload() — Method in class Propel
- Autoload function for loading propel dependencies.
- PropelAutoloader::addClassPaths() — Method in class PropelAutoloader
- Sets the path for a list of classes.
- PropelAutoloader::addClassPath() — Method in class PropelAutoloader
- Sets the path for a particular class.
- PropelAutoloader::autoload() — Method in class PropelAutoloader
- Handles autoloading of classes that have been registered in this instance
- PropelDatabaseDiff::addAddedTable() — Method in class PropelDatabaseDiff
- Add an added table
- PropelDatabaseDiff::addRemovedTable() — Method in class PropelDatabaseDiff
- Add a removed table
- PropelDatabaseDiff::addModifiedTable() — Method in class PropelDatabaseDiff
- Add a table difference
- PropelDatabaseDiff::addRenamedTable() — Method in class PropelDatabaseDiff
- Add a renamed table
- PropelOnDemandCollection::append() — Method in class PropelOnDemandCollection
- PropelOnDemandCollection::asort() — Method in class PropelOnDemandCollection
- PropelPHPParser::addMethodAfter() — Method in class PropelPHPParser
- Parse the code looking for a method definition, and adds the code after if found
- PropelPHPParser::addMethodBefore() — Method in class PropelPHPParser
- Parse the code looking for a method definition, and adds the code before if found
- PropelPager::atFirstPage() — Method in class PropelPager
- Convenience method to indicate whether current page is the first page.
- PropelPager::atLastPage() — Method in class PropelPager
- Convenience method to indicate whether current page is the last page.
- PropelTableDiff::addAddedColumn() — Method in class PropelTableDiff
- Add an added column
- PropelTableDiff::addRemovedColumn() — Method in class PropelTableDiff
- Add a removed column
- PropelTableDiff::addModifiedColumn() — Method in class PropelTableDiff
- Add a column difference
- PropelTableDiff::addRenamedColumn() — Method in class PropelTableDiff
- Add a renamed column
- PropelTableDiff::addAddedPkColumn() — Method in class PropelTableDiff
- Add an added Pk column
- PropelTableDiff::addRemovedPkColumn() — Method in class PropelTableDiff
- Add a removed Pk column
- PropelTableDiff::addRenamedPkColumn() — Method in class PropelTableDiff
- Add a renamed Pk column
- PropelTableDiff::addAddedIndex() — Method in class PropelTableDiff
- Add an added Index
- PropelTableDiff::addRemovedIndex() — Method in class PropelTableDiff
- Add a removed Index
- PropelTableDiff::addModifiedIndex() — Method in class PropelTableDiff
- Add a modified Index
- PropelTableDiff::addAddedFk() — Method in class PropelTableDiff
- Add an added Fk column
- PropelTableDiff::addRemovedFk() — Method in class PropelTableDiff
- Add a removed Fk column
- PropelTableDiff::addModifiedFk() — Method in class PropelTableDiff
- Add a modified Fk
- QueryBuilder::applyBehaviorModifier() — Method in class QueryBuilder
- Checks whether any registered behavior on that table has a modifier for a hook
- Rule::appendXml() — Method in class Rule
- SluggableBehavior::addCleanupSlugPart() — Method in class SluggableBehavior
- SluggableBehavior::addLimitSlugSize() — Method in class SluggableBehavior
- SluggableBehavior::addMakeSlugUnique() — Method in class SluggableBehavior
- SoftDeleteBehavior::addObjectForceDelete() — Method in class SoftDeleteBehavior
- SoftDeleteBehavior::addObjectUndelete() — Method in class SoftDeleteBehavior
- SoftDeleteBehavior::addQueryIncludeDeleted() — Method in class SoftDeleteBehavior
- SoftDeleteBehavior::addQuerySoftDelete() — Method in class SoftDeleteBehavior
- SoftDeleteBehavior::addQueryForceDelete() — Method in class SoftDeleteBehavior
- SoftDeleteBehavior::addQueryForceDeleteAll() — Method in class SoftDeleteBehavior
- SoftDeleteBehavior::addQueryUnDelete() — Method in class SoftDeleteBehavior
- SoftDeleteBehavior::addQueryEnableSoftDelete() — Method in class SoftDeleteBehavior
- SoftDeleteBehavior::addQueryDisableSoftDelete() — Method in class SoftDeleteBehavior
- SoftDeleteBehavior::addQueryIsSoftDeleteEnabled() — Method in class SoftDeleteBehavior
- SoftDeleteBehavior::addPeerEnableSoftDelete() — Method in class SoftDeleteBehavior
- SoftDeleteBehavior::addPeerDisableSoftDelete() — Method in class SoftDeleteBehavior
- SoftDeleteBehavior::addPeerIsSoftDeleteEnabled() — Method in class SoftDeleteBehavior
- SoftDeleteBehavior::addPeerDoSoftDelete() — Method in class SoftDeleteBehavior
- SoftDeleteBehavior::addPeerDoDelete2() — Method in class SoftDeleteBehavior
- SoftDeleteBehavior::addPeerDoSoftDeleteAll() — Method in class SoftDeleteBehavior
- SoftDeleteBehavior::addPeerDoDeleteAll2() — Method in class SoftDeleteBehavior
- Table::applyBehaviors() — Method in class Table
- Execute behavior table modifiers
- Table::addExtraIndices() — Method in class Table
- Adds extra indices for reverse foreign keys This is required for MySQL databases, and is called from Database::doFinalInitialization()
- Table::addColumn() — Method in class Table
- A utility function to create a new column from attrib and add it to this table.
- Table::adjustColumnPositions() — Method in class Table
- Table::addValidator() — Method in class Table
- Add a validator to this table.
- Table::addForeignKey() — Method in class Table
- A utility function to create a new foreign key from attrib and add it to this table.
- Table::addReferrer() — Method in class Table
- Adds the foreign key from another table that refers to this table.
- Table::addIdMethodParameter() — Method in class Table
- A utility function to create a new id method parameter from attrib or object and add it to this table.
- Table::addIndex() — Method in class Table
- Adds a new index to the index list and set the parent table of the column to the current table
- Table::addUnique() — Method in class Table
- Adds a new Unique to the Unique list and set the parent table of the column to the current table
- Table::addBehavior() — Method in class Table
- Adds a new Behavior to the table
- Table::appendXml() — Method in class Table
- Appends XML nodes to passed-in DOMNode.
- Unique::appendXml() — Method in class Unique
- Validator::addRule() — Method in class Validator
- Add a Rule to this validator.
- Validator::appendXml() — Method in class Validator
- VendorInfo::addParameter() — Method in class VendorInfo
- Adds a new vendor parameter to this object.
- VendorInfo::appendXml() — Method in class VendorInfo
- VersionableBehavior::addForeignKeyVersionColumns() — Method in class VersionableBehavior
- VersionableBehaviorPeerBuilderModifier::addIsVersioningEnabled() — Method in class VersionableBehaviorPeerBuilderModifier
- VersionableBehaviorPeerBuilderModifier::addEnableVersioning() — Method in class VersionableBehaviorPeerBuilderModifier
- VersionableBehaviorPeerBuilderModifier::addDisableVersioning() — Method in class VersionableBehaviorPeerBuilderModifier
- XMLElement::appendXml() — Method in class XMLElement
- Appends DOM elements to represent this object in XML.
- XMLElement::addVendorInfo() — Method in class XMLElement
- Sets an associated VendorInfo object.
B
- BaseObject
- This class contains attributes and methods that are used by all business objects within the system.
- BasePeer
- This is a utility class for all generated Peer classes in the system.
- BasePropelMigrationTask
- This Task lists the migrations yet to be executed
- BaseSchemaParser
- Base class for reverse engineering a database schema.
- BasicLogger
- This is a minimalistic interface that any logging class must implement for Propel.
- BasicValidator
- Basic Validator interface.
- Behavior
- Information about behaviors of a table.
- BuildPropelGenPEARPackageTask
- DBAdapter::bindValues() — Method in class DBAdapter
- Binds values in a prepared statement.
- DBAdapter::bindValue() — Method in class DBAdapter
- Binds a value to a positioned parameted in a statement, given a ColumnMap object to infer the binding type.
- DBMySQL::bindValue() — Method in class DBMySQL
- DBOracle::bindValue() — Method in class DBOracle
- DBSQLSRV::bindValue() — Method in class DBSQLSRV
- DataSQLBuilder::buildRowSql() — Method in class DataSQLBuilder
- The main method in this class, returns the SQL for INSERTing data into a row.
- DebugPDOStatement::bindValue() — Method in class DebugPDOStatement
- Binds a value to a corresponding named or question mark placeholder in the SQL statement that was use to prepare the statement.
- DebugPDOStatement::bindParam() — Method in class DebugPDOStatement
- Binds a PHP variable to a corresponding named or question mark placeholder in the SQL statement that was use to prepare the statement.
- Join::buildJoinCondition() — Method in class Join
- Set the custom join condition Criterion based on the conditions of this join
- MssqlPropelPDO::beginTransaction() — Method in class MssqlPropelPDO
- Begin a transaction.
- OMBuilder::build() — Method in class OMBuilder
- Builds the PHP source for current class and returns it as a string.
- OMBuilder::buildObjectInstanceCreationCode() — Method in class OMBuilder
- Creates a $obj = new Book(); code snippet.
- PgsqlDataSQLBuilder::buildRowSql() — Method in class PgsqlDataSQLBuilder
- The main method in this class, returns the SQL for INSERTing data into a row.
- PropelPDO::beginTransaction() — Method in class PropelPDO
- Overrides PDO::beginTransaction() to prevent errors due to already-in-progress transaction.
- PropelQuickBuilder::buildSchema() — Method in class PropelQuickBuilder
- PropelQuickBuilder::build() — Method in class PropelQuickBuilder
- PropelQuickBuilder::buildSQL() — Method in class PropelQuickBuilder
- PropelQuickBuilder::buildClasses() — Method in class PropelQuickBuilder
- PropelSqlManager::buildSql() — Method in class PropelSqlManager
- Build SQL files.
- Table::buildPhpName() — Method in class Table
C
- AbstractPropelDataModelTask::createMapper() — Method in class AbstractPropelDataModelTask
- Nested creator, creates one Mapper for this task.
- AppData::countTables() — Method in class AppData
- Returns the number of tables in all the databases of this AppData object
- BasePeer::createSelectSql() — Method in class BasePeer
- Method to create an SQL query based on values in a Criteria.
- BasicLogger::crit() — Method in class BasicLogger
- A convenience function for logging a critical event.
- BuildPropelGenPEARPackageTask::createFileSet() — Method in class BuildPropelGenPEARPackageTask
- Nested creator, creates a FileSet for this task
- ClassTools
- Tools to support class & package inclusion and referencing.
- ClassTools::classname() — Method in class ClassTools
- Gets just classname, given a dot-path to class.
- ClassTools::createFilePath() — Method in class ClassTools
- This method remplaces the `getFilePath()` method in OMBuilder as we consider `$path` as a real path instead of a dot-notation value.
- Column
- A Class for holding data about a column used in an Application.
- Column::clearReferrers() — Method in class Column
- ColumnDefaultValue
- A class for holding a column default value.
- ColumnValue
- "inner" class
- ConcreteInheritanceBehavior
- Makes a model inherit another one.
- ConcreteInheritanceParentBehavior
- Symmetrical behavior of the concrete_inheritance.
- ConstraintNameGenerator
- A <code>NameGenerator</code> implementation for table-specific constraints.
- Criteria
- This is a utility class for holding criteria information for a query.
- Criteria::clear() — Method in class Criteria
- Brings this criteria back to its initial state, so that it can be reused as if it was new.
- Criteria::containsKey() — Method in class Criteria
- Does this Criteria object contain the specified key?
- Criteria::combine() — Method in class Criteria
- Combine several named criterions with a logical operator
- Criteria::clearSelectColumns() — Method in class Criteria
- Clears current select columns.
- Criteria::clearOrderByColumns() — Method in class Criteria
- Clear the order-by columns.
- Criteria::clearGroupByColumns() — Method in class Criteria
- Clear the group-by columns.
- Criterion
- This is an "inner" class that describes an object in the criteria.
- CriterionIterator
- Class that implements SPL Iterator interface.
- CriterionIterator::current() — Method in class CriterionIterator
- DBAdapter::concatString() — Method in class DBAdapter
- Returns SQL which concatenates the second string to the first.
- DBAdapter::cleanupSQL() — Method in class DBAdapter
- Allows manipulation of the query string before PDOStatement is instantiated.
- DBAdapter::createSelectSqlPart() — Method in class DBAdapter
- Builds the SELECT part of a SQL statement based on a Criteria taking into account select columns and 'as' columns (i.e.
- DBMSSQL::concatString() — Method in class DBMSSQL
- Returns SQL which concatenates the second string to the first.
- DBMSSQL::cleanupSQL() — Method in class DBMSSQL
- DBMySQL::concatString() — Method in class DBMySQL
- Returns SQL which concatenates the second string to the first.
- DBNone::concatString() — Method in class DBNone
- Returns SQL which concatenates the second string to the first.
- DBOracle::concatString() — Method in class DBOracle
- Returns SQL which concatenates the second string to the first.
- DBPostgres::concatString() — Method in class DBPostgres
- Returns SQL which concatenates the second string to the first.
- DBSQLSRV::cleanupSQL() — Method in class DBSQLSRV
- DBSQLite::concatString() — Method in class DBSQLite
- Returns SQL which concatenates the second string to the first.
- Database::countTables() — Method in class Database
- Return the number of tables in the database
- Domain::copy() — Method in class Domain
- Copy the values from current object into passed-in Domain.
- ForeignKey::clearReferences() — Method in class ForeignKey
- Clear the references of this foreign key
- Join::countConditions() — Method in class Join
- Retrieve the number of conditions in the join
- ModelCriteria::condition() — Method in class ModelCriteria
- Adds a condition on a column based on a pseudo SQL clause but keeps it for later use with combine() Until combine() is called, the condition is not added to the query Uses introspection to translate the column phpName into a fully qualified name <code> $c->condition('cond1', 'b.Title = ?', 'foo'); </code>
- ModelCriteria::clear() — Method in class ModelCriteria
- Clear the conditions to allow the reuse of the query object.
- ModelCriteria::count() — Method in class ModelCriteria
- Issue a SELECT COUNT(*) query based on the current ModelCriteria
- MojaviLogAdapter::crit() — Method in class MojaviLogAdapter
- A convenience function for logging a critical event.
- MssqlPropelPDO::commit() — Method in class MssqlPropelPDO
- Commit a transaction.
- NestedSetRecursiveIterator::current() — Method in class NestedSetRecursiveIterator
- NodePeer::createRoot() — Method in class NodePeer
- Creates the supplied node as the root node.
- PreOrderNodeIterator::current() — Method in class PreOrderNodeIterator
- Propel::configure() — Method in class Propel
- Configure Propel a PHP (array) config file.
- Propel::close() — Method in class Propel
- Closes any associated resource handles.
- PropelCollection::clear() — Method in class PropelCollection
- Clears the collection
- PropelCollection::contains() — Method in class PropelCollection
- Whether or not this collection contains a specified element
- PropelCollection::clearIterator() — Method in class PropelCollection
- Clear the internal Iterator.
- PropelColumnComparator::computeDiff() — Method in class PropelColumnComparator
- Compute and return the difference between two column objects
- $PropelDataDumpTask — Property in class PropelDataDumpTask
- The database connection used to retrieve the data to dump.
- PropelDatabaseComparator::computeDiff() — Method in class PropelDatabaseComparator
- Compute and return the difference between two database objects
- PropelDatabaseComparator::compareTables() — Method in class PropelDatabaseComparator
- Compare the tables of the fromDatabase and the toDatabase, and modifies the inner databaseDiff if necessary.
- PropelDatabaseDiff::countAddedTables() — Method in class PropelDatabaseDiff
- Get the number of added tables
- PropelDatabaseDiff::countRemovedTables() — Method in class PropelDatabaseDiff
- Get the number of removed tables
- PropelDatabaseDiff::countModifiedTables() — Method in class PropelDatabaseDiff
- Get the number of modified tables
- PropelDatabaseDiff::countRenamedTables() — Method in class PropelDatabaseDiff
- Get the number of renamed tables
- PropelForeignKeyComparator::computeDiff() — Method in class PropelForeignKeyComparator
- Compute the difference between two Foreign key objects
- PropelFormatter::checkInit() — Method in class PropelFormatter
- PropelIndexComparator::computeDiff() — Method in class PropelIndexComparator
- Compute the difference between two index objects
- PropelMigrationManager::createMigrationTable() — Method in class PropelMigrationManager
- PropelModelPager::count() — Method in class PropelModelPager
- Returns the total number of results.
- PropelOnDemandCollection::count() — Method in class PropelOnDemandCollection
- Returns the number of rows in the resultset Warning: this number is inaccurate for most databases.
- PropelOnDemandIterator::closeCursor() — Method in class PropelOnDemandIterator
- PropelOnDemandIterator::count() — Method in class PropelOnDemandIterator
- Returns the number of rows in the resultset Warning: this number is inaccurate for most databases.
- PropelOnDemandIterator::current() — Method in class PropelOnDemandIterator
- Gets the current Model object in the collection This is where the hydration takes place.
- PropelPDO::commit() — Method in class PropelPDO
- Overrides PDO::commit() to only commit the transaction if we are in the outermost transaction nesting level.
- PropelPDO::clearStatementCache() — Method in class PropelPDO
- Clears any stored prepared statements for this connection.
- PropelPager::count() — Method in class PropelPager
- Returns the count of the current page's records
- PropelPager::current() — Method in class PropelPager
- Returns the current element of the iterator
- PropelSQLParser::convertLineFeedsToUnixStyle() — Method in class PropelSQLParser
- PropelStringReader::close() — Method in class PropelStringReader
- PropelTableComparator::computeDiff() — Method in class PropelTableComparator
- Compute and return the difference between two table objects
- PropelTableComparator::compareColumns() — Method in class PropelTableComparator
- Compare the columns of the fromTable and the toTable, and modifies the inner tableDiff if necessary.
- PropelTableComparator::comparePrimaryKeys() — Method in class PropelTableComparator
- Compare the primary keys of the fromTable and the toTable, and modifies the inner tableDiff if necessary.
- PropelTableComparator::compareIndices() — Method in class PropelTableComparator
- Compare the indices and unique indices of the fromTable and the toTable, and modifies the inner tableDiff if necessary.
- PropelTableComparator::compareForeignKeys() — Method in class PropelTableComparator
- Compare the foreign keys of the fromTable and the toTable, and modifies the inner tableDiff if necessary.
- Table::containsColumn() — Method in class Table
- Check whether the table has a column.
D
- AppData::doFinalInitialization() — Method in class AppData
- BasePeer::doDelete() — Method in class BasePeer
- Method to perform deletes based on values and keys in a Criteria.
- BasePeer::doDeleteAll() — Method in class BasePeer
- Method to deletes all contents of specified table.
- BasePeer::doInsert() — Method in class BasePeer
- Method to perform inserts based on values and keys in a Criteria.
- BasePeer::doUpdate() — Method in class BasePeer
- Method used to update rows in the DB.
- BasePeer::doSelect() — Method in class BasePeer
- Executes query build by createSelectSql() and returns the resultset statement.
- BasePeer::doCount() — Method in class BasePeer
- Executes a COUNT query using either a simple SQL rewrite or, for more complex queries, a sub-select of the SQL created by createSelectSql() and returns the statement.
- BasePeer::doValidate() — Method in class BasePeer
- Applies any validators that were defined in the schema to the specified columns.
- BasicLogger::debug() — Method in class BasicLogger
- A convenience function for logging a debug event.
- DBAdapter
- DBAdapter</code> defines the interface for a Propel database adapter.
- DBMSSQL
- This is used to connect to a MSSQL database.
- DBMySQL
- This is used in order to connect to a MySQL database.
- DBNone
- This adapter is used when you do not have a database installed.
- DBOracle
- Oracle adapter.
- DBPostgres
- This is used to connect to PostgresQL databases.
- DBSQLSRV
- This is used to connect to a MSSQL database using pdo_sqlsrv driver.
- DBSQLite
- This is used in order to connect to a SQLite database.
- DataModelBuilder
- This is the base class for any builder class that is using the data model.
- DataRow
- "inner class"
- DataSQLBuilder
- Baseclass for SQL data dump SQL building classes.
- Database
- A class for holding application data structures.
- Database::doFinalInitialization() — Method in class Database
- DebugPDO
- PDO connection subclass that provides some basic support for query counting and logging.
- DebugPDOStatement
- PDOStatement that provides some enhanced functionality needed by Propel.
- DefaultEnglishPluralizer
- The default Enlglish pluralizer class.
- DefaultPlatform
- Default implementation for the Platform interface.
- DelegateBehavior
- Gives a model class the ability to delegate methods to a relationship.
- Domain
- A class for holding data about a domain used in the schema.
- ModelCriteria::distinct() — Method in class ModelCriteria
- Adds a DISTINCT clause to the query Alias for Criteria::setDistinct()
- ModelCriteria::delete() — Method in class ModelCriteria
- Issue a DELETE query based on the current ModelCriteria An optional hook on basePreDelete() can prevent the actual deletion
- ModelCriteria::doDelete() — Method in class ModelCriteria
- Issue a DELETE query based on the current ModelCriteria This method is called by ModelCriteria::delete() inside a transaction
- ModelCriteria::deleteAll() — Method in class ModelCriteria
- Issue a DELETE query based on the current ModelCriteria deleting all rows in the table An optional hook on basePreDelete() can prevent the actual deletion
- ModelCriteria::doDeleteAll() — Method in class ModelCriteria
- Issue a DELETE query based on the current ModelCriteria deleting all rows in the table This method is called by ModelCriteria::deleteAll() inside a transaction
- ModelCriteria::doUpdate() — Method in class ModelCriteria
- Issue an UPDATE query based the current ModelCriteria and a list of changes.
- MojaviLogAdapter::debug() — Method in class MojaviLogAdapter
- A convenience function for logging a debug event.
- MysqlPlatform::disconnectedEscapeText() — Method in class MysqlPlatform
- Escape the string for RDBMS.
- NodeObject::delete() — Method in class NodeObject
- Delete node and descendants
- NodePeer::deleteRoot() — Method in class NodePeer
- Delete root node
- NodePeer::deleteNode() — Method in class NodePeer
- Delete $dest node
- NodePeer::deleteDescendants() — Method in class NodePeer
- Deletes $node and all of its descendants
- OMBuilder::declareClassNamespace() — Method in class OMBuilder
- OMBuilder::declareClass() — Method in class OMBuilder
- OMBuilder::declareClassFromBuilder() — Method in class OMBuilder
- OMBuilder::declareClasses() — Method in class OMBuilder
- Persistent::delete() — Method in class Persistent
- Deletes the object.
- PgsqlPlatform::disconnectedEscapeText() — Method in class PgsqlPlatform
- Escape the string for RDBMS.
- Propel::disableInstancePooling() — Method in class Propel
- Disable instance pooling.
- PropelArrayCollection::delete() — Method in class PropelArrayCollection
- Delete all the elements in the collection
- $PropelCSVParser — Property in class PropelCSVParser
- PropelCollection::diff() — Method in class PropelCollection
- Returns an array of objects present in the collection that are not presents in the given collection.
- PropelObjectCollection::delete() — Method in class PropelObjectCollection
- Delete all the elements in the collection
- PropelParser::dump() — Method in class PropelParser
- Dumps data to a file, or to STDOUT if no filename is given
- PropelQuickBuilder::debugClassesForTable() — Method in class PropelQuickBuilder
- SqlitePlatform::disconnectedEscapeText() — Method in class SqlitePlatform
- Escape the string for RDBMS.
- Table::doFinalInitialization() — Method in class Table
- <p>A hook for the SAX XML parser to call when this table has been fully loaded from the XML, and all nested elements have been processed.</p>
- Table::doNaming() — Method in class Table
- Names composing objects which haven't yet been named.
- sfYaml::dump() — Method in class sfYaml
- Dumps a PHP array to a YAML string.
- sfYamlDumper::dump() — Method in class sfYamlDumper
- Dumps a PHP value to YAML.
- sfYamlInline::dump() — Method in class sfYamlInline
- Dumps a given PHP variable to a YAML string.
E
- AlternativeCodingStandardsBehavior::extensionObjectFilter() — Method in class AlternativeCodingStandardsBehavior
- AlternativeCodingStandardsBehavior::extensionQueryFilter() — Method in class AlternativeCodingStandardsBehavior
- AlternativeCodingStandardsBehavior::extensionPeerFilter() — Method in class AlternativeCodingStandardsBehavior
- BaseObject::equals() — Method in class BaseObject
- Compares this with another <code>BaseObject</code> instance.
- BaseObject::exportTo() — Method in class BaseObject
- Export the current object properties to a string, using a given parser format <code> $book = BookQuery::create()->findPk(9012); echo $book->exportTo('JSON'); => {"Id":9012,"Title":"Don Juan","ISBN":"0140422161","Price":12.99,"PublisherId":1234,"AuthorId":5678}'); </code>
- BasicLogger::err() — Method in class BasicLogger
- A convenience function for logging an error event.
- ColumnDefaultValue::equals() — Method in class ColumnDefaultValue
- A method to compare if two Default values match
- Criteria::equals() — Method in class Criteria
- This method checks another Criteria to see if they contain the same attributes and hashtable entries.
- Criterion::equals() — Method in class Criterion
- This method checks another Criteria to see if they contain the same attributes and hashtable entries.
- DebugPDOStatement::execute() — Method in class DebugPDOStatement
- Executes a prepared statement.
- EngineException
- The base class of all exceptions thrown by the engine.
- ExtensionQueryBuilder
- Generates the empty PHP5 stub class for object query
- ExtensionQueryInheritanceBuilder
- Generates the empty PHP5 stub query class for use with single table inheritance.
- Join::equals() — Method in class Join
- ModelCriteria::endUse() — Method in class ModelCriteria
- Finalizes a secondary criteria and merges it with its primary Criteria
- ModelCriterion::equals() — Method in class ModelCriterion
- This method checks another Criteria to see if they contain the same attributes and hashtable entries.
- ModelJoin::equals() — Method in class ModelJoin
- MojaviLogAdapter::err() — Method in class MojaviLogAdapter
- A convenience function for logging an error event.
- Propel::enableInstancePooling() — Method in class Propel
- Enable instance pooling (enabled by default).
- $PropelCSVParser — Property in class PropelCSVParser
- PropelCollection::exportTo() — Method in class PropelCollection
- Export the current collection to a string, using a given parser format <code> $books = BookQuery::create()->find(); echo $book->exportTo('JSON'); => {{"Id":9012,"Title":"Don Juan","ISBN":"0140422161","Price":12.99,"PublisherId":1234,"AuthorId":5678}}'); </code>
- PropelOnDemandCollection::exchangeArray() — Method in class PropelOnDemandCollection
- PropelOnDemandCollection::exportTo() — Method in class PropelOnDemandCollection
- {@inheritdoc}
- PropelPDO::exec() — Method in class PropelPDO
- Execute an SQL statement and return the number of affected rows.
- PropelSQLParser::executeString() — Method in class PropelSQLParser
- Execute a list of DDL statements based on a string Does not use transactions since they are not supported in DDL statements
- PropelSQLParser::executeFile() — Method in class PropelSQLParser
- Execute a list of DDL statements based on the path to the SQL file Does not use transactions since they are not supported in DDL statements
- PropelSQLParser::explodeIntoStatements() — Method in class PropelSQLParser
- Explodes the inner SQL string into statements based on the SQL statement delimiter (;)
- PropelStringReader::eof() — Method in class PropelStringReader
- XmlToAppData::endElement() — Method in class XmlToAppData
- Handles closing elements of the xml file.
- XmlToDataSQL::endElement() — Method in class XmlToDataSQL
- Handles closing elements of the xml file.
F
- Criteria::forgeSelectQueryAlias() — Method in class Criteria
- DBAdapter::factory() — Method in class DBAdapter
- Creates a new instance of the database adapter associated with the specified Propel driver.
- DBAdapter::formatTemporalValue() — Method in class DBAdapter
- Formats a temporal value brefore binding, given a ColumnMap object.
- ForeignKey
- A Class for information about foreign keys of a table.
- ModelCriteria::filterBy() — Method in class ModelCriteria
- Adds a condition on a column based on a column phpName and a value Uses introspection to translate the column phpName into a fully qualified name Warning: recognizes only the phpNames of the main Model (not joined tables) <code> $c->filterBy('Title', 'foo'); </code>
- ModelCriteria::filterByArray() — Method in class ModelCriteria
- Adds a list of conditions on the columns of the current model Uses introspection to translate the column phpName into a fully qualified name Warning: recognizes only the phpNames of the main Model (not joined tables) <code> $c->filterByArray(array( 'Title' => 'War And Peace', 'Publisher' => $publisher )); </code>
- ModelCriteria::find() — Method in class ModelCriteria
- Issue a SELECT query based on the current ModelCriteria and format the list of results with the current formatter By default, returns an array of model objects
- ModelCriteria::findOne() — Method in class ModelCriteria
- Issue a SELECT ...
- ModelCriteria::findOneOrCreate() — Method in class ModelCriteria
- Issue a SELECT ...
- ModelCriteria::findPk() — Method in class ModelCriteria
- Find object by primary key Behaves differently if the model has simple or composite primary key <code> // simple primary key $book = $c->findPk(12, $con); // composite primary key $bookOpinion = $c->findPk(array(34, 634), $con); </code>
- ModelCriteria::findPks() — Method in class ModelCriteria
- Find objects by primary key Behaves differently if the model has simple or composite primary key <code> // simple primary key $books = $c->findPks(array(12, 56, 832), $con); // composite primary key $bookOpinion = $c->findPks(array(array(34, 634), array(45, 518), array(34, 765)), $con); </code>
- ModelCriteria::findBy() — Method in class ModelCriteria
- Apply a condition on a column and issues the SELECT query
- ModelCriteria::findByArray() — Method in class ModelCriteria
- Apply a list of conditions on columns and issues the SELECT query <code> $c->findByArray(array( 'Title' => 'War And Peace', 'Publisher' => $publisher ), $con); </code>
- ModelCriteria::findOneBy() — Method in class ModelCriteria
- Apply a condition on a column and issues the SELECT ...
- ModelCriteria::findOneByArray() — Method in class ModelCriteria
- Apply a list of conditions on columns and issues the SELECT ...
- MssqlPropelPDO::forceRollBack() — Method in class MssqlPropelPDO
- Rollback the whole transaction, even if this is a nested rollback and reset the nested transaction count to 0.
- PropelArrayCollection::fromArray() — Method in class PropelArrayCollection
- Populates the collection from an array Uses the object model to force the column types Does not empty the collection before adding the data from the array
- PropelArrayFormatter::format() — Method in class PropelArrayFormatter
- PropelArrayFormatter::formatOne() — Method in class PropelArrayFormatter
- PropelArrayFormatter::formatRecord() — Method in class PropelArrayFormatter
- Formats an ActiveRecord object
- PropelCSVParser::fromArray() — Method in class PropelCSVParser
- Converts data from an associative array to CSV.
- PropelCSVParser::fromCSV() — Method in class PropelCSVParser
- Alias for PropelCSVParser::toArray()
- PropelFormatter::formatRecord() — Method in class PropelFormatter
- Formats an ActiveRecord object
- PropelFormatter::format() — Method in class PropelFormatter
- PropelFormatter::formatOne() — Method in class PropelFormatter
- PropelJSONParser::fromArray() — Method in class PropelJSONParser
- Converts data from an associative array to JSON.
- PropelJSONParser::fromJSON() — Method in class PropelJSONParser
- Alias for PropelJSONParser::toArray()
- PropelObjectCollection::fromArray() — Method in class PropelObjectCollection
- Populates the collection from an array Each object is populated from an array and the result is stored Does not empty the collection before adding the data from the array
- PropelObjectFormatter::format() — Method in class PropelObjectFormatter
- PropelObjectFormatter::formatOne() — Method in class PropelObjectFormatter
- PropelOnDemandCollection::fromArray() — Method in class PropelOnDemandCollection
- Populates the collection from an array Each object is populated from an array and the result is stored Does not empty the collection before adding the data from the array
- PropelOnDemandFormatter::format() — Method in class PropelOnDemandFormatter
- PropelPDO::forceRollBack() — Method in class PropelPDO
- Rollback the whole transaction, even if this is a nested rollback and reset the nested transaction count to 0.
- PropelPHPParser::findMethod() — Method in class PropelPHPParser
- Parse the code looking for a method definition, and returns the code if found
- PropelParser::fromArray() — Method in class PropelParser
- Converts data from an associative array to the parser format.
- PropelQuery::from() — Method in class PropelQuery
- PropelSimpleArrayFormatter::format() — Method in class PropelSimpleArrayFormatter
- PropelSimpleArrayFormatter::formatOne() — Method in class PropelSimpleArrayFormatter
- PropelStatementFormatter::format() — Method in class PropelStatementFormatter
- PropelStatementFormatter::formatOne() — Method in class PropelStatementFormatter
- PropelStatementFormatter::formatRecord() — Method in class PropelStatementFormatter
- PropelXMLParser::fromArray() — Method in class PropelXMLParser
- Converts data from an associative array to XML.
- PropelXMLParser::fromXML() — Method in class PropelXMLParser
- Alias for PropelXMLParser::toArray()
- PropelYAMLParser::fromArray() — Method in class PropelYAMLParser
- Converts data from an associative array to YAML.
- PropelYAMLParser::fromYAML() — Method in class PropelYAMLParser
- Alias for PropelYAMLParser::toArray()
G
- AbstractPropelDataModelTask::getDataModels() — Method in class AbstractPropelDataModelTask
- Return the data models that have been processed.
- AbstractPropelDataModelTask::getDataModelDbMap() — Method in class AbstractPropelDataModelTask
- Return the data model to database name map.
- AbstractPropelDataModelTask::getTargetDatabase() — Method in class AbstractPropelDataModelTask
- Get the current target database.
- AbstractPropelDataModelTask::getTargetPackage() — Method in class AbstractPropelDataModelTask
- Get the current target package.
- AbstractPropelDataModelTask::getOutputDirectory() — Method in class AbstractPropelDataModelTask
- Get the output directory.
- AbstractPropelDataModelTask::getConnection() — Method in class AbstractPropelDataModelTask
- Gets the PDO connection, if URL specified.
- AppData::getPlatform() — Method in class AppData
- Gets the platform object to use for any databases added to this application model.
- AppData::getGeneratorConfig() — Method in class AppData
- Get the generator configuration
- AppData::getName() — Method in class AppData
- Get the name of the database.
- AppData::getShortName() — Method in class AppData
- Get the short name of the database (without the '-schema' postfix).
- AppData::getDatabases() — Method in class AppData
- Return an array of all databases
- AppData::getDatabase() — Method in class AppData
- Return the database with the specified name.
- ArchivableBehavior::getArchiveTable() — Method in class ArchivableBehavior
- ArchivableBehavior::getArchiveTablePhpName() — Method in class ArchivableBehavior
- ArchivableBehavior::getArchiveTableQueryName() — Method in class ArchivableBehavior
- ArchivableBehavior::getArchivedAtColumn() — Method in class ArchivableBehavior
- ArchivableBehavior::getObjectBuilderModifier() — Method in class ArchivableBehavior
- ArchivableBehavior::getQueryBuilderModifier() — Method in class ArchivableBehavior
- BaseObject::getModifiedColumns() — Method in class BaseObject
- Get the columns that have been modified in this object.
- BaseObject::getVirtualColumns() — Method in class BaseObject
- Get the associative array of the virtual columns in this object
- BaseObject::getVirtualColumn() — Method in class BaseObject
- Get the value of a virtual column in this object
- BasePeer::getFieldnames() — Method in class BasePeer
- BasePeer::getValidator() — Method in class BasePeer
- This function searches for the given validator $name under propel/validator/$name.php, imports and caches it.
- BasePropelMigrationTask::getMigrationTable() — Method in class BasePropelMigrationTask
- Get the migration Table name
- BasePropelMigrationTask::getOutputDirectory() — Method in class BasePropelMigrationTask
- Get the output directory.
- BaseSchemaParser::getConnection() — Method in class BaseSchemaParser
- Gets the database connection.
- BaseSchemaParser::getMigrationTable() — Method in class BaseSchemaParser
- Getter for the migrationTable property
- BaseSchemaParser::getWarnings() — Method in class BaseSchemaParser
- Gets array of warning messages.
- BaseSchemaParser::getGeneratorConfig() — Method in class BaseSchemaParser
- Gets the GeneratorConfig option.
- BaseSchemaParser::getBuildProperty() — Method in class BaseSchemaParser
- Gets a specific propel (renamed) property from the build.
- BaseSchemaParser::getPlatform() — Method in class BaseSchemaParser
- Behavior::getName() — Method in class Behavior
- Returns the name of the Behavior
- Behavior::getTable() — Method in class Behavior
- Returns the table this behavior is applied to
- Behavior::getDatabase() — Method in class Behavior
- Returns the table this behavior is applied to if behavior is applied to <database> element.
- Behavior::getParameters() — Method in class Behavior
- Get the associative array of parameters
- Behavior::getParameter() — Method in class Behavior
- Behavior::getTableModificationOrder() — Method in class Behavior
- Get when this behavior must execute its modifyTable() relative to other behaviors.
- Behavior::getColumnForParameter() — Method in class Behavior
- Retrieve a column object using a name stored in the behavior parameters Useful for table behaviors
- Behavior::getTableModifier() — Method in class Behavior
- Behavior::getObjectBuilderModifier() — Method in class Behavior
- Behavior::getQueryBuilderModifier() — Method in class Behavior
- Behavior::getPeerBuilderModifier() — Method in class Behavior
- Behavior::getTableMapBuilderModifier() — Method in class Behavior
- Behavior::getAdditionalBuilders() — Method in class Behavior
- BuildPropelGenPEARPackageTask::getFileSets() — Method in class BuildPropelGenPEARPackageTask
- Used by the PEAR_PackageFileManager_PhingFileSet lister.
- ClassTools::getFilePath() — Method in class ClassTools
- Gets the path to be used in include()/require() statement.
- ClassTools::getBasePeer() — Method in class ClassTools
- Gets the basePeer path if specified for table/db.
- ClassTools::getBaseClass() — Method in class ClassTools
- Gets the baseClass path if specified for table/db.
- ClassTools::getInterface() — Method in class ClassTools
- Gets the interface path if specified for table.
- ClassTools::getPhpReservedWords() — Method in class ClassTools
- Gets a list of PHP reserved words.
- Column::getDomain() — Method in class Column
- Gets domain for this column, creating a new empty domain object if none is set.
- Column::getFullyQualifiedName() — Method in class Column
- Returns table.column
- Column::getName() — Method in class Column
- Get the name of the column
- Column::getSingularName() — Method in class Column
- Gets the singular name for the column
- Column::getDescription() — Method in class Column
- Get the description for the Table
- Column::getPhpName() — Method in class Column
- Get name to use in PHP sources.
- Column::getStudlyPhpName() — Method in class Column
- Get studly version of PHP name.
- Column::getAccessorVisibility() — Method in class Column
- Get the visibility of the accessors of this column / attribute
- Column::getMutatorVisibility() — Method in class Column
- Get the visibility of the mutator of this column / attribute
- Column::getConstantName() — Method in class Column
- Get the column constant name (e.g.
- Column::getConstantColumnName() — Method in class Column
- Column::getPeerName() — Method in class Column
- Get the Peer constant name that will identify this column.
- Column::getPhpType() — Method in class Column
- Get type to use in PHP sources.
- Column::getPosition() — Method in class Column
- Get the location of this column within the table (one-based).
- Column::getTable() — Method in class Column
- Get the parent Table of the column
- Column::getTableName() — Method in class Column
- Returns the Name of the table the column is in
- Column::getChildren() — Method in class Column
- Get the inheritance definitions.
- Column::getNotNullString() — Method in class Column
- Return NOT NULL String for this column
- Column::getNodeKeySep() — Method in class Column
- Return true if the column is a node key of a tree
- Column::getForeignKeys() — Method in class Column
- Get the foreign key objects for this column (if it is a foreign key or part of a foreign key)
- Column::getReferrers() — Method in class Column
- Get list of references to this column.
- Column::getType() — Method in class Column
- Returns the Propel column type as a string.
- Column::getPDOType() — Method in class Column
- Returns the column PDO type integer for this column's Propel type.
- Column::getPropelType() — Method in class Column
- Returns the column type as given in the schema as an object
- Column::getValueSet() — Method in class Column
- Returns the list of possible values for an ENUM column
- Column::getSize() — Method in class Column
- Returns the size of the column
- Column::getScale() — Method in class Column
- Returns the scale of the column
- Column::getDefaultSetting() — Method in class Column
- Return a string that will give this column a default value in SQL
- Column::getDefaultValueString() — Method in class Column
- Return a string that will give this column a default value in PHP
- Column::getDefaultValue() — Method in class Column
- Get the default value object for this column.
- Column::getPhpDefaultValue() — Method in class Column
- Get the default value suitable for use in PHP.
- Column::getAutoIncrementString() — Method in class Column
- Gets the auto-increment string.
- Column::getPhpNative() — Method in class Column
- Return a string representation of the native PHP type which corresponds to the propel type of this column.
- Column::getPlatform() — Method in class Column
- Get the platform/adapter impl.
- Column::getValidator() — Method in class Column
- Column::generatePhpName() — Method in class Column
- ColumnDefaultValue::getType() — Method in class ColumnDefaultValue
- ColumnDefaultValue::getValue() — Method in class ColumnDefaultValue
- ColumnValue::getColumn() — Method in class ColumnValue
- ColumnValue::getValue() — Method in class ColumnValue
- ConstraintNameGenerator::generateName() — Method in class ConstraintNameGenerator
- First element of <code>inputs</code> should be of type {@link Database}, second should be a table name, third is the type identifier (spared if trimming is necessary due to database type length constraints), and the fourth is a <code>Integer</code> indicating the number of this contraint.
- Criteria::getIterator() — Method in class Criteria
- Implementing SPL IteratorAggregate interface.
- Criteria::getMap() — Method in class Criteria
- Get the criteria map, i.e.
- Criteria::getAsColumns() — Method in class Criteria
- Get the column aliases.
- Criteria::getColumnForAs() — Method in class Criteria
- Returns the column name associated with an alias (AS-column).
- Criteria::getAliases() — Method in class Criteria
- Returns the aliases for this Criteria
- Criteria::getTableForAlias() — Method in class Criteria
- Returns the table name associated with an alias.
- Criteria::getTableNameAndAlias() — Method in class Criteria
- Returns the table name and alias based on a table alias or name.
- Criteria::getCriterion() — Method in class Criteria
- Method to return criteria related to columns in a table.
- Criteria::getLastCriterion() — Method in class Criteria
- Method to return the latest Criterion in a table.
- Criteria::getNewCriterion() — Method in class Criteria
- Method to return criterion that is not added automatically to this Criteria.
- Criteria::getColumnName() — Method in class Criteria
- Method to return a String table name.
- Criteria::getTablesColumns() — Method in class Criteria
- Shortcut method to get an array of columns indexed by table.
- Criteria::getComparison() — Method in class Criteria
- Method to return a comparison String.
- Criteria::getDbName() — Method in class Criteria
- Get the Database(Map) name.
- Criteria::getPrimaryTableName() — Method in class Criteria
- Get the primary table for this Criteria.
- Criteria::getTableName() — Method in class Criteria
- Method to return a String table name.
- Criteria::getValue() — Method in class Criteria
- Method to return the value that was added to Criteria.
- Criteria::get() — Method in class Criteria
- An alias to getValue() -- exposing a Hashtable-like interface.
- Criteria::getJoins() — Method in class Criteria
- Get the array of Joins.
- Criteria::getSelectQueries() — Method in class Criteria
- Get the associative array of Criteria for the subQueries per alias.
- Criteria::getSelectQuery() — Method in class Criteria
- Get the Criteria for a specific subQuery.
- Criteria::getLimit() — Method in class Criteria
- Get limit.
- Criteria::getOffset() — Method in class Criteria
- Get offset.
- Criteria::getComment() — Method in class Criteria
- Get the query comment, that appears after the first verb in the SQL query
- Criteria::getSelectColumns() — Method in class Criteria
- Get select columns.
- Criteria::getSelectModifiers() — Method in class Criteria
- Get select modifiers.
- Criteria::getOrderByColumns() — Method in class Criteria
- Get order by columns.
- Criteria::getGroupByColumns() — Method in class Criteria
- Get group by columns.
- Criteria::getHaving() — Method in class Criteria
- Get Having Criterion.
- Criterion::getColumn() — Method in class Criterion
- Get the column name.
- Criterion::getTable() — Method in class Criterion
- Get the table name.
- Criterion::getComparison() — Method in class Criterion
- Get the comparison.
- Criterion::getValue() — Method in class Criterion
- Get the value.
- Criterion::getDB() — Method in class Criterion
- Get the value of db.
- Criterion::getConjunctions() — Method in class Criterion
- Get the list of conjunctions in this Criterion
- Criterion::getAllTables() — Method in class Criterion
- Get all tables from nested criterion objects
- Criterion::getAttachedCriterion() — Method in class Criterion
- get an array of all criterion attached to this recursing through all sub criterion
- DBAdapter::getStringDelimiter() — Method in class DBAdapter
- Returns the character used to indicate the beginning and end of a piece of text used in a SQL statement (generally a single quote).
- DBAdapter::getId() — Method in class DBAdapter
- Gets the generated ID (either last ID for autoincrement or next sequence ID).
- DBAdapter::getTimestampFormatter() — Method in class DBAdapter
- Returns timestamp formatter string for use in date() function.
- DBAdapter::getDateFormatter() — Method in class DBAdapter
- Returns date formatter string for use in date() function.
- DBAdapter::getTimeFormatter() — Method in class DBAdapter
- Returns time formatter string for use in date() function.
- DBAdapter::getDeleteFromClause() — Method in class DBAdapter
- Returns the "DELETE FROM <table> [AS <alias>]" part of DELETE query.
- DBOracle::getId() — Method in class DBOracle
- DBPostgres::getId() — Method in class DBPostgres
- Gets ID for specified sequence name.
- DBPostgres::getTimestampFormatter() — Method in class DBPostgres
- Returns timestamp formatter string for use in date() function.
- DBPostgres::getTimeFormatter() — Method in class DBPostgres
- Returns timestamp formatter string for use in date() function.
- DBPostgres::getDeleteFromClause() — Method in class DBPostgres
- DataModelBuilder::getPeerBuilder() — Method in class DataModelBuilder
- Returns new or existing Peer builder class for this table.
- DataModelBuilder::getPluralizer() — Method in class DataModelBuilder
- Returns new or existing Pluralizer class.
- DataModelBuilder::getStubPeerBuilder() — Method in class DataModelBuilder
- Returns new or existing stub Peer builder class for this table.
- DataModelBuilder::getObjectBuilder() — Method in class DataModelBuilder
- Returns new or existing Object builder class for this table.
- DataModelBuilder::getStubObjectBuilder() — Method in class DataModelBuilder
- Returns new or existing stub Object builder class for this table.
- DataModelBuilder::getQueryBuilder() — Method in class DataModelBuilder
- Returns new or existing Query builder class for this table.
- DataModelBuilder::getStubQueryBuilder() — Method in class DataModelBuilder
- Returns new or existing stub Query builder class for this table.
- DataModelBuilder::getTableMapBuilder() — Method in class DataModelBuilder
- Returns new or existing Object builder class for this table.
- DataModelBuilder::getInterfaceBuilder() — Method in class DataModelBuilder
- Returns new or existing stub Interface builder class for this table.
- DataModelBuilder::getMultiExtendObjectBuilder() — Method in class DataModelBuilder
- Returns new or existing stub child object builder class for this table.
- DataModelBuilder::getNodeBuilder() — Method in class DataModelBuilder
- Returns new or existing node Object builder class for this table.
- DataModelBuilder::getNodePeerBuilder() — Method in class DataModelBuilder
- Returns new or existing node Peer builder class for this table.
- DataModelBuilder::getStubNodeBuilder() — Method in class DataModelBuilder
- Returns new or existing stub node Object builder class for this table.
- DataModelBuilder::getStubNodePeerBuilder() — Method in class DataModelBuilder
- Returns new or existing stub node Peer builder class for this table.
- DataModelBuilder::getNestedSetBuilder() — Method in class DataModelBuilder
- Returns new or existing nested set object builder class for this table.
- DataModelBuilder::getNestedSetPeerBuilder() — Method in class DataModelBuilder
- Returns new or existing nested set Peer builder class for this table.
- DataModelBuilder::getDataSQLBuilder() — Method in class DataModelBuilder
- Returns new or existing data sql builder class for this table.
- DataModelBuilder::getNewBuilder() — Method in class DataModelBuilder
- Gets a new data model builder class for specified table and classname.
- DataModelBuilder::getNewPeerBuilder() — Method in class DataModelBuilder
- Convenience method to return a NEW Peer class builder instance.
- DataModelBuilder::getNewStubPeerBuilder() — Method in class DataModelBuilder
- Convenience method to return a NEW Peer stub class builder instance.
- DataModelBuilder::getNewObjectBuilder() — Method in class DataModelBuilder
- Convenience method to return a NEW Object class builder instance.
- DataModelBuilder::getNewStubObjectBuilder() — Method in class DataModelBuilder
- Convenience method to return a NEW Object stub class builder instance.
- DataModelBuilder::getNewQueryBuilder() — Method in class DataModelBuilder
- Convenience method to return a NEW query class builder instance.
- DataModelBuilder::getNewStubQueryBuilder() — Method in class DataModelBuilder
- Convenience method to return a NEW query stub class builder instance.
- DataModelBuilder::getNewQueryInheritanceBuilder() — Method in class DataModelBuilder
- Returns new Query Inheritance builder class for this table.
- DataModelBuilder::getNewStubQueryInheritanceBuilder() — Method in class DataModelBuilder
- Returns new stub Query Inheritance builder class for this table.
- DataModelBuilder::getGeneratorConfig() — Method in class DataModelBuilder
- Gets the GeneratorConfig object.
- DataModelBuilder::getBuildProperty() — Method in class DataModelBuilder
- Get a specific [name transformed] build property.
- DataModelBuilder::getTable() — Method in class DataModelBuilder
- Returns the current Table object.
- DataModelBuilder::getPlatform() — Method in class DataModelBuilder
- Convenience method to returns the Platform class for this table (database).
- DataModelBuilder::getDatabase() — Method in class DataModelBuilder
- Convenience method to returns the database for current table.
- DataModelBuilder::getWarnings() — Method in class DataModelBuilder
- Gets array of warning messages.
- DataRow::getTable() — Method in class DataRow
- DataRow::getColumnValues() — Method in class DataRow
- DataSQLBuilder::getDatabaseStartSql() — Method in class DataSQLBuilder
- Gets any SQL to place at the start of all the row inserts.
- DataSQLBuilder::getDatabaseEndSql() — Method in class DataSQLBuilder
- Gets any SQL to place at the end of all the row inserts.
- DataSQLBuilder::getTableStartSql() — Method in class DataSQLBuilder
- Gets any SQL to place before row inserts for a new table.
- DataSQLBuilder::getTableEndSql() — Method in class DataSQLBuilder
- Gets any SQL to place at the end of row inserts for a table.
- DataSQLBuilder::getTimestampSql() — Method in class DataSQLBuilder
- Gets a representation of a timestamp value suitable for use in a SQL statement.
- Database::getPlatform() — Method in class Database
- Returns the PropelPlatformInterface implementation for this database.
- Database::getName() — Method in class Database
- Get the name of the Database
- Database::getBaseClass() — Method in class Database
- Get the value of baseClass.
- Database::getBasePeer() — Method in class Database
- Get the value of basePeer.
- Database::getDefaultIdMethod() — Method in class Database
- Get the value of defaultIdMethod.
- Database::getDefaultPhpNamingMethod() — Method in class Database
- Get the value of defaultPHPNamingMethod which specifies the method for converting schema names for table and column to PHP names.
- Database::getDefaultTranslateMethod() — Method in class Database
- Get the value of defaultTranslateMethod which specifies the method for translate validator error messages.
- Database::getDefaultStringFormat() — Method in class Database
- Get the default string format for ActiveRecord objects in this Db.
- Database::getHeavyIndexing() — Method in class Database
- Get the value of heavyIndexing.
- Database::getTables() — Method in class Database
- Return the list of all tables
- Database::getTablesForSql() — Method in class Database
- Return the list of all tables that have a SQL representation
- Database::getTable() — Method in class Database
- Return the table with the specified name.
- Database::getTableByPhpName() — Method in class Database
- Return the table with the specified phpName.
- Database::getAppData() — Method in class Database
- Get the parent of the table
- Database::getDomain() — Method in class Database
- Get already configured Domain object by name.
- Database::getGeneratorConfig() — Method in class Database
- Database::getBuildProperty() — Method in class Database
- Database::getBehaviors() — Method in class Database
- Get the database behaviors
- Database::getBehavior() — Method in class Database
- Get one database behavior by name
- Database::getTablePrefix() — Method in class Database
- Get the table prefix for this database
- Database::getNextTableBehavior() — Method in class Database
- Get the next behavior on all tables, ordered by behavior priority, and skipping the ones that were already executed,
- DebugPDOStatement::getExecutedQueryString() — Method in class DebugPDOStatement
- DefaultEnglishPluralizer::getPluralForm() — Method in class DefaultEnglishPluralizer
- Generate a plural name based on the passed in root.
- DefaultPlatform::getConnection() — Method in class DefaultPlatform
- Returns the database connection to use for this Platform class.
- DefaultPlatform::getDatabaseType() — Method in class DefaultPlatform
- Returns the short name of the database type that this platform represents.
- DefaultPlatform::getMaxColumnNameLength() — Method in class DefaultPlatform
- Returns the max column length supported by the db.
- DefaultPlatform::getNativeIdMethod() — Method in class DefaultPlatform
- Returns the native IdMethod (sequence|identity)
- DefaultPlatform::getDomainForType() — Method in class DefaultPlatform
- Returns the db specific domain for a propelType.
- DefaultPlatform::getNullString() — Method in class DefaultPlatform
- DefaultPlatform::getAutoIncrement() — Method in class DefaultPlatform
- DefaultPlatform::getSequenceName() — Method in class DefaultPlatform
- Gets the name to use for creating a sequence for a table.
- DefaultPlatform::getAddTablesDDL() — Method in class DefaultPlatform
- Builds the DDL SQL to add the tables of a database together with index and foreign keys
- DefaultPlatform::getBeginDDL() — Method in class DefaultPlatform
- Gets the requests to execute at the beginning of a DDL file
- DefaultPlatform::getEndDDL() — Method in class DefaultPlatform
- Gets the requests to execute at the end of a DDL file
- DefaultPlatform::getDropTableDDL() — Method in class DefaultPlatform
- Builds the DDL SQL to drop a table
- DefaultPlatform::getAddTableDDL() — Method in class DefaultPlatform
- Builds the DDL SQL to add a table without index and foreign keys
- DefaultPlatform::getColumnDDL() — Method in class DefaultPlatform
- Builds the DDL SQL for a Column object.
- DefaultPlatform::getColumnDefaultValueDDL() — Method in class DefaultPlatform
- Returns the SQL for the default value of a Column object
- DefaultPlatform::getColumnListDDL() — Method in class DefaultPlatform
- Creates a delimiter-delimited string list of column names, quoted using quoteIdentifier().
- DefaultPlatform::getPrimaryKeyName() — Method in class DefaultPlatform
- Returns the name of a table primary key
- DefaultPlatform::getPrimaryKeyDDL() — Method in class DefaultPlatform
- Returns the SQL for the primary key of a Table object
- DefaultPlatform::getDropPrimaryKeyDDL() — Method in class DefaultPlatform
- Builds the DDL SQL to drop the primary key of a table.
- DefaultPlatform::getAddPrimaryKeyDDL() — Method in class DefaultPlatform
- Builds the DDL SQL to add the primary key of a table.
- DefaultPlatform::getAddIndicesDDL() — Method in class DefaultPlatform
- Builds the DDL SQL to add the indices of a table.
- DefaultPlatform::getAddIndexDDL() — Method in class DefaultPlatform
- Builds the DDL SQL to add an Index.
- DefaultPlatform::getDropIndexDDL() — Method in class DefaultPlatform
- Builds the DDL SQL to drop an Index.
- DefaultPlatform::getIndexDDL() — Method in class DefaultPlatform
- Builds the DDL SQL for an Index object.
- DefaultPlatform::getUniqueDDL() — Method in class DefaultPlatform
- Builds the DDL SQL for a Unique constraint object.
- DefaultPlatform::getAddForeignKeysDDL() — Method in class DefaultPlatform
- Builds the DDL SQL to add the foreign keys of a table.
- DefaultPlatform::getAddForeignKeyDDL() — Method in class DefaultPlatform
- Builds the DDL SQL to add a foreign key.
- DefaultPlatform::getDropForeignKeyDDL() — Method in class DefaultPlatform
- Builds the DDL SQL to drop a foreign key.
- DefaultPlatform::getForeignKeyDDL() — Method in class DefaultPlatform
- Builds the DDL SQL for a ForeignKey object.
- DefaultPlatform::getCommentLineDDL() — Method in class DefaultPlatform
- DefaultPlatform::getCommentBlockDDL() — Method in class DefaultPlatform
- DefaultPlatform::getModifyDatabaseDDL() — Method in class DefaultPlatform
- Builds the DDL SQL to modify a database based on a PropelDatabaseDiff instance
- DefaultPlatform::getRenameTableDDL() — Method in class DefaultPlatform
- Builds the DDL SQL to rename a table
- DefaultPlatform::getModifyTableDDL() — Method in class DefaultPlatform
- Builds the DDL SQL to alter a table based on a PropelTableDiff instance
- DefaultPlatform::getModifyTableColumnsDDL() — Method in class DefaultPlatform
- Builds the DDL SQL to alter a table based on a PropelTableDiff instance
- DefaultPlatform::getModifyTablePrimaryKeyDDL() — Method in class DefaultPlatform
- Builds the DDL SQL to alter a table's primary key based on a PropelTableDiff instance
- DefaultPlatform::getModifyTableIndicesDDL() — Method in class DefaultPlatform
- Builds the DDL SQL to alter a table's indices based on a PropelTableDiff instance
- DefaultPlatform::getModifyTableForeignKeysDDL() — Method in class DefaultPlatform
- Builds the DDL SQL to alter a table's foreign keys based on a PropelTableDiff instance
- DefaultPlatform::getRemoveColumnDDL() — Method in class DefaultPlatform
- Builds the DDL SQL to remove a column
- DefaultPlatform::getRenameColumnDDL() — Method in class DefaultPlatform
- Builds the DDL SQL to rename a column
- DefaultPlatform::getModifyColumnDDL() — Method in class DefaultPlatform
- Builds the DDL SQL to modify a column
- DefaultPlatform::getModifyColumnsDDL() — Method in class DefaultPlatform
- Builds the DDL SQL to modify a list of columns
- DefaultPlatform::getAddColumnDDL() — Method in class DefaultPlatform
- Builds the DDL SQL to remove a column
- DefaultPlatform::getAddColumnsDDL() — Method in class DefaultPlatform
- Builds the DDL SQL to remove a list of columns
- DefaultPlatform::getIdentifierQuoting() — Method in class DefaultPlatform
- DefaultPlatform::getBooleanString() — Method in class DefaultPlatform
- Returns the boolean value for the RDBMS.
- DefaultPlatform::getTimestampFormatter() — Method in class DefaultPlatform
- Gets the preferred timestamp formatter for setting date/time values.
- DefaultPlatform::getTimeFormatter() — Method in class DefaultPlatform
- Gets the preferred time formatter for setting date/time values.
- DefaultPlatform::getDateFormatter() — Method in class DefaultPlatform
- Gets the preferred date formatter for setting date/time values.
- DefaultPlatform::getColumnBindingPHP() — Method in class DefaultPlatform
- Get the PHP snippet for binding a value to a column.
- DefaultPlatform::getIdentifierPhp() — Method in class DefaultPlatform
- Get the PHP snippet for getting a Pk from the database.
- Domain::getDatabase() — Method in class Domain
- Gets the owning database object (if this domain was setup via XML).
- Domain::getDescription() — Method in class Domain
- Domain::getName() — Method in class Domain
- Domain::getScale() — Method in class Domain
- Domain::getSize() — Method in class Domain
- Domain::getType() — Method in class Domain
- Domain::getDefaultValue() — Method in class Domain
- Gets the default value object.
- Domain::getPhpDefaultValue() — Method in class Domain
- Gets the default value, type-casted for use in PHP OM.
- Domain::getSqlType() — Method in class Domain
- ExtensionQueryBuilder::getUnprefixedClassname() — Method in class ExtensionQueryBuilder
- Returns the name of the current class being built.
- ExtensionQueryBuilder::getBehaviorContent() — Method in class ExtensionQueryBuilder
- Checks whether any registered behavior content creator on that table exists a contentName
- ExtensionQueryInheritanceBuilder::getUnprefixedClassname() — Method in class ExtensionQueryInheritanceBuilder
- Returns the name of the current class being built.
- ExtensionQueryInheritanceBuilder::getPackage() — Method in class ExtensionQueryInheritanceBuilder
- Gets the package for the [base] object classes.
- ExtensionQueryInheritanceBuilder::getChild() — Method in class ExtensionQueryInheritanceBuilder
- Returns the child object we're operating on currently.
- ForeignKey::getOnUpdate() — Method in class ForeignKey
- returns the onUpdate attribute
- ForeignKey::getOnDelete() — Method in class ForeignKey
- Returns the onDelete attribute
- ForeignKey::getName() — Method in class ForeignKey
- Returns the name attribute.
- ForeignKey::getPhpName() — Method in class ForeignKey
- Gets the phpName for this foreign key (if any).
- ForeignKey::getRefPhpName() — Method in class ForeignKey
- Gets the refPhpName for this foreign key (if any).
- ForeignKey::getDefaultJoin() — Method in class ForeignKey
- Gets the defaultJoin for this foreign key (if any).
- ForeignKey::getForeignTableName() — Method in class ForeignKey
- Get the foreignTableName of the FK
- ForeignKey::getForeignTableCommonName() — Method in class ForeignKey
- Get the foreign table name without schema
- ForeignKey::getForeignTable() — Method in class ForeignKey
- Gets the resolved foreign Table model object.
- ForeignKey::getForeignSchemaName() — Method in class ForeignKey
- Get the foreignSchemaName of the FK
- ForeignKey::getTable() — Method in class ForeignKey
- Get the parent Table of the foreign key
- ForeignKey::getTableName() — Method in class ForeignKey
- Returns the Name of the table the foreign key is in
- ForeignKey::getSchemaName() — Method in class ForeignKey
- Returns the Name of the schema the foreign key is in
- ForeignKey::getLocalColumnNames() — Method in class ForeignKey
- Return a comma delimited string of local column names
- ForeignKey::getForeignColumnNames() — Method in class ForeignKey
- Return a comma delimited string of foreign column names
- ForeignKey::getLocalColumns() — Method in class ForeignKey
- Return an array of local column names.
- ForeignKey::getLocalColumnObjects() — Method in class ForeignKey
- Return an array of local column objects.
- ForeignKey::getLocalColumnName() — Method in class ForeignKey
- Return a local column name.
- ForeignKey::getLocalColumn() — Method in class ForeignKey
- Return a local column object.
- ForeignKey::getLocalForeignMapping() — Method in class ForeignKey
- Utility method to get local column to foreign column mapping for this foreign key.
- ForeignKey::getForeignLocalMapping() — Method in class ForeignKey
- Utility method to get local column to foreign column mapping for this foreign key.
- ForeignKey::getColumnObjectsMapping() — Method in class ForeignKey
- Utility method to get local and foreign column objects mapping for this foreign key.
- ForeignKey::getMappedForeignColumn() — Method in class ForeignKey
- Get the foreign column mapped to specified local column.
- ForeignKey::getMappedLocalColumn() — Method in class ForeignKey
- Get the local column mapped to specified foreign column.
- ForeignKey::getForeignColumns() — Method in class ForeignKey
- Return an array of foreign column names.
- ForeignKey::getForeignColumnObjects() — Method in class ForeignKey
- Return an array of foreign column objects.
- ForeignKey::getForeignColumnName() — Method in class ForeignKey
- Return a foreign column name.
- ForeignKey::getForeignColumn() — Method in class ForeignKey
- Return a foreign column object.
- ForeignKey::getInverseFK() — Method in class ForeignKey
- ForeignKey::getOtherFks() — Method in class ForeignKey
- Get the other foreign keys starting on the same table Used in many-to-many relationships
- GeneratorConfig
- A class that holds build properties and provide a class loading mechanism for the generator.
- GeneratorConfig::getBuildProperties() — Method in class GeneratorConfig
- Gets the build properties.
- GeneratorConfig::getBuildProperty() — Method in class GeneratorConfig
- Gets a specific propel (renamed) property from the build.
- GeneratorConfig::getClassname() — Method in class GeneratorConfig
- Resolves and returns the class name based on the specified property value.
- GeneratorConfig::getBuilderClassname() — Method in class GeneratorConfig
- Resolves and returns the builder class name.
- GeneratorConfig::getConfiguredPlatform() — Method in class GeneratorConfig
- Creates and configures a new Platform class.
- GeneratorConfig::getConfiguredSchemaParser() — Method in class GeneratorConfig
- Creates and configures a new SchemaParser class for specified platform.
- GeneratorConfig::getConfiguredBuilder() — Method in class GeneratorConfig
- Gets a configured data model builder class for specified table and based on type.
- GeneratorConfig::getConfiguredPluralizer() — Method in class GeneratorConfig
- Gets a configured Pluralizer class.
- GeneratorConfig::getConfiguredBehavior() — Method in class GeneratorConfig
- Gets a configured behavior class
- GeneratorConfig::getBuildConnections() — Method in class GeneratorConfig
- GeneratorConfig::getBuildConnection() — Method in class GeneratorConfig
- GeneratorConfig::getBuildPDO() — Method in class GeneratorConfig
- GeneratorConfigInterface
- GeneratorConfigInterface::getConfiguredBuilder() — Method in class GeneratorConfigInterface
- Gets a configured data model builder class for specified table and based on type.
- GeneratorConfigInterface::getConfiguredPluralizer() — Method in class GeneratorConfigInterface
- Gets a configured Pluralizer class.
- GeneratorConfigInterface::getBuildProperty() — Method in class GeneratorConfigInterface
- Gets a specific propel (renamed) property from the build.
- I18nBehavior::getDefaultLocale() — Method in class I18nBehavior
- I18nBehavior::getI18nTable() — Method in class I18nBehavior
- I18nBehavior::getI18nForeignKey() — Method in class I18nBehavior
- I18nBehavior::getLocaleColumn() — Method in class I18nBehavior
- I18nBehavior::getI18nColumns() — Method in class I18nBehavior
- I18nBehavior::getObjectBuilderModifier() — Method in class I18nBehavior
- I18nBehavior::getQueryBuilderModifier() — Method in class I18nBehavior
- I18nBehavior::getPeerBuilderModifier() — Method in class I18nBehavior
- IdMethodParameter::getName() — Method in class IdMethodParameter
- Get the parameter name
- IdMethodParameter::getValue() — Method in class IdMethodParameter
- Get the parameter value
- IdMethodParameter::getTable() — Method in class IdMethodParameter
- Get the parent Table of the id method
- IdMethodParameter::getTableName() — Method in class IdMethodParameter
- Returns the Name of the table the id method is in
- Index::getIsUnique() — Method in class Index
- Index::getIndexName() — Method in class Index
- Index::getName() — Method in class Index
- Gets the name of this index.
- Index::getTable() — Method in class Index
- Get the parent Table of the index
- Index::getTableName() — Method in class Index
- Returns the Name of the table the index is in
- Index::getColumnSize() — Method in class Index
- Returns the size for the specified column, if given.
- Index::getIndexColumnList() — Method in class Index
- Index::getColumnList() — Method in class Index
- Return a comma delimited string of the columns which compose this index.
- Index::getIndexColumns() — Method in class Index
- Index::getColumns() — Method in class Index
- Return the list of local columns.
- Inheritance::getKey() — Method in class Inheritance
- Get the value of key.
- Inheritance::getColumn() — Method in class Inheritance
- Get the value of parent.
- Inheritance::getClassName() — Method in class Inheritance
- Get the value of className.
- Inheritance::getPackage() — Method in class Inheritance
- Get the value of package.
- Inheritance::getAncestor() — Method in class Inheritance
- Get the value of ancestor.
- Join::getConditions() — Method in class Join
- Return an array of the join conditions
- Join::getOperator() — Method in class Join
- Join::getOperators() — Method in class Join
- Join::getJoinType() — Method in class Join
- Get the join type
- Join::getLeftColumn() — Method in class Join
- Get the fully qualified name of the left column of the join condition
- Join::getLeftColumnName() — Method in class Join
- Get the left column name of the join condition
- Join::getLeftColumns() — Method in class Join
- Get the list of all the names of left columns of the join condition
- Join::getLeftTableName() — Method in class Join
- Join::getLeftTableAlias() — Method in class Join
- Join::getLeftTableAliasOrName() — Method in class Join
- Join::getLeftTableWithAlias() — Method in class Join
- Join::getRightColumn() — Method in class Join
- Get the fully qualified name of the right column of the join condition
- Join::getRightColumnName() — Method in class Join
- Get the right column name of the join condition
- Join::getRightColumns() — Method in class Join
- Join::getRightTableName() — Method in class Join
- Join::getRightTableAlias() — Method in class Join
- Join::getRightTableAliasOrName() — Method in class Join
- Join::getRightTableWithAlias() — Method in class Join
- Join::getDB() — Method in class Join
- Get the value of db.
- Join::getJoinCondition() — Method in class Join
- Get the custom join condition, if previously set
- Join::getClause() — Method in class Join
- Get the join clause for this Join.
- ModelCriteria::getModelName() — Method in class ModelCriteria
- Returns the name of the class for this model criteria
- ModelCriteria::getModelAlias() — Method in class ModelCriteria
- Returns the alias of the main class for this model criteria
- ModelCriteria::getModelAliasOrName() — Method in class ModelCriteria
- Return the string to use in a clause as a model prefix for the main model
- ModelCriteria::getModelPeerName() — Method in class ModelCriteria
- Returns the name of the Peer class for this model criteria
- ModelCriteria::getTableMap() — Method in class ModelCriteria
- Returns the TabkleMap object for this Criteria
- ModelCriteria::getFormatter() — Method in class ModelCriteria
- Gets the formatter to use for the find() output Defaults to an instance of ModelCriteria::$defaultFormatterClass, i.e.
- ModelCriteria::groupBy() — Method in class ModelCriteria
- Adds a GROUB BY clause to the query Usability layer on top of Criteria::addGroupByColumn() Infers $column $columnName Examples: $c->groupBy('Book.AuthorId') => $c->addGroupByColumn(BookPeer::AUTHOR_ID)
- ModelCriteria::groupByClass() — Method in class ModelCriteria
- Adds a GROUB BY clause for all columns of a model to the query Examples: $c->groupBy('Book'); => $c->addGroupByColumn(BookPeer::ID); => $c->addGroupByColumn(BookPeer::TITLE); => $c->addGroupByColumn(BookPeer::AUTHOR_ID); => $c->addGroupByColumn(BookPeer::PUBLISHER_ID);
- ModelCriteria::getSelect() — Method in class ModelCriteria
- Retrieves the columns defined by a previous call to select().
- ModelCriteria::getPreviousJoin() — Method in class ModelCriteria
- This method returns the previousJoin for this ModelCriteria, by default this is null, but after useQuery this is set the to the join of that use
- ModelCriteria::getJoin() — Method in class ModelCriteria
- This method returns an already defined join clause from the query
- ModelCriteria::getWith() — Method in class ModelCriteria
- Gets the array of ModelWith specifying which objects must be hydrated together with the main object.
- ModelCriteria::getPrimaryCriteria() — Method in class ModelCriteria
- Gets the primary criteria for this secondary Criteria
- ModelCriteria::getClassAndAlias() — Method in class ModelCriteria
- Returns the class and alias of a string representing a model or a relation e.g.
- ModelCriteria::getRelationName() — Method in class ModelCriteria
- Returns the name of a relation from a string.
- ModelCriteria::getAliasedColName() — Method in class ModelCriteria
- Changes the table part of a a fully qualified column name if a true model alias exists e.g.
- ModelCriteria::getParams() — Method in class ModelCriteria
- Get all the parameters to bind to this criteria Does part of the job of BasePeer::createSelectSql() for the cache
- ModelCriterion::getClause() — Method in class ModelCriterion
- ModelJoin::getRelationMap() — Method in class ModelJoin
- ModelJoin::getTableMap() — Method in class ModelJoin
- Gets the right tableMap for this join
- ModelJoin::getPreviousJoin() — Method in class ModelJoin
- ModelJoin::getRelationAlias() — Method in class ModelJoin
- ModelJoin::getObjectToRelate() — Method in class ModelJoin
- This method returns the last related, but already hydrated object up until this join Starting from $startObject and continuously calling the getters to get to the base object for the current join.
- ModelWith::getModelName() — Method in class ModelWith
- ModelWith::getModelPeerName() — Method in class ModelWith
- ModelWith::getRelationName() — Method in class ModelWith
- ModelWith::getRelationMethod() — Method in class ModelWith
- ModelWith::getInitMethod() — Method in class ModelWith
- ModelWith::getLeftPhpName() — Method in class ModelWith
- ModelWith::getRightPhpName() — Method in class ModelWith
- MssqlPlatform::getMaxColumnNameLength() — Method in class MssqlPlatform
- MssqlPlatform::getNullString() — Method in class MssqlPlatform
- MssqlPlatform::getDropTableDDL() — Method in class MssqlPlatform
- MssqlPlatform::getPrimaryKeyDDL() — Method in class MssqlPlatform
- MssqlPlatform::getAddForeignKeyDDL() — Method in class MssqlPlatform
- MssqlPlatform::getForeignKeyDDL() — Method in class MssqlPlatform
- MssqlPlatform::getTimestampFormatter() — Method in class MssqlPlatform
- MysqlPlatform::getTableEngineKeyword() — Method in class MysqlPlatform
- Getter for the tableEngineKeyword property
- MysqlPlatform::getDefaultTableEngine() — Method in class MysqlPlatform
- Getter for the defaultTableEngine property
- MysqlPlatform::getAutoIncrement() — Method in class MysqlPlatform
- MysqlPlatform::getMaxColumnNameLength() — Method in class MysqlPlatform
- MysqlPlatform::getAddTablesDDL() — Method in class MysqlPlatform
- MysqlPlatform::getBeginDDL() — Method in class MysqlPlatform
- MysqlPlatform::getEndDDL() — Method in class MysqlPlatform
- MysqlPlatform::getAddTableDDL() — Method in class MysqlPlatform
- MysqlPlatform::getDropTableDDL() — Method in class MysqlPlatform
- MysqlPlatform::getColumnDDL() — Method in class MysqlPlatform
- MysqlPlatform::getDropPrimaryKeyDDL() — Method in class MysqlPlatform
- Builds the DDL SQL to drop the primary key of a table.
- MysqlPlatform::getAddIndexDDL() — Method in class MysqlPlatform
- Builds the DDL SQL to add an Index.
- MysqlPlatform::getDropIndexDDL() — Method in class MysqlPlatform
- Builds the DDL SQL to drop an Index.
- MysqlPlatform::getIndexDDL() — Method in class MysqlPlatform
- Builds the DDL SQL for an Index object.
- MysqlPlatform::getUniqueDDL() — Method in class MysqlPlatform
- MysqlPlatform::getDropForeignKeyDDL() — Method in class MysqlPlatform
- MysqlPlatform::getCommentBlockDDL() — Method in class MysqlPlatform
- MysqlPlatform::getModifyDatabaseDDL() — Method in class MysqlPlatform
- Builds the DDL SQL to modify a database based on a PropelDatabaseDiff instance
- MysqlPlatform::getRenameTableDDL() — Method in class MysqlPlatform
- Builds the DDL SQL to rename a table
- MysqlPlatform::getRemoveColumnDDL() — Method in class MysqlPlatform
- Builds the DDL SQL to remove a column
- MysqlPlatform::getRenameColumnDDL() — Method in class MysqlPlatform
- Builds the DDL SQL to rename a column
- MysqlPlatform::getModifyColumnDDL() — Method in class MysqlPlatform
- Builds the DDL SQL to modify a column
- MysqlPlatform::getChangeColumnDDL() — Method in class MysqlPlatform
- Builds the DDL SQL to change a column
- MysqlPlatform::getModifyColumnsDDL() — Method in class MysqlPlatform
- Builds the DDL SQL to modify a list of columns
- MysqlPlatform::getTimestampFormatter() — Method in class MysqlPlatform
- MysqlPlatform::getColumnBindingPHP() — Method in class MysqlPlatform
- MysqlSchemaParser::getColumnFromRow() — Method in class MysqlSchemaParser
- Factory method creating a Column object based on a row from the 'show columns from ' MySQL query result.
- NameFactory::generateName() — Method in class NameFactory
- Given a list of <code>String</code> objects, implements an algorithm which produces a name.
- NameGenerator::generateName() — Method in class NameGenerator
- Given a list of <code>String</code> objects, implements an algorithm which produces a name.
- NestedSetBehavior::getObjectBuilderModifier() — Method in class NestedSetBehavior
- NestedSetBehavior::getQueryBuilderModifier() — Method in class NestedSetBehavior
- NestedSetBehavior::getPeerBuilderModifier() — Method in class NestedSetBehavior
- NestedSetRecursiveIterator::getChildren() — Method in class NestedSetRecursiveIterator
- NodeObject::getLevel() — Method in class NodeObject
- Gets the level if set, otherwise calculates this and returns it
- NodeObject::getPath() — Method in class NodeObject
- Get the path to the node in the tree
- NodeObject::getNumberOfChildren() — Method in class NodeObject
- Gets the number of children for the node (direct descendants)
- NodeObject::getNumberOfDescendants() — Method in class NodeObject
- Gets the total number of desceandants for the node
- NodeObject::getChildren() — Method in class NodeObject
- Gets the children for the node
- NodeObject::getDescendants() — Method in class NodeObject
- Gets the descendants for the node
- NodeObject::getScopeIdValue() — Method in class NodeObject
- Wraps the getter for the scope value
- NodePeer::getLevel() — Method in class NodePeer
- Gets level for the given node
- NodePeer::getNumberOfChildren() — Method in class NodePeer
- Gets number of direct children for given node
- NodePeer::getNumberOfDescendants() — Method in class NodePeer
- Gets number of descendants for given node
- NodePeer::getPath() — Method in class NodePeer
- Returns path to a specific node as an array, useful to create breadcrumbs
- NodePeer::getNode() — Method in class NodePeer
- Returns a node given its primary key or the node itself
- OMBuilder::getUnprefixedClassname() — Method in class OMBuilder
- Returns the qualified (prefixed) classname that is being built by the current class.
- OMBuilder::getClassname() — Method in class OMBuilder
- Returns the prefixed classname that is being built by the current class.
- OMBuilder::getFullyQualifiedClassname() — Method in class OMBuilder
- Returns the namespaced classname if there is a namespace, and the raw classname otherwise
- OMBuilder::getClasspath() — Method in class OMBuilder
- Gets the dot-path representation of current class being built.
- OMBuilder::getClassFilePath() — Method in class OMBuilder
- Gets the full path to the file for the current class.
- OMBuilder::getPackage() — Method in class OMBuilder
- Gets package name for this table.
- OMBuilder::getPackagePath() — Method in class OMBuilder
- Returns filesystem path for current package.
- OMBuilder::getNamespace() — Method in class OMBuilder
- Return the user-defined namespace for this table, or the database namespace otherwise.
- OMBuilder::getDeclaredClasses() — Method in class OMBuilder
- OMBuilder::getNamespaceStatement() — Method in class OMBuilder
- OMBuilder::getUseStatements() — Method in class OMBuilder
- OMBuilder::getPeerClassname() — Method in class OMBuilder
- Shortcut method to return the [stub] peer classname for current table.
- OMBuilder::getQueryClassname() — Method in class OMBuilder
- Shortcut method to return the [stub] query classname for current table.
- OMBuilder::getObjectClassname() — Method in class OMBuilder
- Returns the object classname for current table.
- OMBuilder::getColumnConstant() — Method in class OMBuilder
- Get the column constant name (e.g.
- OMBuilder::getBasePeer() — Method in class OMBuilder
- Gets the basePeer path if specified for table/db.
- OMBuilder::getFKPhpNameAffix() — Method in class OMBuilder
- Gets the PHP method name affix to be used for fkeys for the current table (not referrers to this table).
- OMBuilder::getRefFKPhpNameAffix() — Method in class OMBuilder
- Gets the PHP method name affix to be used for referencing foreign key methods and variable names (e.g.
- OMBuilder::getBehaviorContentBase() — Method in class OMBuilder
- Checks whether any registered behavior content creator on that table exists a contentName
- ObjectBuilder::getBehaviorContent() — Method in class ObjectBuilder
- Checks whether any registered behavior content creator on that table exists a contentName
- OraclePlatform::getMaxColumnNameLength() — Method in class OraclePlatform
- OraclePlatform::getNativeIdMethod() — Method in class OraclePlatform
- OraclePlatform::getAutoIncrement() — Method in class OraclePlatform
- OraclePlatform::getBeginDDL() — Method in class OraclePlatform
- OraclePlatform::getAddTablesDDL() — Method in class OraclePlatform
- OraclePlatform::getAddTableDDL() — Method in class OraclePlatform
- OraclePlatform::getAddPrimaryKeyDDL() — Method in class OraclePlatform
- OraclePlatform::getAddSequencesDDL() — Method in class OraclePlatform
- OraclePlatform::getDropTableDDL() — Method in class OraclePlatform
- OraclePlatform::getPrimaryKeyName() — Method in class OraclePlatform
- OraclePlatform::getPrimaryKeyDDL() — Method in class OraclePlatform
- OraclePlatform::getUniqueDDL() — Method in class OraclePlatform
- OraclePlatform::getForeignKeyDDL() — Method in class OraclePlatform
- OraclePlatform::getTimestampFormatter() — Method in class OraclePlatform
- OraclePlatform::generateBlockStorage() — Method in class OraclePlatform
- Generate oracle block storage
- OraclePlatform::getAddIndexDDL() — Method in class OraclePlatform
- Builds the DDL SQL to add an Index.
- OraclePlatform::getColumnBindingPHP() — Method in class OraclePlatform
- Get the PHP snippet for binding a value to a column.
- OraclePlatform::getIdentifierPhp() — Method in class OraclePlatform
- Get the PHP snippet for getting a Pk from the database.
- PHP5ExtensionNodeBuilder::getUnprefixedClassname() — Method in class PHP5ExtensionNodeBuilder
- Returns the name of the current class being built.
- PHP5ExtensionNodePeerBuilder::getUnprefixedClassname() — Method in class PHP5ExtensionNodePeerBuilder
- Returns the name of the current class being built.
- PHP5ExtensionObjectBuilder::getUnprefixedClassname() — Method in class PHP5ExtensionObjectBuilder
- Returns the name of the current class being built.
- PHP5ExtensionPeerBuilder::getUnprefixedClassname() — Method in class PHP5ExtensionPeerBuilder
- Returns the name of the current class being built.
- PHP5InterfaceBuilder::getUnprefixedClassname() — Method in class PHP5InterfaceBuilder
- Returns the name of the current class being built.
- PHP5MultiExtendObjectBuilder::getUnprefixedClassname() — Method in class PHP5MultiExtendObjectBuilder
- Returns the name of the current class being built.
- PHP5MultiExtendObjectBuilder::getPackage() — Method in class PHP5MultiExtendObjectBuilder
- Override method to return child package, if specified.
- PHP5MultiExtendObjectBuilder::getChild() — Method in class PHP5MultiExtendObjectBuilder
- Returns the child object we're operating on currently.
- PHP5NestedSetBuilder::getPackage() — Method in class PHP5NestedSetBuilder
- Gets the package for the [base] object classes.
- PHP5NestedSetBuilder::getUnprefixedClassname() — Method in class PHP5NestedSetBuilder
- Returns the name of the current class being built.
- PHP5NestedSetPeerBuilder::getPackage() — Method in class PHP5NestedSetPeerBuilder
- Gets the package for the [base] object classes.
- PHP5NestedSetPeerBuilder::getUnprefixedClassname() — Method in class PHP5NestedSetPeerBuilder
- Returns the name of the current class being built.
- PHP5NodeBuilder::getPackage() — Method in class PHP5NodeBuilder
- Gets the package for the [base] object classes.
- PHP5NodeBuilder::getUnprefixedClassname() — Method in class PHP5NodeBuilder
- Returns the name of the current class being built.
- PHP5NodePeerBuilder::getPackage() — Method in class PHP5NodePeerBuilder
- Gets the package for the [base] object classes.
- PHP5NodePeerBuilder::getUnprefixedClassname() — Method in class PHP5NodePeerBuilder
- Returns the name of the current class being built.
- PHP5ObjectBuilder::getPackage() — Method in class PHP5ObjectBuilder
- Gets the package for the [base] object classes.
- PHP5ObjectBuilder::getNamespace() — Method in class PHP5ObjectBuilder
- PHP5ObjectBuilder::getUnprefixedClassname() — Method in class PHP5ObjectBuilder
- Returns the name of the current class being built.
- PHP5ObjectBuilder::getFKVarName() — Method in class PHP5ObjectBuilder
- Constructs variable name for fkey-related objects.
- PHP5ObjectBuilder::getRefFKCollVarName() — Method in class PHP5ObjectBuilder
- Constructs variable name for objects which referencing current table by specified foreign key.
- PHP5ObjectBuilder::getPKRefFKVarName() — Method in class PHP5ObjectBuilder
- Constructs variable name for single object which references current table by specified foreign key which is ALSO a primary key (hence one-to-one relationship).
- PHP5PeerBuilder::getUnprefixedClassname() — Method in class PHP5PeerBuilder
- Returns the name of the current class being built.
- PHP5PeerBuilder::getPackage() — Method in class PHP5PeerBuilder
- Gets the package for the [base] peer classes.
- PHP5PeerBuilder::getNamespace() — Method in class PHP5PeerBuilder
- PHP5PeerBuilder::getTableMapClass() — Method in class PHP5PeerBuilder
- PHP5PeerBuilder::getTablePhpName() — Method in class PHP5PeerBuilder
- PHP5PeerBuilder::getInstancePoolKeySnippet() — Method in class PHP5PeerBuilder
- Adds the PHP code to return a instance pool key for the passed-in primary key variable names.
- PHP5TableMapBuilder::getPackage() — Method in class PHP5TableMapBuilder
- Gets the package for the map builder classes.
- PHP5TableMapBuilder::getNamespace() — Method in class PHP5TableMapBuilder
- PHP5TableMapBuilder::getUnprefixedClassname() — Method in class PHP5TableMapBuilder
- Returns the name of the current class being built.
- PeerBuilder::getRetrieveMethodName() — Method in class PeerBuilder
- Returns the retrieveByPK method name to use for this table.
- PeerBuilder::getColumnName() — Method in class PeerBuilder
- COMPATIBILITY: Get the column constant name (e.g.
- PeerBuilder::getBehaviorContent() — Method in class PeerBuilder
- Checks whether any registered behavior content creator on that table exists a contentName
- PeerBuilder::getBasePeerClassname() — Method in class PeerBuilder
- Get the BasePeer class name for the current table (e.g.
- Persistent::getPrimaryKey() — Method in class Persistent
- getter for the object primaryKey.
- PgsqlDataSQLBuilder::getTableEndSql() — Method in class PgsqlDataSQLBuilder
- PgsqlPlatform::getNativeIdMethod() — Method in class PgsqlPlatform
- PgsqlPlatform::getAutoIncrement() — Method in class PgsqlPlatform
- PgsqlPlatform::getMaxColumnNameLength() — Method in class PgsqlPlatform
- PgsqlPlatform::getBooleanString() — Method in class PgsqlPlatform
- PgsqlPlatform::getSequenceName() — Method in class PgsqlPlatform
- Override to provide sequence names that conform to postgres' standard when no id-method-parameter specified.
- PgsqlPlatform::getAddSchemasDDL() — Method in class PgsqlPlatform
- PgsqlPlatform::getAddSchemaDDL() — Method in class PgsqlPlatform
- PgsqlPlatform::getUseSchemaDDL() — Method in class PgsqlPlatform
- PgsqlPlatform::getResetSchemaDDL() — Method in class PgsqlPlatform
- PgsqlPlatform::getAddTablesDDL() — Method in class PgsqlPlatform
- PgsqlPlatform::getAddTableDDL() — Method in class PgsqlPlatform
- PgsqlPlatform::getDropTableDDL() — Method in class PgsqlPlatform
- PgsqlPlatform::getPrimaryKeyName() — Method in class PgsqlPlatform
- PgsqlPlatform::getColumnDDL() — Method in class PgsqlPlatform
- PgsqlPlatform::getUniqueDDL() — Method in class PgsqlPlatform
- PgsqlPlatform::getModifyColumnDDL() — Method in class PgsqlPlatform
- Overrides the implementation from DefaultPlatform
- PgsqlPlatform::getModifyColumnsDDL() — Method in class PgsqlPlatform
- Overrides the implementation from DefaultPlatform
- PgsqlPlatform::getAddColumnsDDL() — Method in class PgsqlPlatform
- Overrides the implementation from DefaultPlatform
- PgsqlPlatform::getDropIndexDDL() — Method in class PgsqlPlatform
- Overrides the implementation from DefaultPlatform
- PgsqlPlatform::getIdentifierPhp() — Method in class PgsqlPlatform
- Get the PHP snippet for getting a Pk from the database.
- PhpNameGenerator::generateName() — Method in class PhpNameGenerator
- <code>inputs</code> should consist of two (three) elements, the original name of the database element and the method for generating the name.
- Pluralizer::getPluralForm() — Method in class Pluralizer
- Generate a plural name based on the passed in root.
- Propel::getConfiguration() — Method in class Propel
- Get the configuration for this component.
- Propel::getDatabaseMap() — Method in class Propel
- Returns the database map information.
- Propel::getForceMasterConnection() — Method in class Propel
- For replication, whether to always force the use of a master connection.
- Propel::getConnection() — Method in class Propel
- Gets an already-opened PDO connection or opens a new one for passed-in db name.
- Propel::getMasterConnection() — Method in class Propel
- Gets an already-opened write PDO connection or opens a new one for passed-in db name.
- Propel::getSlaveConnection() — Method in class Propel
- Gets an already-opened read PDO connection or opens a new one for passed-in db name.
- Propel::getDB() — Method in class Propel
- Returns database adapter for a specific datasource.
- Propel::getDefaultDB() — Method in class Propel
- Returns the name of the default database.
- PropelArrayCollection::getPrimaryKeys() — Method in class PropelArrayCollection
- Get an array of the primary keys of all the objects in the collection
- PropelArrayCollection::getArrayCopy() — Method in class PropelArrayCollection
- Synonym for toArray(), to provide a similar interface to PopelObjectCollection
- PropelArrayFormatter::getStructuredArrayFromRow() — Method in class PropelArrayFormatter
- Hydrates a series of objects from a result row The first object to hydrate is the model of the Criteria The following objects (the ones added by way of ModelCriteria::with()) are linked to the first one
- PropelAutoloader::getInstance() — Method in class PropelAutoloader
- Retrieves the singleton instance of this class.
- PropelAutoloader::getClassPath() — Method in class PropelAutoloader
- Returns the path where a particular class can be found.
- PropelCollection::getData() — Method in class PropelCollection
- Get the data in the collection
- PropelCollection::getPosition() — Method in class PropelCollection
- Gets the position of the internal pointer This position can be later used in seek()
- PropelCollection::getFirst() — Method in class PropelCollection
- Move the internal pointer to the beginning of the list And get the first element in the collection
- PropelCollection::getPrevious() — Method in class PropelCollection
- Move the internal pointer backward And get the previous element in the collection
- PropelCollection::getCurrent() — Method in class PropelCollection
- Get the current element in the collection
- PropelCollection::getNext() — Method in class PropelCollection
- Move the internal pointer forward And get the next element in the collection
- PropelCollection::getLast() — Method in class PropelCollection
- Move the internal pointer to the end of the list And get the last element in the collection
- PropelCollection::get() — Method in class PropelCollection
- Get an element from its key Alias for ArrayObject::offsetGet()
- PropelCollection::getIterator() — Method in class PropelCollection
- Overrides ArrayObject::getIterator() to save the iterator object for internal use e.g.
- PropelCollection::getInternalIterator() — Method in class PropelCollection
- PropelCollection::getModel() — Method in class PropelCollection
- Get the model of the elements in the collection
- PropelCollection::getPeerClass() — Method in class PropelCollection
- Get the peer class of the elements in the collection
- PropelCollection::getFormatter() — Method in class PropelCollection
- PropelCollection::getConnection() — Method in class PropelCollection
- Get a connection object for the database containing the elements of the collection
- PropelColumnDiff::getChangedProperties() — Method in class PropelColumnDiff
- Getter for the changedProperties property
- PropelColumnDiff::getFromColumn() — Method in class PropelColumnDiff
- Getter for the fromColumn property
- PropelColumnDiff::getToColumn() — Method in class PropelColumnDiff
- Getter for the toColumn property
- PropelColumnDiff::getReverseDiff() — Method in class PropelColumnDiff
- Get the reverse diff for this diff
- PropelColumnTypes::getPdoType() — Method in class PropelColumnTypes
- Resturns the PDO type (PDO::PARAM_* constant) value for the Propel type provided.
- PropelConditionalProxy::getParentProxy() — Method in class PropelConditionalProxy
- PropelConditionalProxy::getCriteriaOrProxy() — Method in class PropelConditionalProxy
- PropelDataDumpTask::getDataDbMap() — Method in class PropelDataDumpTask
- Get the file that maps between data XML files and databases.
- PropelDataDumpTask::getDatabaseName() — Method in class PropelDataDumpTask
- Get the database name to dump
- PropelDataDumpTask::getDatabaseUrl() — Method in class PropelDataDumpTask
- Get the database url
- PropelDataDumpTask::getDatabaseUser() — Method in class PropelDataDumpTask
- Get the database user
- PropelDataDumpTask::getDatabasePassword() — Method in class PropelDataDumpTask
- Get the database password
- PropelDataDumpTask::getDatabaseDriver() — Method in class PropelDataDumpTask
- Get the database driver name
- PropelDataSQLTask::getSqlDbMap() — Method in class PropelDataSQLTask
- Get the file that maps between SQL files and databases.
- PropelDataSQLTask::getDataDbMap() — Method in class PropelDataSQLTask
- Get the file that maps between data XML files and databases.
- PropelDataSQLTask::getSrcDir() — Method in class PropelDataSQLTask
- Get the src directory for the data xml files listed in the datadbmap file.
- PropelDatabaseComparator::getDatabaseDiff() — Method in class PropelDatabaseComparator
- PropelDatabaseComparator::getFromDatabase() — Method in class PropelDatabaseComparator
- Getter for the fromDatabase property
- PropelDatabaseComparator::getToDatabase() — Method in class PropelDatabaseComparator
- Getter for the toDatabase property
- PropelDatabaseDiff::getAddedTables() — Method in class PropelDatabaseDiff
- Getter for the addedTables property
- PropelDatabaseDiff::getAddedTable() — Method in class PropelDatabaseDiff
- Get an added table
- PropelDatabaseDiff::getRemovedTables() — Method in class PropelDatabaseDiff
- Getter for the removedTables property
- PropelDatabaseDiff::getRemovedTable() — Method in class PropelDatabaseDiff
- Get a removed table
- PropelDatabaseDiff::getModifiedTables() — Method in class PropelDatabaseDiff
- Getter for the modifiedTables property
- PropelDatabaseDiff::getRenamedTables() — Method in class PropelDatabaseDiff
- Getter for the renamedTables property
- PropelDatabaseDiff::getReverseDiff() — Method in class PropelDatabaseDiff
- Get the reverse diff for this diff
- PropelDatabaseDiff::getDescription() — Method in class PropelDatabaseDiff
- Get a description of the database modifications
- PropelException::getCause() — Method in class PropelException
- Get the previous Exception We can't override getPrevious() since it's final
- PropelFormatter::getDbName() — Method in class PropelFormatter
- PropelFormatter::getClass() — Method in class PropelFormatter
- PropelFormatter::getPeer() — Method in class PropelFormatter
- PropelFormatter::getWith() — Method in class PropelFormatter
- PropelFormatter::getAsColumns() — Method in class PropelFormatter
- PropelFormatter::getTableMap() — Method in class PropelFormatter
- PropelFormatter::getSingleObjectFromRow() — Method in class PropelFormatter
- Gets a Propel object hydrated from a selection of columns in statement row
- PropelGraphvizTask::getSqlDbMap() — Method in class PropelGraphvizTask
- Get the sqldbmap.
- PropelGraphvizTask::getDatabase() — Method in class PropelGraphvizTask
- Get the database name.
- PropelMigrationManager::getConnections() — Method in class PropelMigrationManager
- Get the database connection settings
- PropelMigrationManager::getConnection() — Method in class PropelMigrationManager
- PropelMigrationManager::getPdoConnection() — Method in class PropelMigrationManager
- PropelMigrationManager::getPlatform() — Method in class PropelMigrationManager
- PropelMigrationManager::getMigrationTable() — Method in class PropelMigrationManager
- get the migration table name
- PropelMigrationManager::getMigrationDir() — Method in class PropelMigrationManager
- Get the path to the migration classes
- PropelMigrationManager::getOldestDatabaseVersion() — Method in class PropelMigrationManager
- PropelMigrationManager::getMigrationTimestamps() — Method in class PropelMigrationManager
- PropelMigrationManager::getValidMigrationTimestamps() — Method in class PropelMigrationManager
- PropelMigrationManager::getAlreadyExecutedMigrationTimestamps() — Method in class PropelMigrationManager
- PropelMigrationManager::getFirstUpMigrationTimestamp() — Method in class PropelMigrationManager
- PropelMigrationManager::getFirstDownMigrationTimestamp() — Method in class PropelMigrationManager
- PropelMigrationManager::getMigrationClassName() — Method in class PropelMigrationManager
- PropelMigrationManager::getMigrationObject() — Method in class PropelMigrationManager
- PropelMigrationManager::getMigrationClassBody() — Method in class PropelMigrationManager
- PropelMigrationManager::getMigrationFileName() — Method in class PropelMigrationManager
- PropelMigrationManager::getUser() — Method in class PropelMigrationManager
- PropelModelPager::getQuery() — Method in class PropelModelPager
- PropelModelPager::getResults() — Method in class PropelModelPager
- Get the collection of results in the page
- PropelModelPager::getCurrentMaxLink() — Method in class PropelModelPager
- PropelModelPager::getMaxRecordLimit() — Method in class PropelModelPager
- PropelModelPager::getLinks() — Method in class PropelModelPager
- PropelModelPager::getFirstIndex() — Method in class PropelModelPager
- Get the index of the first element in the page Returns 1 on the first page, $maxPerPage +1 on the second page, etc
- PropelModelPager::getLastIndex() — Method in class PropelModelPager
- Get the index of the last element in the page Always less than or eaqual to $maxPerPage
- PropelModelPager::getNbResults() — Method in class PropelModelPager
- Get the total number of results of the query This can be greater than $maxPerPage
- PropelModelPager::getFirstPage() — Method in class PropelModelPager
- Get the number of the first page
- PropelModelPager::getLastPage() — Method in class PropelModelPager
- Get the number of the last page
- PropelModelPager::getPage() — Method in class PropelModelPager
- Get the number of the current page
- PropelModelPager::getNextPage() — Method in class PropelModelPager
- Get the number of the next page
- PropelModelPager::getPreviousPage() — Method in class PropelModelPager
- Get the number of the previous page
- PropelModelPager::getMaxPerPage() — Method in class PropelModelPager
- Get the maximum number results per page
- PropelModelPager::getIterator() — Method in class PropelModelPager
- PropelOMTask::getTargetPlatform() — Method in class PropelOMTask
- Gets the platform (php4, php5, etc.) for which the om is being built.
- PropelObjectCollection::getPrimaryKeys() — Method in class PropelObjectCollection
- Get an array of the primary keys of all the objects in the collection
- PropelObjectCollection::getArrayCopy() — Method in class PropelObjectCollection
- Get an array representation of the collection
- PropelObjectFormatter::getAllObjectsFromRow() — Method in class PropelObjectFormatter
- Hydrates a series of objects from a result row The first object to hydrate is the model of the Criteria The following objects (the ones added by way of ModelCriteria::with()) are linked to the first one
- PropelOnDemandCollection::getIterator() — Method in class PropelOnDemandCollection
- PropelOnDemandCollection::getArrayCopy() — Method in class PropelOnDemandCollection
- PropelOnDemandCollection::getFlags() — Method in class PropelOnDemandCollection
- PropelOnDemandFormatter::getAllObjectsFromRow() — Method in class PropelOnDemandFormatter
- Hydrates a series of objects from a result row The first object to hydrate is the model of the Criteria The following objects (the ones added by way of ModelCriteria::with()) are linked to the first one
- PropelPDO::getConfiguration() — Method in class PropelPDO
- Get the runtime configuration
- PropelPDO::getNestedTransactionCount() — Method in class PropelPDO
- Gets the current transaction depth.
- PropelPDO::getAttribute() — Method in class PropelPDO
- Gets a connection attribute.
- PropelPDO::getQueryCount() — Method in class PropelPDO
- Returns the number of queries this DebugPDO instance has performed on the database connection.
- PropelPDO::getLastExecutedQuery() — Method in class PropelPDO
- Get the SQL code for the latest query executed by Propel
- PropelPDO::getLogger() — Method in class PropelPDO
- Gets the logger in use.
- PropelPDO::getDebugSnapshot() — Method in class PropelPDO
- Returns a snapshot of the current values of some functions useful in debugging.
- PropelPHPParser::getCode() — Method in class PropelPHPParser
- Get the modified code
- PropelPager::getCriteria() — Method in class PropelPager
- Return the Criteria object for this pager.
- PropelPager::getPeerClass() — Method in class PropelPager
- Return the Peer Classname.
- PropelPager::getPeerMethod() — Method in class PropelPager
- Return the Peer select method.
- PropelPager::getPeerSelectMethod() — Method in class PropelPager
- Return the Peer select method.
- PropelPager::getPeerCountMethod() — Method in class PropelPager
- Return the Peer count method.
- PropelPager::getResult() — Method in class PropelPager
- Get the paged resultset
- PropelPager::getFirstPage() — Method in class PropelPager
- Get the first page
- PropelPager::getLastPage() — Method in class PropelPager
- Get last page
- PropelPager::getTotalPages() — Method in class PropelPager
- get total pages
- PropelPager::getPrevLinks() — Method in class PropelPager
- get an array of previous id's
- PropelPager::getNextLinks() — Method in class PropelPager
- get an array of next id's
- PropelPager::getPrev() — Method in class PropelPager
- get previous id
- PropelPager::getNext() — Method in class PropelPager
- get next id
- PropelPager::getPage() — Method in class PropelPager
- Get current page.
- PropelPager::getRowsPerPage() — Method in class PropelPager
- Get number of rows per page.
- PropelPager::getTotalRecordCount() — Method in class PropelPager
- Gets the total number of (un-LIMITed) records.
- PropelParser::getParser() — Method in class PropelParser
- Factory for getting an instance of a subclass of PropelParser
- PropelPlatformInterface::getConnection() — Method in class PropelPlatformInterface
- Returns the database connection to use for this Platform class.
- PropelPlatformInterface::getDatabaseType() — Method in class PropelPlatformInterface
- Returns the short name of the database type that this platform represents.
- PropelPlatformInterface::getNativeIdMethod() — Method in class PropelPlatformInterface
- Returns the native IdMethod (sequence|identity)
- PropelPlatformInterface::getMaxColumnNameLength() — Method in class PropelPlatformInterface
- Returns the max column length supported by the db.
- PropelPlatformInterface::getDomainForType() — Method in class PropelPlatformInterface
- Returns the db specific domain for a propelType.
- PropelPlatformInterface::getNullString() — Method in class PropelPlatformInterface
- PropelPlatformInterface::getAutoIncrement() — Method in class PropelPlatformInterface
- PropelPlatformInterface::getColumnDDL() — Method in class PropelPlatformInterface
- Returns the DDL SQL for a Column object.
- PropelPlatformInterface::getColumnDefaultValueDDL() — Method in class PropelPlatformInterface
- Returns the SQL for the default value of a Column object.
- PropelPlatformInterface::getColumnListDDL() — Method in class PropelPlatformInterface
- Creates a delimiter-delimited string list of column names, quoted using quoteIdentifier().
- PropelPlatformInterface::getPrimaryKeyDDL() — Method in class PropelPlatformInterface
- Returns the SQL for the primary key of a Table object
- PropelPlatformInterface::getBooleanString() — Method in class PropelPlatformInterface
- Returns the boolean value for the RDBMS.
- PropelPlatformInterface::getTimestampFormatter() — Method in class PropelPlatformInterface
- Gets the preferred timestamp formatter for setting date/time values.
- PropelPlatformInterface::getDateFormatter() — Method in class PropelPlatformInterface
- Gets the preferred date formatter for setting time values.
- PropelPlatformInterface::getTimeFormatter() — Method in class PropelPlatformInterface
- Gets the preferred time formatter for setting time values.
- PropelQuickBuilder::getPlatform() — Method in class PropelQuickBuilder
- Getter for the platform property
- PropelQuickBuilder::getConfig() — Method in class PropelQuickBuilder
- Getter for the config property
- PropelQuickBuilder::getDatabase() — Method in class PropelQuickBuilder
- PropelQuickBuilder::getSQL() — Method in class PropelQuickBuilder
- PropelQuickBuilder::getClasses() — Method in class PropelQuickBuilder
- PropelQuickBuilder::getClassesForTable() — Method in class PropelQuickBuilder
- PropelSQLDiffTask::getDatabaseName() — Method in class PropelSQLDiffTask
- Gets the datasource name.
- PropelSQLDiffTask::getEditorCmd() — Method in class PropelSQLDiffTask
- Getter for the editorCmd property
- PropelSQLExec::getSqlDbMap() — Method in class PropelSQLExec
- Get the sqldbmap properties file.
- PropelSQLExec::getBuildConnections() — Method in class PropelSQLExec
- Get the buildtime connection settings.
- PropelSQLExec::getBuildConnection() — Method in class PropelSQLExec
- Get the buildtime connection settings for a given database name.
- PropelSQLExec::getSrcDir() — Method in class PropelSQLExec
- Get the src directory for the sql files listed in the sqldbmap file.
- PropelSQLParser::getSQL() — Method in class PropelSQLParser
- Gets the inner SQL string for this object.
- PropelSQLParser::getNextStatement() — Method in class PropelSQLParser
- Gets the next SQL statement in the inner SQL string, and advances the cursor to the end of this statement.
- PropelSQLTask::getSqlDbMap() — Method in class PropelSQLTask
- Get the sqldbmap.
- PropelSQLTask::getDatabase() — Method in class PropelSQLTask
- Get the database name.
- PropelSQLTask::getWarnings() — Method in class PropelSQLTask
- PropelSchemaReverseTask::getDbSchema() — Method in class PropelSchemaReverseTask
- Gets the (optional) schema name to use.
- PropelSchemaReverseTask::getDbEncoding() — Method in class PropelSchemaReverseTask
- Gets the database encoding.
- PropelSchemaReverseTask::getDatabaseName() — Method in class PropelSchemaReverseTask
- Gets the datasource name.
- PropelSchemaReverse_ValidatorSet::getValidator() — Method in class PropelSchemaReverse_ValidatorSet
- Gets a single validator for specified column name.
- PropelSchemaReverse_ValidatorSet::getValidators() — Method in class PropelSchemaReverse_ValidatorSet
- Gets all validators.
- PropelSchemaValidator::getErrors() — Method in class PropelSchemaValidator
- PropelSimpleArrayFormatter::getStructuredArrayFromRow() — Method in class PropelSimpleArrayFormatter
- PropelSqlManager::getConnections() — Method in class PropelSqlManager
- Get the database connection settings
- PropelSqlManager::getConnection() — Method in class PropelSqlManager
- PropelSqlManager::getGeneratorConfig() — Method in class PropelSqlManager
- PropelSqlManager::getDataModels() — Method in class PropelSqlManager
- PropelSqlManager::getWorkingDirectory() — Method in class PropelSqlManager
- return string
- PropelSqlManager::getDatabases() — Method in class PropelSqlManager
- PropelSqlManager::getSqlDbMapFilename() — Method in class PropelSqlManager
- PropelStringReader::getResource() — Method in class PropelStringReader
- PropelTableComparator::getTableDiff() — Method in class PropelTableComparator
- PropelTableComparator::getFromTable() — Method in class PropelTableComparator
- Get the table the comparator starts from
- PropelTableComparator::getToTable() — Method in class PropelTableComparator
- Get the table the comparator goes to
- PropelTableDiff::getFromTable() — Method in class PropelTableDiff
- Getter for the fromTable property
- PropelTableDiff::getToTable() — Method in class PropelTableDiff
- Getter for the toTable property
- PropelTableDiff::getAddedColumns() — Method in class PropelTableDiff
- Getter for the addedColumns property
- PropelTableDiff::getAddedColumn() — Method in class PropelTableDiff
- Get an added column
- PropelTableDiff::getRemovedColumns() — Method in class PropelTableDiff
- Getter for the removedColumns property
- PropelTableDiff::getRemovedColumn() — Method in class PropelTableDiff
- Get a removed column
- PropelTableDiff::getModifiedColumns() — Method in class PropelTableDiff
- Getter for the modifiedColumns property
- PropelTableDiff::getRenamedColumns() — Method in class PropelTableDiff
- Getter for the renamedColumns property
- PropelTableDiff::getAddedPkColumns() — Method in class PropelTableDiff
- Getter for the addedPkColumns property
- PropelTableDiff::getRemovedPkColumns() — Method in class PropelTableDiff
- Getter for the removedPkColumns property
- PropelTableDiff::getRenamedPkColumns() — Method in class PropelTableDiff
- Getter for the renamedPkColumns property
- PropelTableDiff::getAddedIndices() — Method in class PropelTableDiff
- Getter for the addedIndices property
- PropelTableDiff::getRemovedIndices() — Method in class PropelTableDiff
- Getter for the removedIndices property
- PropelTableDiff::getModifiedIndices() — Method in class PropelTableDiff
- Getter for the modifiedIndices property
- PropelTableDiff::getAddedFks() — Method in class PropelTableDiff
- Getter for the addedFks property
- PropelTableDiff::getRemovedFks() — Method in class PropelTableDiff
- Getter for the removedFks property
- PropelTableDiff::getModifiedFks() — Method in class PropelTableDiff
- Getter for the modifiedFks property
- PropelTableDiff::getReverseDiff() — Method in class PropelTableDiff
- Get the reverse diff for this diff
- PropelTypes::getPhpNative() — Method in class PropelTypes
- Return native PHP type which corresponds to the Creole type provided.
- PropelTypes::getCreoleType() — Method in class PropelTypes
- Returns the correct Creole type _name_ for propel added types
- PropelTypes::getPDOType() — Method in class PropelTypes
- Resturns the PDO type (PDO::PARAM_* constant) value.
- PropelTypes::getPdoTypeString() — Method in class PropelTypes
- Resturns the PDO type ('PDO::PARAM_*' constant) name.
- PropelTypes::getPropelType() — Method in class PropelTypes
- Returns Propel type constant corresponding to Creole type code.
- PropelTypes::getPropelTypes() — Method in class PropelTypes
- Get array of Propel types.
- QueryBuilder::getPackage() — Method in class QueryBuilder
- Gets the package for the [base] object classes.
- QueryBuilder::getNamespace() — Method in class QueryBuilder
- QueryBuilder::getUnprefixedClassname() — Method in class QueryBuilder
- Returns the name of the current class being built.
- QueryBuilder::getBehaviorContent() — Method in class QueryBuilder
- Checks whether any registered behavior content creator on that table exists a contentName
- QueryInheritanceBuilder::getUnprefixedClassname() — Method in class QueryInheritanceBuilder
- Returns the name of the current class being built.
- QueryInheritanceBuilder::getPackage() — Method in class QueryInheritanceBuilder
- Gets the package for the [base] object classes.
- QueryInheritanceBuilder::getNamespace() — Method in class QueryInheritanceBuilder
- QueryInheritanceBuilder::getChild() — Method in class QueryInheritanceBuilder
- Returns the child object we're operating on currently.
- QuickGeneratorConfig::getConfiguredBuilder() — Method in class QuickGeneratorConfig
- Gets a configured data model builder class for specified table and based on type.
- QuickGeneratorConfig::getConfiguredPluralizer() — Method in class QuickGeneratorConfig
- Gets a configured Pluralizer class.
- QuickGeneratorConfig::getBuildProperty() — Method in class QuickGeneratorConfig
- Gets a specific propel (renamed) property from the build.
- Rule::getValidator() — Method in class Rule
- Gets the owning validator for this rule.
- Rule::getClass() — Method in class Rule
- Gets the dot-path name of class to use for rule.
- Rule::getName() — Method in class Rule
- Gets the name of the validator for this rule.
- Rule::getValue() — Method in class Rule
- Gets the value parameter for this validator rule.
- Rule::getMessage() — Method in class Rule
- Gets the message that will be displayed to the user if validation fails.
- SchemaParser::getConnection() — Method in class SchemaParser
- Gets the database connection.
- SchemaParser::getBuildProperty() — Method in class SchemaParser
- Gets a specific propel (renamed) property from the build.
- SchemaParser::getWarnings() — Method in class SchemaParser
- Gets array of warning messages.
- ScopedElement::getNamespace() — Method in class ScopedElement
- Get the value of the namespace.
- ScopedElement::getPackage() — Method in class ScopedElement
- Get the value of package.
- ScopedElement::getSchema() — Method in class ScopedElement
- Get the value of schema.
- SortableBehavior::getObjectBuilderModifier() — Method in class SortableBehavior
- SortableBehavior::getQueryBuilderModifier() — Method in class SortableBehavior
- SortableBehavior::getPeerBuilderModifier() — Method in class SortableBehavior
- SqlitePlatform::getAutoIncrement() — Method in class SqlitePlatform
- SqlitePlatform::getMaxColumnNameLength() — Method in class SqlitePlatform
- SqlitePlatform::getAddTableDDL() — Method in class SqlitePlatform
- SqlitePlatform::getDropPrimaryKeyDDL() — Method in class SqlitePlatform
- SqlitePlatform::getAddPrimaryKeyDDL() — Method in class SqlitePlatform
- SqlitePlatform::getAddForeignKeyDDL() — Method in class SqlitePlatform
- SqlitePlatform::getDropForeignKeyDDL() — Method in class SqlitePlatform
- SqlitePlatform::getForeignKeyDDL() — Method in class SqlitePlatform
- SqlsrvPlatform::getMaxColumnNameLength() — Method in class SqlsrvPlatform
- StandardEnglishPluralizer::getPluralForm() — Method in class StandardEnglishPluralizer
- Generate a plural name based on the passed in root.
- Table::getBuildProperty() — Method in class Table
- get a build property for the database this table belongs to
- Table::getColumnList() — Method in class Table
- Creates a delimiter-delimited string list of column names
- Table::getBaseClass() — Method in class Table
- Gets the value of base class for classes produced from this table.
- Table::getBasePeer() — Method in class Table
- Get the value of basePeer.
- Table::getChildrenColumn() — Method in class Table
- Gets the column that subclasses of the class representing this table can be produced from.
- Table::getChildrenNames() — Method in class Table
- Get the subclasses that can be created from this table.
- Table::getReferrers() — Method in class Table
- Get list of references to this table.
- Table::getCrossFks() — Method in class Table
- Table::getContainsForeignPK() — Method in class Table
- Determine if this table contains a foreign PK
- Table::getForeignTableNames() — Method in class Table
- A list of tables referenced by foreign keys in this table
- Table::getGeneratorConfig() — Method in class Table
- Retrieves the configuration object, filled by build.properties
- Table::getBehaviors() — Method in class Table
- Get the table behaviors
- Table::getEarlyBehaviors() — Method in class Table
- Get the early table behaviors
- Table::getBehavior() — Method in class Table
- Get one table behavior by name
- Table::getAdditionalBuilders() — Method in class Table
- Get the additional builders provided by the table behaviors
- Table::getName() — Method in class Table
- Get the name of the Table
- Table::getDescription() — Method in class Table
- Get the description for the Table
- Table::getPhpName() — Method in class Table
- Get name to use in PHP sources
- Table::getStudlyPhpName() — Method in class Table
- Get studly version of PHP name.
- Table::getCommonName() — Method in class Table
- Get the name without schema
- Table::getDefaultStringFormat() — Method in class Table
- Get the default string format for ActiveRecord objects in this Table, or the one for the whole database if not set.
- Table::getIdMethod() — Method in class Table
- Get the method for generating pk's [HL] changing behavior so that Database default method is returned if no method has been specified for the table.
- Table::getAlias() — Method in class Table
- PhpName of om object this entry references.
- Table::getInterface() — Method in class Table
- Interface which objects for this table will implement
- Table::getColumns() — Method in class Table
- Returns an Array containing all the columns in the table
- Table::getNumColumns() — Method in class Table
- Utility method to get the number of columns in this table
- Table::getNumLazyLoadColumns() — Method in class Table
- Utility method to get the number of columns in this table
- Table::getValidators() — Method in class Table
- Returns an Array containing all the validators in the table
- Table::getForeignKeys() — Method in class Table
- Returns an Array containing all the FKs in the table.
- Table::getIdMethodParameters() — Method in class Table
- Returns a Collection of parameters relevant for the chosen id generation method.
- Table::getIndices() — Method in class Table
- Returns an Array containing all the FKs in the table
- Table::getUnices() — Method in class Table
- Returns an Array containing all the UKs in the table
- Table::getColumn() — Method in class Table
- Return the column with the specified name.
- Table::getColumnByPhpName() — Method in class Table
- Returns a specified column.
- Table::getForeignKeysReferencingTable() — Method in class Table
- Get all the foreign keys from this table to the specified table.
- Table::getColumnForeignKeys() — Method in class Table
- Return the foreign keys that includes col in it's list of local columns.
- Table::getDatabase() — Method in class Table
- Get the database that contains this table.
- Table::getPrimaryKey() — Method in class Table
- Returns the collection of Columns which make up the single primary key for this table.
- Table::getFirstPrimaryKeyColumn() — Method in class Table
- Get the first column of the primary key.
- Table::getAutoIncrementPrimaryKey() — Method in class Table
- Gets the auto increment PK
- Table::getIsCrossRef() — Method in class Table
- Gets the crossRef status for this foreign key
- ValidationFailed::getColumn() — Method in class ValidationFailed
- Gets the column name.
- ValidationFailed::getMessage() — Method in class ValidationFailed
- Gets the message for the validation failure.
- ValidationFailed::getValidator() — Method in class ValidationFailed
- Gets the validator object that caused this to fail.
- Validator::getRules() — Method in class Validator
- Gets an array of all added rules for this validator.
- Validator::getColumnName() — Method in class Validator
- Gets the name of the column that this Validator applies to.
- Validator::getColumn() — Method in class Validator
- Gets the Column object that this validator applies to.
- Validator::getTable() — Method in class Validator
- Get the owning Table.
- Validator::getTranslate() — Method in class Validator
- Get the translation mode to use for the message.
- VendorInfo::getType() — Method in class VendorInfo
- Get RDBMS type for this vendor-specific info.
- VendorInfo::getParameter() — Method in class VendorInfo
- Gets parameter value.
- VendorInfo::getParameters() — Method in class VendorInfo
- Gets assoc array of parameters for venfor specific info.
- VendorInfo::getMergedVendorInfo() — Method in class VendorInfo
- Gets a new merged VendorInfo object.
- VersionableBehavior::getVersionTable() — Method in class VersionableBehavior
- VersionableBehavior::getVersionTablePhpName() — Method in class VersionableBehavior
- VersionableBehavior::getVersionableFks() — Method in class VersionableBehavior
- VersionableBehavior::getVersionableReferrers() — Method in class VersionableBehavior
- VersionableBehavior::getReferrerIdsColumn() — Method in class VersionableBehavior
- VersionableBehavior::getReferrerVersionsColumn() — Method in class VersionableBehavior
- VersionableBehavior::getObjectBuilderModifier() — Method in class VersionableBehavior
- VersionableBehavior::getQueryBuilderModifier() — Method in class VersionableBehavior
- VersionableBehavior::getPeerBuilderModifier() — Method in class VersionableBehavior
- XMLElement::getAttributes() — Method in class XMLElement
- Returns the assoc array of attributes.
- XMLElement::getAttribute() — Method in class XMLElement
- Gets a particular attribute by [case-insensitive] name.
- XMLElement::getVendorInfoForType() — Method in class XMLElement
- Gets the any associated VendorInfo object.
- XMLElement::getConfiguredBehavior() — Method in class XMLElement
- Find the best class name for a given behavior Looks in build.properties for path like propel.behavior.[bname].class If not found, tries to autoload [Bname]Behavior If no success, returns 'Behavior'
- sfYaml::getSpecVersion() — Method in class sfYaml
- Gets the YAML specification version to use.
H
- AppData::hasMultipleDatabases() — Method in class AppData
- Returns whether this application has multiple databases.
- AppData::hasDatabase() — Method in class AppData
- Checks whether a database with the specified nam exists in this AppData
- BaseObject::hashCode() — Method in class BaseObject
- If the primary key is not <code>null</code>, return the hashcode of the primary key.
- BaseObject::hasVirtualColumn() — Method in class BaseObject
- Checks the existence of a virtual column in this object
- Behavior::hasAdditionalBuilders() — Method in class Behavior
- Column::hasMultipleFK() — Method in class Column
- Whether this column is a part of more than one foreign key.
- Column::hasReferrers() — Method in class Column
- Column::hasReferrer() — Method in class Column
- Column::hasPlatform() — Method in class Column
- Criteria::hasWhereClause() — Method in class Criteria
- Whether this Criteria has any where columns.
- Criteria::hasSelectQueries() — Method in class Criteria
- Checks whether this Criteria has a subquery.
- Criteria::hasSelectQuery() — Method in class Criteria
- checks if the Criteria for a specific subQuery is set.
- Criteria::hasSelectModifier() — Method in class Criteria
- Checks the existence of a SQL select modifier
- Criteria::hasSelectClause() — Method in class Criteria
- Whether this Criteria has any select columns.
- Criterion::hashCode() — Method in class Criterion
- Returns a hash code value for the object.
- Database::hasTable() — Method in class Database
- Check whether the database has a table.
- Database::hasTableByPhpName() — Method in class Database
- Check whether the database has a table.
- Database::hasBehavior() — Method in class Database
- check if the database has a behavior by name
- DefaultPlatform::hasSize() — Method in class DefaultPlatform
- Returns if the RDBMS-specific SQL type has a size attribute.
- DefaultPlatform::hasScale() — Method in class DefaultPlatform
- Returns if the RDBMS-specific SQL type has a scale attribute.
- DefaultPlatform::hasStreamBlobImpl() — Method in class DefaultPlatform
- Whether the underlying PDO driver for this platform returns BLOB columns as streams (instead of strings).
- ExtensionQueryBuilder::hasBehaviorModifier() — Method in class ExtensionQueryBuilder
- Checks whether any registered behavior on that table has a modifier for a hook
- ForeignKey::hasOnUpdate() — Method in class ForeignKey
- returns whether or not the onUpdate attribute is set
- ForeignKey::hasOnDelete() — Method in class ForeignKey
- returns whether or not the onDelete attribute is set
- Index::hasColumnSize() — Method in class Index
- Whether there is a size for the specified column.
- Index::hasColumnAtPosition() — Method in class Index
- Check whether this index has a given column at a given position
- Index::hasColumns() — Method in class Index
- Check whether the index has columns.
- Join::hasLeftTableAlias() — Method in class Join
- Join::hasRightTableAlias() — Method in class Join
- ModelCriteria::having() — Method in class ModelCriteria
- Adds a having condition on a column based on a pseudo SQL clause Uses introspection to translate the column phpName into a fully qualified name <code> // simple clause $c->having('b.Title = ?', 'foo'); // named conditions $c->condition('cond1', 'b.Title = ?', 'foo'); $c->condition('cond2', 'b.ISBN = ?', 12345); $c->having(array('cond1', 'cond2'), Criteria::LOGICAL_OR); </code>
- ModelCriterion::hashCode() — Method in class ModelCriterion
- Returns a hash code value for the object.
- ModelJoin::hasRelationAlias() — Method in class ModelJoin
- MssqlPlatform::hasSize() — Method in class MssqlPlatform
- MysqlPlatform::hasSize() — Method in class MysqlPlatform
- NestedSetRecursiveIterator::hasChildren() — Method in class NestedSetRecursiveIterator
- NodeObject::hasParent() — Method in class NodeObject
- Tests if object has an ancestor
- NodeObject::hasChildren() — Method in class NodeObject
- Determines if the node has children / descendants
- NodeObject::hasPrevSibling() — Method in class NodeObject
- Determines if the node has previous sibling
- NodeObject::hasNextSibling() — Method in class NodeObject
- Determines if the node has next sibling
- NodePeer::hasParent() — Method in class NodePeer
- Tests if $node has an ancestor
- NodePeer::hasPrevSibling() — Method in class NodePeer
- Tests if $node has prev sibling
- NodePeer::hasNextSibling() — Method in class NodePeer
- Tests if $node has next sibling
- NodePeer::hasChildren() — Method in class NodePeer
- Tests if $node has children
- OMBuilder::hasBehaviorModifier() — Method in class OMBuilder
- Checks whether any registered behavior on that table has a modifier for a hook
- ObjectBuilder::hasBehaviorModifier() — Method in class ObjectBuilder
- Checks whether any registered behavior on that table has a modifier for a hook
- OraclePlatform::hasStreamBlobImpl() — Method in class OraclePlatform
- Whether the underlying PDO driver for this platform returns BLOB columns as streams (instead of strings).
- PHP5TableMapBuilder::hasBehaviorModifier() — Method in class PHP5TableMapBuilder
- Checks whether any registered behavior on that table has a modifier for a hook
- PeerBuilder::hasBehaviorModifier() — Method in class PeerBuilder
- Checks whether any registered behavior on that table has a modifier for a hook
- PgsqlPlatform::hasSize() — Method in class PgsqlPlatform
- PgsqlPlatform::hasStreamBlobImpl() — Method in class PgsqlPlatform
- Propel::hasLogger() — Method in class Propel
- Returns true if a logger, for example PEAR::Log, has been configured, otherwise false.
- PropelFormatter::hasLimit() — Method in class PropelFormatter
- PropelModelPager::haveToPaginate() — Method in class PropelModelPager
- Test whether the number of results exceeds the max number of results per page
- PropelPlatformInterface::hasSize() — Method in class PropelPlatformInterface
- Returns if the RDBMS-specific SQL type has a size attribute.
- PropelPlatformInterface::hasScale() — Method in class PropelPlatformInterface
- Returns if the RDBMS-specific SQL type has a scale attribute.
- PropelPlatformInterface::hasStreamBlobImpl() — Method in class PropelPlatformInterface
- Whether the underlying PDO driver for this platform returns BLOB columns as streams (instead of strings).
- PropelSqlManager::hasConnection() — Method in class PropelSqlManager
- PropelTableDiff::hasModifiedPk() — Method in class PropelTableDiff
- Whether the primary key was modified
- QueryBuilder::hasBehaviorModifier() — Method in class QueryBuilder
- Checks whether any registered behavior on that table has a modifier for a hook
- SqlitePlatform::hasSize() — Method in class SqlitePlatform
- Table::hasBehavior() — Method in class Table
- check if the table has a behavior by name
- Table::hasAdditionalBuilders() — Method in class Table
- Check whether one of the table behaviors offer an additional builder
- Table::hasDescription() — Method in class Table
- Whether the Table has a description
- Table::hasEnumColumns() — Method in class Table
- Checks whether one of the columns is of type ENUM
- Table::hasColumn() — Method in class Table
- Check whether the table has a column.
- Table::hasPrimaryKey() — Method in class Table
- Determine whether this table has a primary key.
- Table::hasCompositePrimaryKey() — Method in class Table
- Determine whether this table has a composite primary key.
- Table::hasAutoIncrementPrimaryKey() — Method in class Table
- Determine whether this table has any auto-increment primary key(s).
- Table::hasForeignKeys() — Method in class Table
- Returns whether the table has foreign keys or not.
- Table::hasCrossForeignKeys() — Method in class Table
- Returns whether the table has cross foreign keys or not.
- VendorInfo::hasParameter() — Method in class VendorInfo
- Whether parameter exists.
I
- ArchivableBehavior::isArchiveOnInsert() — Method in class ArchivableBehavior
- ArchivableBehavior::isArchiveOnUpdate() — Method in class ArchivableBehavior
- ArchivableBehavior::isArchiveOnDelete() — Method in class ArchivableBehavior
- BaseObject::isModified() — Method in class BaseObject
- Returns whether the object has been modified.
- BaseObject::isColumnModified() — Method in class BaseObject
- Has specified column been modified?
- BaseObject::isNew() — Method in class BaseObject
- Returns whether the object has ever been saved.
- BaseObject::isDeleted() — Method in class BaseObject
- Whether this object has been deleted.
- BaseObject::importFrom() — Method in class BaseObject
- Populate the current object from a string, using a given parser format <code> $book = new Book(); $book->importFrom('JSON', '{"Id":9012,"Title":"Don Juan","ISBN":"0140422161","Price":12.99,"PublisherId":1234,"AuthorId":5678}'); </code>
- BasicLogger::info() — Method in class BasicLogger
- A convenience function for logging an critical event.
- BasicValidator::isValid() — Method in class BasicValidator
- Determine whether a value meets the criteria specified
- Behavior::isTableModified() — Method in class Behavior
- BuildPropelGenPEARPackageTask::init() — Method in class BuildPropelGenPEARPackageTask
- Column::isNamePlural() — Method in class Column
- Determines whether a column name is plural
- Column::isInheritance() — Method in class Column
- Determine if this column is a normal property or specifies a the classes that are represented in the table containing this column.
- Column::isEnumeratedClasses() — Method in class Column
- Determine if possible classes have been enumerated in the xml file.
- Column::isNotNull() — Method in class Column
- Return the isNotNull property of the column
- Column::isPrimaryString() — Method in class Column
- Return true if the column is the primary string, i.e.
- Column::isPrimaryKey() — Method in class Column
- Return true if the column is a primary key
- Column::isNodeKey() — Method in class Column
- Return true if the column is a node key of a tree
- Column::isNestedSetLeftKey() — Method in class Column
- Return true if the column is a nested set key of a tree
- Column::isNestedSetRightKey() — Method in class Column
- Return true if the column is a nested set right key of a tree
- Column::isTreeScopeKey() — Method in class Column
- Return true if the column is a scope key of a tree
- Column::isUnique() — Method in class Column
- Get the UNIQUE property.
- Column::isForeignKey() — Method in class Column
- Utility method to determine if this column is a foreign key.
- Column::isDefaultSqlType() — Method in class Column
- Column::isLobType() — Method in class Column
- Utility method to know whether column needs Blob/Lob handling.
- Column::isTextType() — Method in class Column
- Utility method to see if the column is text type.
- Column::isNumericType() — Method in class Column
- Utility method to see if the column is numeric type.
- Column::isBooleanType() — Method in class Column
- Utility method to see if the column is boolean type.
- Column::isTemporalType() — Method in class Column
- Utility method to know whether column is a temporal column.
- Column::isEnumType() — Method in class Column
- Utility method to know whether column is an ENUM column.
- Column::isAutoIncrement() — Method in class Column
- Return auto increment/sequence string for the target database.
- Column::isLazyLoad() — Method in class Column
- Return true if the columns has to be lazy loaded, i.e.
- Column::isPhpPrimitiveType() — Method in class Column
- Returns true if the column's PHP native type is an boolean, int, long, float, double, string.
- Column::isPhpPrimitiveNumericType() — Method in class Column
- Return true if column's PHP native type is an boolean, int, long, float, double.
- Column::isPhpObjectType() — Method in class Column
- Returns true if the column's PHP native type is a class name.
- ColumnDefaultValue::isExpression() — Method in class ColumnDefaultValue
- Convenience method to indicate whether the value in this object is an expression (as opposed to simple value).
- Criteria::isUseTransaction() — Method in class Criteria
- Whether the sql command specified by this criteria must be wrapped in a transaction.
- Criteria::isIgnoreCase() — Method in class Criteria
- Is ignore case on or off?
- Criteria::isSingleRecord() — Method in class Criteria
- Is single record?
- Criterion::init() — Method in class Criterion
- Init some properties with the help of outer class
- Criterion::isIgnoreCase() — Method in class Criterion
- Is ignore case on or off?
- DBAdapter::initConnection() — Method in class DBAdapter
- This method is called after a connection was created to run necessary post-initialization queries or code.
- DBAdapter::ignoreCase() — Method in class DBAdapter
- This method is used to ignore case.
- DBAdapter::ignoreCaseInOrderBy() — Method in class DBAdapter
- This method is used to ignore case in an ORDER BY clause.
- DBAdapter::isGetIdBeforeInsert() — Method in class DBAdapter
- Whether this adapter uses an ID generation system that requires getting ID _before_ performing INSERT.
- DBAdapter::isGetIdAfterInsert() — Method in class DBAdapter
- Whether this adapter uses an ID generation system that requires getting ID _before_ performing INSERT.
- DBMSSQL::ignoreCase() — Method in class DBMSSQL
- This method is used to ignore case.
- DBMySQL::ignoreCase() — Method in class DBMySQL
- This method is used to ignore case.
- DBNone::initConnection() — Method in class DBNone
- DBNone::ignoreCase() — Method in class DBNone
- This method is used to ignore case.
- DBOracle::initConnection() — Method in class DBOracle
- This method is called after a connection was created to run necessary post-initialization queries or code.
- DBOracle::ignoreCase() — Method in class DBOracle
- This method is used to ignore case.
- DBPostgres::ignoreCase() — Method in class DBPostgres
- This method is used to ignore case.
- DBSQLSRV::initConnection() — Method in class DBSQLSRV
- DBSQLite::ignoreCase() — Method in class DBSQLite
- This method is used to ignore case.
- Database::isHeavyIndexing() — Method in class Database
- Get the value of heavyIndexing.
- DefaultPlatform::isNativeIdMethodAutoIncrement() — Method in class DefaultPlatform
- ForeignKey::isLocalColumnsRequired() — Method in class ForeignKey
- Whether this foreign key uses a required column, or a list of required columns.
- ForeignKey::isForeignPrimaryKey() — Method in class ForeignKey
- Whether this foreign key is also the primary key of the foreign table.
- ForeignKey::isComposite() — Method in class ForeignKey
- Whether this foreign key relies on more than one column binding
- ForeignKey::isLocalPrimaryKey() — Method in class ForeignKey
- Whether this foreign key is also the primary key of the local table.
- ForeignKey::isSkipSql() — Method in class ForeignKey
- Skip generating sql for this foreign key.
- ForeignKey::isMatchedByInverseFK() — Method in class ForeignKey
- Whether this foreign key is matched by an invertes foreign key (on foreign table).
- I18nBehavior
- Allows translation of text columns through transparent one-to-many relationship
- I18nBehaviorObjectBuilderModifier
- Allows translation of text columns through transparent one-to-many relationship.
- I18nBehaviorPeerBuilderModifier
- Allows translation of text columns through transparent one-to-many relationship.
- I18nBehaviorQueryBuilderModifier
- Allows translation of text columns through transparent one-to-many relationship.
- IDMethod
- Interface for various ID retrieval method types (i.e.
- IdMethodParameter
- Information related to an ID method.
- Index
- Information about indices of a table.
- Index::isUnique() — Method in class Index
- Returns the uniqueness of this index.
- Inheritance
- A Class for information regarding possible objects representing a table
- MatchValidator::isValid() — Method in class MatchValidator
- Whether the passed string matches regular expression.
- MaxLengthValidator::isValid() — Method in class MaxLengthValidator
- MaxValueValidator::isValid() — Method in class MaxValueValidator
- MinLengthValidator::isValid() — Method in class MinLengthValidator
- MinValueValidator::isValid() — Method in class MinValueValidator
- ModelCriteria::isWithOneToMany() — Method in class ModelCriteria
- ModelCriteria::isKeepQuery() — Method in class ModelCriteria
- Checks whether the automated cloning on termination is enabled.
- ModelJoin::isPrimary() — Method in class ModelJoin
- ModelWith::init() — Method in class ModelWith
- Define the joined hydration schema based on a join object.
- ModelWith::isSingleTableInheritance() — Method in class ModelWith
- ModelWith::isAdd() — Method in class ModelWith
- ModelWith::isWithOneToMany() — Method in class ModelWith
- ModelWith::isPrimary() — Method in class ModelWith
- MojaviLogAdapter::info() — Method in class MojaviLogAdapter
- A convenience function for logging an critical event.
- NodeObject::isRoot() — Method in class NodeObject
- Determines if the node is the root node
- NodeObject::isLeaf() — Method in class NodeObject
- Determines if the node is a leaf node
- NodeObject::isEqualTo() — Method in class NodeObject
- Tests if object is equal to $node
- NodeObject::insertAsFirstChildOf() — Method in class NodeObject
- Inserts as first child of destination node $parent
- NodeObject::insertAsLastChildOf() — Method in class NodeObject
- Inserts as last child of destination node $parent
- NodeObject::insertAsPrevSiblingOf() — Method in class NodeObject
- Inserts node as previous sibling to destination node $dest
- NodeObject::insertAsNextSiblingOf() — Method in class NodeObject
- Inserts node as next sibling to destination node $dest
- NodeObject::insertAsParentOf() — Method in class NodeObject
- Inserts node as parent of given node.
- NodePeer::insertAsFirstChildOf() — Method in class NodePeer
- Inserts $child as first child of destination node $parent
- NodePeer::insertAsLastChildOf() — Method in class NodePeer
- Inserts $child as last child of destination node $parent
- NodePeer::insertAsPrevSiblingOf() — Method in class NodePeer
- Inserts $sibling as previous sibling to destination node $node
- NodePeer::insertAsNextSiblingOf() — Method in class NodePeer
- Inserts $sibling as next sibling to destination node $node
- NodePeer::insertAsParentOf() — Method in class NodePeer
- Inserts $parent as parent of given $node.
- NodePeer::insertRoot() — Method in class NodePeer
- Inserts $node as root node
- NodePeer::isValid() — Method in class NodePeer
- Tests if node is valid
- NodePeer::isRoot() — Method in class NodePeer
- Tests if node is a root
- NodePeer::isLeaf() — Method in class NodePeer
- Tests if node is a leaf
- NodePeer::isChildOf() — Method in class NodePeer
- Tests if $child is a child of $parent
- NodePeer::isEqualTo() — Method in class NodePeer
- Tests if $node1 is equal to $node2
- NotMatchValidator::isValid() — Method in class NotMatchValidator
- Persistent::isModified() — Method in class Persistent
- Returns whether the object has been modified, since it was last retrieved from storage.
- Persistent::isColumnModified() — Method in class Persistent
- Has specified column been modified?
- Persistent::isNew() — Method in class Persistent
- Returns whether the object has ever been saved.
- Persistent::isDeleted() — Method in class Persistent
- Whether this object has been deleted.
- Propel::initialize() — Method in class Propel
- Initializes Propel
- Propel::init() — Method in class Propel
- Initialization of Propel a PHP (array) configuration file.
- Propel::isInit() — Method in class Propel
- Determine whether Propel has already been initialized.
- Propel::initConnection() — Method in class Propel
- Opens a new PDO connection for passed-in db name.
- Propel::initBaseDir() — Method in class Propel
- Initialize the base directory for the autoloader.
- Propel::importClass() — Method in class Propel
- Include once a file specified in DOT notation and return unqualified classname.
- Propel::isInstancePoolingEnabled() — Method in class Propel
- the instance pooling behaviour.
- PropelArrayFormatter::isObjectFormatter() — Method in class PropelArrayFormatter
- PropelCollection::isFirst() — Method in class PropelCollection
- Check whether the internal pointer is at the beginning of the list
- PropelCollection::isLast() — Method in class PropelCollection
- Check whether the internal pointer is at the end of the list
- PropelCollection::isEmpty() — Method in class PropelCollection
- Check if the collection is empty
- PropelCollection::isOdd() — Method in class PropelCollection
- Check if the current index is an odd integer
- PropelCollection::isEven() — Method in class PropelCollection
- Check if the current index is an even integer
- PropelCollection::importFrom() — Method in class PropelCollection
- Populate the current collection from a string, using a given parser format <code> $coll = new PropelObjectCollection(); $coll->setModel('Book'); $coll->importFrom('JSON', '{{"Id":9012,"Title":"Don Juan","ISBN":"0140422161","Price":12.99,"PublisherId":1234,"AuthorId":5678}}'); </code>
- PropelFormatter::init() — Method in class PropelFormatter
- Define the hydration schema based on a query object.
- PropelFormatter::isObjectFormatter() — Method in class PropelFormatter
- PropelModelPager::init() — Method in class PropelModelPager
- PropelModelPager::isFirstPage() — Method in class PropelModelPager
- Check whether the current page is the first page
- PropelModelPager::isLastPage() — Method in class PropelModelPager
- Check whether the current page is the last page
- PropelModelPager::isFirst() — Method in class PropelModelPager
- Check whether the internal pointer is at the beginning of the list
- PropelModelPager::isLast() — Method in class PropelModelPager
- Check whether the internal pointer is at the end of the list
- PropelModelPager::isEmpty() — Method in class PropelModelPager
- Check if the collection is empty
- PropelModelPager::isOdd() — Method in class PropelModelPager
- Check if the current index is an odd integer
- PropelModelPager::isEven() — Method in class PropelModelPager
- Check if the current index is an even integer
- PropelObjectFormatter::isObjectFormatter() — Method in class PropelObjectFormatter
- PropelOnDemandCollection::initIterator() — Method in class PropelOnDemandCollection
- PropelOnDemandFormatter::init() — Method in class PropelOnDemandFormatter
- PropelPDO::isInTransaction() — Method in class PropelPDO
- Is this PDO connection currently in-transaction? This is equivalent to asking whether the current nested transaction count is greater than 0.
- PropelPDO::isCommitable() — Method in class PropelPDO
- Check whether the connection contains a transaction that can be committed.
- PropelPDO::incrementQueryCount() — Method in class PropelPDO
- Increments the number of queries performed by this DebugPDO instance.
- PropelPager::isLastPageComplete() — Method in class PropelPager
- Returns whether last page is complete
- PropelSQLDiffTask::isCaseInsensitive() — Method in class PropelSQLDiffTask
- Checks whether the comparison is case insensitive
- PropelSchemaReverseTask::isSamePhpName() — Method in class PropelSchemaReverseTask
- Whether to use the column name as phpName without any translation.
- PropelSimpleArrayFormatter::isObjectFormatter() — Method in class PropelSimpleArrayFormatter
- PropelSqlManager::insertSql() — Method in class PropelSqlManager
- PropelStatementFormatter::isObjectFormatter() — Method in class PropelStatementFormatter
- PropelTypes::isTemporalType() — Method in class PropelTypes
- Whether passed type is a temporal (date/time/timestamp) type.
- PropelTypes::isTextType() — Method in class PropelTypes
- Returns true if values for the type need to be quoted.
- PropelTypes::isNumericType() — Method in class PropelTypes
- Returns true if values for the type are numeric.
- PropelTypes::isBooleanType() — Method in class PropelTypes
- Returns true if values for the type are boolean.
- PropelTypes::isLobType() — Method in class PropelTypes
- Returns true if type is a LOB type (i.e.
- PropelTypes::isPhpPrimitiveType() — Method in class PropelTypes
- Convenience method to indicate whether a passed-in PHP type is a primitive.
- PropelTypes::isPhpPrimitiveNumericType() — Method in class PropelTypes
- Convenience method to indicate whether a passed-in PHP type is a numeric primitive.
- PropelTypes::isPhpObjectType() — Method in class PropelTypes
- Convenience method to indicate whether a passed-in PHP type is an object.
- RequiredValidator::isValid() — Method in class RequiredValidator
- Table::isAllowPkInsert() — Method in class Table
- Whether we allow to insert primary keys on tables with idMethod=native
- Table::isSkipSql() — Method in class Table
- Skip generating sql for this table (in the event it should not be created from scratch).
- Table::isReadOnly() — Method in class Table
- Is table read-only, in which case only accessors (and relationship setters) will be created.
- Table::isReloadOnInsert() — Method in class Table
- Whether to force object to reload on INSERT.
- Table::isReloadOnUpdate() — Method in class Table
- Whether to force object to reload on UPDATE.
- Table::isAlias() — Method in class Table
- Is this table specified in the schema or is there just a foreign key reference to it.
- Table::isAbstract() — Method in class Table
- When a table is abstract, it marks the business object class that is generated as being abstract.
- Table::isForReferenceOnly() — Method in class Table
- Flag to determine if code/sql gets created for this table.
- TypeValidator::isValid() — Method in class TypeValidator
- Unique::isUnique() — Method in class Unique
- Returns <code>true</code>.
- UniqueValidator::isValid() — Method in class UniqueValidator
- ValidValuesValidator::isValid() — Method in class ValidValuesValidator
- VendorInfo::isEmpty() — Method in class VendorInfo
- Tests whether this vendor info is empty
J
- AppData::joinAppDatas() — Method in class AppData
- Merge other appData objects into this object
- Join
- Data object to describe a join between two tables, for example <pre> table_a LEFT JOIN table_b ON table_a.id = table_b.a_id </pre>
- ModelCriteria::join() — Method in class ModelCriteria
- Adds a JOIN clause to the query Infers the ON clause from a relation name Uses the Propel table maps, based on the schema, to guess the related columns Beware that the default JOIN operator is INNER JOIN, while Criteria defaults to WHERE Examples: <code> $c->join('Book.Author'); => $c->addJoin(BookPeer::AUTHOR_ID, AuthorPeer::ID, Criteria::INNER_JOIN); $c->join('Book.Author', Criteria::RIGHT_JOIN); => $c->addJoin(BookPeer::AUTHOR_ID, AuthorPeer::ID, Criteria::RIGHT_JOIN); $c->join('Book.Author a', Criteria::RIGHT_JOIN); => $c->addAlias('a', AuthorPeer::TABLE_NAME); => $c->addJoin(BookPeer::AUTHOR_ID, 'a.ID', Criteria::RIGHT_JOIN); </code>
- ModelCriteria::joinWith() — Method in class ModelCriteria
- Adds a JOIN clause to the query and hydrates the related objects Shortcut for $c->join()->with() <code> $c->joinWith('Book.Author'); => $c->join('Book.Author'); => $c->with('Author'); $c->joinWith('Book.Author a', Criteria::RIGHT_JOIN); => $c->join('Book.Author a', Criteria::RIGHT_JOIN); => $c->with('a'); </code>
K
- Criteria::keys() — Method in class Criteria
- Get the keys of the criteria map, i.e.
- Criteria::keyContainsValue() — Method in class Criteria
- Does this Criteria object contain the specified key and does it have a value set for the key
- CriterionIterator::key() — Method in class CriterionIterator
- ModelCriteria::keepQuery() — Method in class ModelCriteria
- Triggers the automated cloning on termination.
- NestedSetRecursiveIterator::key() — Method in class NestedSetRecursiveIterator
- PreOrderNodeIterator::key() — Method in class PreOrderNodeIterator
- PropelOnDemandCollection::ksort() — Method in class PropelOnDemandCollection
- PropelOnDemandIterator::key() — Method in class PropelOnDemandIterator
- Gets the current key in the iterator
- PropelPager::key() — Method in class PropelPager
- Returns the current key of the iterator
L
- BasicLogger::log() — Method in class BasicLogger
- Primary method to handle logging.
- DBMySQL::lockTable() — Method in class DBMySQL
- Locks the specified table.
- ModelCriteria::limit() — Method in class ModelCriteria
- Adds a LIMIT clause (or its subselect equivalent) to the query Alias for Criteria:::setLimit()
- MojaviLogAdapter::log() — Method in class MojaviLogAdapter
- Primary method to handle logging.
- MssqlPropelPDO::lastInsertId() — Method in class MssqlPropelPDO
- Propel::logger() — Method in class Propel
- Get the configured logger.
- Propel::log() — Method in class Propel
- Logs a message If a logger has been configured, the logger will be used, otherwrise the logging message will be discarded without any further action
- $PropelCSVParser — Property in class PropelCSVParser
- PropelCSVParser::listFromArray() — Method in class PropelCSVParser
- PropelCSVParser::listToArray() — Method in class PropelCSVParser
- PropelPDO::log() — Method in class PropelPDO
- Logs the method call or SQL using the Propel::log() method or a registered logger class.
- PropelParser::listFromArray() — Method in class PropelParser
- PropelParser::listToArray() — Method in class PropelParser
- PropelParser::load() — Method in class PropelParser
- Loads data from a file.
- PropelXMLParser::listFromArray() — Method in class PropelXMLParser
- PropelXMLParser::listToXML() — Method in class PropelXMLParser
- Alias for PropelXMLParser::listFromArray()
- XMLElement::loadFromXML() — Method in class XMLElement
- This is the entry point method for loading data from XML.
- sfYaml::load() — Method in class sfYaml
- Loads YAML into a PHP array.
- sfYamlInline::load() — Method in class sfYamlInline
- Convert a YAML string to a PHP array.
M
- AggregateColumnBehavior::modifyTable() — Method in class AggregateColumnBehavior
- Add the aggregate key to the current table
- ArchivableBehavior::modifyDatabase() — Method in class ArchivableBehavior
- ArchivableBehavior::modifyTable() — Method in class ArchivableBehavior
- AutoAddPkBehavior::modifyDatabase() — Method in class AutoAddPkBehavior
- Copy the behavior to the database tables Only for tables that have no Pk
- AutoAddPkBehavior::modifyTable() — Method in class AutoAddPkBehavior
- Add the primary key to the current table
- Behavior::modifyDatabase() — Method in class Behavior
- This method is automatically called on database behaviors when the database model is finished Propagate the behavior to the tables of the database Override this method to have a database behavior do something special
- Behavior::modifyTable() — Method in class Behavior
- This method is automatically called on table behaviors when the database model is finished Override it to add columns to the current table
- BuildPropelGenPEARPackageTask::main() — Method in class BuildPropelGenPEARPackageTask
- Main entry point.
- Column::makeList() — Method in class Column
- Return a comma delimited string listing the specified columns.
- ConcreteInheritanceBehavior::modifyTable() — Method in class ConcreteInheritanceBehavior
- ConcreteInheritanceParentBehavior::modifyTable() — Method in class ConcreteInheritanceParentBehavior
- Criteria::mergeWith() — Method in class Criteria
- Add the content of a Criteria to the current Criteria In case of conflict, the current Criteria keeps its properties
- DelegateBehavior::modifyTable() — Method in class DelegateBehavior
- Lists the delegates and checks that the behavior can use them, And adds a fk from the delegate to the main table if not already set
- I18nBehavior::modifyDatabase() — Method in class I18nBehavior
- I18nBehavior::modifyTable() — Method in class I18nBehavior
- MatchValidator
- A validator for regular expressions.
- MaxLengthValidator
- A validator for maximum string length.
- MaxValueValidator
- A validator for maximum values.
- MinLengthValidator
- A validator for minimum string length.
- MinValueValidator
- A validator for minimum values.
- ModelCriteria
- This class extends the Criteria by adding runtime introspection abilities in order to ease the building of queries.
- ModelCriteria::mergeWith() — Method in class ModelCriteria
- Add the content of a Criteria to the current Criteria In case of conflict, the current Criteria keeps its properties
- ModelCriterion
- This is an "inner" class that describes an object in the criteria.
- ModelJoin
- A ModelJoin is a Join object tied to a RelationMap object
- ModelWith
- Data object to describe a joined hydration in a Model Query ModelWith objects are used by formatters to hydrate related objects
- MojaviLogAdapter
- Mojavi logging adapter for propel
- MssqlDataSQLBuilder
- MS SQL Server class for building data dump SQL.
- MssqlDebugPDO
- dblib doesn't support transactions so we need to add a workaround for transactions, last insert ID, and quoting
- MssqlPlatform
- MS SQL PropelPlatformInterface implementation.
- MssqlPropelPDO
- dblib doesn't support transactions so we need to add a workaround for transactions, last insert ID, and quoting
- MssqlSchemaParser
- Microsoft SQL Server database schema parser.
- MysqlDataSQLBuilder
- MySQL class for building data dump SQL.
- MysqlPlatform
- MySql PropelPlatformInterface implementation.
- MysqlSchemaParser
- Mysql database schema parser.
- NestedSetBehavior::modifyTable() — Method in class NestedSetBehavior
- Add the left, right and scope to the current table
- NodeObject::makeRoot() — Method in class NodeObject
- Sets node properties to make it a root node.
- NodeObject::moveToFirstChildOf() — Method in class NodeObject
- Moves node to be first child of $parent
- NodeObject::moveToLastChildOf() — Method in class NodeObject
- Moves node to be last child of $parent
- NodeObject::moveToPrevSiblingOf() — Method in class NodeObject
- Moves node to be prev sibling to $dest
- NodeObject::moveToNextSiblingOf() — Method in class NodeObject
- Moves node to be next sibling to $dest
- NodePeer::moveToFirstChildOf() — Method in class NodePeer
- Moves $child to be first child of $parent
- NodePeer::moveToLastChildOf() — Method in class NodePeer
- Moves $node to be last child of $dest
- NodePeer::moveToPrevSiblingOf() — Method in class NodePeer
- Moves $node to be prev sibling to $dest
- NodePeer::moveToNextSiblingOf() — Method in class NodePeer
- Moves $node to be next sibling to $dest
- PropelConvertConfTask::main() — Method in class PropelConvertConfTask
- The main method does the work of the task.
- PropelDataDumpTask::main() — Method in class PropelDataDumpTask
- Iterates through each datamodel/database, dumps the contents of all tables and creates a DOM XML doc.
- PropelDataSQLTask::main() — Method in class PropelDataSQLTask
- Main method parses the XML files and creates SQL files.
- PropelGraphvizTask::main() — Method in class PropelGraphvizTask
- PropelMigrationDownTask::main() — Method in class PropelMigrationDownTask
- Main method builds all the targets for a typical propel project.
- PropelMigrationManager::migrationTableExists() — Method in class PropelMigrationManager
- PropelMigrationStatusTask::main() — Method in class PropelMigrationStatusTask
- PropelMigrationTask::main() — Method in class PropelMigrationTask
- Main method builds all the targets for a typical propel project.
- PropelMigrationUpTask::main() — Method in class PropelMigrationUpTask
- Main method builds all the targets for a typical propel project.
- PropelOMTask::main() — Method in class PropelOMTask
- Main method builds all the targets for a typical propel project.
- PropelSQLDiffTask::main() — Method in class PropelSQLDiffTask
- Main method builds all the targets for a typical propel project.
- PropelSQLExec::main() — Method in class PropelSQLExec
- Load the sql file and then execute it
- PropelSQLTask::main() — Method in class PropelSQLTask
- PropelSchemaReverseTask::main() — Method in class PropelSchemaReverseTask
- PropelSqlBuildTask::main() — Method in class PropelSqlBuildTask
- PropelStringReader::mark() — Method in class PropelStringReader
- PropelStringReader::markSupported() — Method in class PropelStringReader
- SluggableBehavior::modifyTable() — Method in class SluggableBehavior
- Add the slug_column to the current table
- SoftDeleteBehavior::modifyTable() — Method in class SoftDeleteBehavior
- Add the deleted_column to the current table
- SortableBehavior::modifyTable() — Method in class SortableBehavior
- Add the rank_column to the current table
- TimestampableBehavior::modifyTable() — Method in class TimestampableBehavior
- Add the create_column and update_columns to the current table
- VersionableBehavior::modifyDatabase() — Method in class VersionableBehavior
- VersionableBehavior::modifyTable() — Method in class VersionableBehavior
N
- BasePeer::needsSelectAliases() — Method in class BasePeer
- Checks whether the Criteria needs to use column aliasing This is implemented in a service class rather than in Criteria itself in order to avoid doing the tests when it's not necessary (e.g.
- BasicLogger::notice() — Method in class BasicLogger
- A convenience function for logging an critical event.
- CriterionIterator::next() — Method in class CriterionIterator
- ForeignKey::normalizeFKey() — Method in class ForeignKey
- normalizes the input of onDelete, onUpdate attributes
- MojaviLogAdapter::notice() — Method in class MojaviLogAdapter
- A convenience function for logging an critical event.
- NameFactory
- A name generation factory.
- NameGenerator
- The generic interface to a name generation algorithm.
- NestedSetBehavior
- Behavior to adds nested set tree structure columns and abilities
- NestedSetBehaviorObjectBuilderModifier
- Behavior to adds nested set tree structure columns and abilities
- NestedSetBehaviorPeerBuilderModifier
- Behavior to adds nested set tree structure columns and abilities
- NestedSetBehaviorQueryBuilderModifier
- Behavior to adds nested set tree structure columns and abilities
- NestedSetRecursiveIterator
- Pre-order node iterator for Node objects.
- NestedSetRecursiveIterator::next() — Method in class NestedSetRecursiveIterator
- NodeObject
- This interface defines methods that must be implemented by all business objects within the system to handle Node object.
- NodePeer
- This is a utility interface for all generated NodePeer classes in the system.
- NotMatchValidator
- A validator for regular expressions.
- PreOrderNodeIterator::next() — Method in class PreOrderNodeIterator
- PropelDateTime::newInstance() — Method in class PropelDateTime
- Factory method to get a DateTime object from a temporal input
- PropelOnDemandCollection::natcasesort() — Method in class PropelOnDemandCollection
- PropelOnDemandCollection::natsort() — Method in class PropelOnDemandCollection
- PropelOnDemandIterator::next() — Method in class PropelOnDemandIterator
- Advances the curesor in the statement Closes the cursor if the end of the statement is reached
- PropelPager::next() — Method in class PropelPager
- Advances the iterator to the next element
O
- AggregateColumnBehavior::objectMethods() — Method in class AggregateColumnBehavior
- AggregateColumnRelationBehavior::objectAttributes() — Method in class AggregateColumnRelationBehavior
- AggregateColumnRelationBehavior::objectMethods() — Method in class AggregateColumnRelationBehavior
- AggregateColumnRelationBehavior::objectFilter() — Method in class AggregateColumnRelationBehavior
- AlternativeCodingStandardsBehavior::objectFilter() — Method in class AlternativeCodingStandardsBehavior
- ArchivableBehaviorObjectBuilderModifier::objectAttributes() — Method in class ArchivableBehaviorObjectBuilderModifier
- ArchivableBehaviorObjectBuilderModifier::objectMethods() — Method in class ArchivableBehaviorObjectBuilderModifier
- ConcreteInheritanceBehavior::objectMethods() — Method in class ConcreteInheritanceBehavior
- ConcreteInheritanceParentBehavior::objectMethods() — Method in class ConcreteInheritanceParentBehavior
- DelegateBehavior::objectCall() — Method in class DelegateBehavior
- I18nBehaviorObjectBuilderModifier::objectAttributes() — Method in class I18nBehaviorObjectBuilderModifier
- I18nBehaviorObjectBuilderModifier::objectClearReferences() — Method in class I18nBehaviorObjectBuilderModifier
- I18nBehaviorObjectBuilderModifier::objectMethods() — Method in class I18nBehaviorObjectBuilderModifier
- I18nBehaviorObjectBuilderModifier::objectFilter() — Method in class I18nBehaviorObjectBuilderModifier
- ModelCriteria::orWhere() — Method in class ModelCriteria
- Adds a condition on a column based on a pseudo SQL clause Uses introspection to translate the column phpName into a fully qualified name <code> // simple clause $c->orWhere('b.Title = ?', 'foo'); // named conditions $c->condition('cond1', 'b.Title = ?', 'foo'); $c->condition('cond2', 'b.ISBN = ?', 12345); $c->orWhere(array('cond1', 'cond2'), Criteria::LOGICAL_OR); </code>
- ModelCriteria::orderBy() — Method in class ModelCriteria
- Adds an ORDER BY clause to the query Usability layer on top of Criteria::addAscendingOrderByColumn() and Criteria::addDescendingOrderByColumn() Infers $column and $order from $columnName and some optional arguments Examples: $c->orderBy('Book.CreatedAt') => $c->addAscendingOrderByColumn(BookPeer::CREATED_AT) $c->orderBy('Book.CategoryId', 'desc') => $c->addDescendingOrderByColumn(BookPeer::CATEGORY_ID)
- ModelCriteria::offset() — Method in class ModelCriteria
- Adds an OFFSET clause (or its subselect equivalent) to the query Alias for of Criteria::setOffset()
- NestedSetBehaviorObjectBuilderModifier::objectAttributes() — Method in class NestedSetBehaviorObjectBuilderModifier
- NestedSetBehaviorObjectBuilderModifier::objectClearReferences() — Method in class NestedSetBehaviorObjectBuilderModifier
- NestedSetBehaviorObjectBuilderModifier::objectMethods() — Method in class NestedSetBehaviorObjectBuilderModifier
- OMBuilder
- Baseclass for OM-building classes.
- ObjectBuilder
- Base class for Peer-building classes.
- OracleDataSQLBuilder
- Oracle class for building data dump SQL.
- OraclePlatform
- Oracle PropelPlatformInterface implementation.
- OracleSchemaParser
- Oracle database schema parser.
- PropelOnDemandCollection::offsetExists() — Method in class PropelOnDemandCollection
- PropelOnDemandCollection::offsetGet() — Method in class PropelOnDemandCollection
- PropelOnDemandCollection::offsetSet() — Method in class PropelOnDemandCollection
- PropelOnDemandCollection::offsetUnset() — Method in class PropelOnDemandCollection
- PropelStringReader::open() — Method in class PropelStringReader
- SluggableBehavior::objectMethods() — Method in class SluggableBehavior
- SoftDeleteBehavior::objectMethods() — Method in class SoftDeleteBehavior
- SortableBehaviorObjectBuilderModifier::objectAttributes() — Method in class SortableBehaviorObjectBuilderModifier
- SortableBehaviorObjectBuilderModifier::objectMethods() — Method in class SortableBehaviorObjectBuilderModifier
- TimestampableBehavior::objectMethods() — Method in class TimestampableBehavior
- VersionableBehaviorObjectBuilderModifier::objectMethods() — Method in class VersionableBehaviorObjectBuilderModifier
P
- AggregateColumnRelationBehavior::postSave() — Method in class AggregateColumnRelationBehavior
- AggregateColumnRelationBehavior::preUpdateQuery() — Method in class AggregateColumnRelationBehavior
- AggregateColumnRelationBehavior::preDeleteQuery() — Method in class AggregateColumnRelationBehavior
- AggregateColumnRelationBehavior::postUpdateQuery() — Method in class AggregateColumnRelationBehavior
- AggregateColumnRelationBehavior::postDeleteQuery() — Method in class AggregateColumnRelationBehavior
- AlternativeCodingStandardsBehavior::peerFilter() — Method in class AlternativeCodingStandardsBehavior
- ArchivableBehaviorObjectBuilderModifier::postInsert() — Method in class ArchivableBehaviorObjectBuilderModifier
- ArchivableBehaviorObjectBuilderModifier::postUpdate() — Method in class ArchivableBehaviorObjectBuilderModifier
- ArchivableBehaviorObjectBuilderModifier::preDelete() — Method in class ArchivableBehaviorObjectBuilderModifier
- Using preDelete rather than postDelete to allow user to retrieve related records and archive them before cascade deletion.
- ArchivableBehaviorQueryBuilderModifier::preDeleteQuery() — Method in class ArchivableBehaviorQueryBuilderModifier
- ArchivableBehaviorQueryBuilderModifier::postUpdateQuery() — Method in class ArchivableBehaviorQueryBuilderModifier
- BaseObject::preSave() — Method in class BaseObject
- Code to be run before persisting the object
- BaseObject::postSave() — Method in class BaseObject
- Code to be run after persisting the object
- BaseObject::preInsert() — Method in class BaseObject
- Code to be run before inserting to database
- BaseObject::postInsert() — Method in class BaseObject
- Code to be run after inserting to database
- BaseObject::preUpdate() — Method in class BaseObject
- Code to be run before updating the object in database
- BaseObject::postUpdate() — Method in class BaseObject
- Code to be run after updating the object in database
- BaseObject::preDelete() — Method in class BaseObject
- Code to be run before deleting the object in database
- BaseObject::postDelete() — Method in class BaseObject
- Code to be run after deleting the object in database
- Column::printSize() — Method in class Column
- Return the size in brackets for use in an sql schema if the type is String.
- ConcreteInheritanceBehavior::parentClass() — Method in class ConcreteInheritanceBehavior
- ConcreteInheritanceBehavior::preSave() — Method in class ConcreteInheritanceBehavior
- ConcreteInheritanceBehavior::postDelete() — Method in class ConcreteInheritanceBehavior
- Criteria::put() — Method in class Criteria
- Overrides Hashtable put, so that this object is returned instead of the value previously in the Criteria object.
- Criteria::putAll() — Method in class Criteria
- Copies all of the mappings from the specified Map to this Criteria These mappings will replace any mappings that this Criteria had for any of the keys currently in the specified Map.
- DBAdapter::prepareParams() — Method in class DBAdapter
- Prepare connection parameters.
- DBMySQL::prepareParams() — Method in class DBMySQL
- Prepare connection parameters.
- DataModelBuilder::prefixClassname() — Method in class DataModelBuilder
- Returns the name of the current class being built, with a possible prefix.
- Domain::printSize() — Method in class Domain
- Return the size and scale in brackets for use in an sql schema.
- I18nBehaviorObjectBuilderModifier::postDelete() — Method in class I18nBehaviorObjectBuilderModifier
- ModelCriteria::paginate() — Method in class ModelCriteria
- Issue a SELECT query based on the current ModelCriteria and uses a page and a maximum number of results per page to compute an offet and a limit.
- MssqlSchemaParser::parse() — Method in class MssqlSchemaParser
- MysqlSchemaParser::parse() — Method in class MysqlSchemaParser
- NestedSetBehaviorObjectBuilderModifier::preSave() — Method in class NestedSetBehaviorObjectBuilderModifier
- NestedSetBehaviorObjectBuilderModifier::preDelete() — Method in class NestedSetBehaviorObjectBuilderModifier
- NestedSetBehaviorObjectBuilderModifier::postDelete() — Method in class NestedSetBehaviorObjectBuilderModifier
- OracleSchemaParser::parse() — Method in class OracleSchemaParser
- Searches for tables in the database.
- PHP5ExtensionNodeBuilder
- Generates the empty PHP5 stub node object class for user object model (OM).
- PHP5ExtensionNodePeerBuilder
- Generates the empty PHP5 stub node peer class for user object model (OM).
- PHP5ExtensionObjectBuilder
- Generates the empty PHP5 stub object class for user object model (OM).
- PHP5ExtensionPeerBuilder
- Generates the empty PHP5 stub peer class for user object model (OM).
- PHP5InterfaceBuilder
- Generates the empty PHP5 stub interface for user object model (OM).
- PHP5MultiExtendObjectBuilder
- Generates the empty PHP5 stub object class for use with inheritance in the user object model (OM).
- PHP5NestedSetBuilder
- Generates a PHP5 tree node Object class for user object model (OM) using Nested Set way.
- PHP5NestedSetPeerBuilder
- Generates a PHP5 tree nested set Peer class for user object model (OM).
- PHP5NodeBuilder
- Generates a PHP5 tree node Object class for user object model (OM).
- PHP5NodePeerBuilder
- Generates a PHP5 tree node Peer class for user object model (OM).
- PHP5ObjectBuilder
- Generates a PHP5 base Object class for user object model (OM).
- PHP5ObjectNoCollectionBuilder
- Generates a PHP5 base Object class for user object model (OM).
- PHP5PeerBuilder
- Generates a PHP5 base Peer class for user object model (OM).
- PHP5TableMapBuilder
- Generates the PHP5 table map class for user object model (OM).
- PeerBuilder
- Base class for Peer-building classes.
- Persistent
- This interface defines methods related to saving an object
- PgsqlDataSQLBuilder
- PostgreSQL class for building data dump SQL.
- PgsqlPlatform
- Postgresql PropelPlatformInterface implementation.
- PgsqlSchemaParser
- Postgresql database schema parser.
- PgsqlSchemaParser::parse() — Method in class PgsqlSchemaParser
- PhpNameGenerator
- A <code>NameGenerator</code> implementation for PHP-esque names.
- Pluralizer
- The generic interface to create a plural form of a name.
- PreOrderNodeIterator
- Pre-order node iterator for Node objects.
- Propel
- Propel's main resource pool and initialization & configuration class.
- PropelArrayCollection
- Class for iterating over a list of Propel objects stored as arrays
- PropelArrayFormatter
- Array formatter for Propel query format() returns a PropelArrayCollection of associative arrays
- PropelAutoloader
- Simple autoloader for Propel generated model classes.
- PropelCSVParser
- CSV parser.
- PropelCollection
- Class for iterating over a list of Propel elements The collection keys must be integers - no associative array accepted
- PropelCollection::pop() — Method in class PropelCollection
- Pops an element off the end of the collection
- PropelCollection::prepend() — Method in class PropelCollection
- Prepend one or more elements to the beginning of the collection
- PropelColumnComparator
- Service class for comparing Column objects.
- PropelColumnDiff
- Value object for storing Column object diffs.
- PropelColumnTypes
- Enumeration of Propel types.
- PropelConditionalProxy
- Proxy for conditional statements in a fluid interface.
- PropelConvertConfTask
- This Task converts the XML runtime configuration file into a PHP array for faster performance.
- PropelDataDumpTask
- Dumps the contenst of selected databases to XML data dump file.
- PropelDataSQLTask
- Task that transforms XML datadump files into files containing SQL INSERT statements.
- PropelDatabaseComparator
- Service class for comparing Database objects Heavily inspired by Doctrine2's Migrations (see http://github.com/doctrine/dbal/tree/master/lib/Doctrine/DBAL/Schema/)
- PropelDatabaseDiff
- Value object for storing Database object diffs Heavily inspired by Doctrine2's Migrations (see http://github.com/doctrine/dbal/tree/master/lib/Doctrine/DBAL/Schema/)
- PropelDateTime
- DateTime subclass which supports serialization.
- PropelException
- The base class of all exceptions thrown by Propel.
- PropelForeignKeyComparator
- Service class for comparing ForeignKey objects Heavily inspired by Doctrine2's Migrations (see http://github.com/doctrine/dbal/tree/master/lib/Doctrine/DBAL/Schema/)
- PropelFormatter
- Abstract class for query formatter
- PropelGraphvizTask
- A task to generate Graphviz dot files from Propel datamodel.
- PropelIndexComparator
- Service class for comparing Index objects Heavily inspired by Doctrine2's Migrations (see http://github.com/doctrine/dbal/tree/master/lib/Doctrine/DBAL/Schema/)
- PropelJSONParser
- JSON parser.
- PropelMigrationDownTask
- This Task executes the next migration down
- PropelMigrationManager
- Service class for preparing and executing migrations
- PropelMigrationStatusTask
- This Task lists the migrations yet to be executed
- PropelMigrationTask
- This Task executes the next migrations up
- PropelMigrationUpTask
- This Task executes the next migration up
- PropelModelPager
- Implements a pager based on a ModelCriteria The code from this class heavily borrows from symfony's sfPager class
- PropelOMTask
- This Task creates the OM classes based on the XML schema file.
- PropelObjectCollection
- Class for iterating over a list of Propel objects
- PropelObjectCollection::populateRelation() — Method in class PropelObjectCollection
- Makes an additional query to populate the objects related to the collection objects by a certain relation
- PropelObjectFormatter
- Object formatter for Propel query format() returns a PropelObjectCollection of Propel model objects
- PropelOnDemandCollection
- Class for iterating over a statement and returning one Propel object at a time
- PropelOnDemandCollection::prepend() — Method in class PropelOnDemandCollection
- PropelOnDemandFormatter
- Object formatter for Propel query format() returns a PropelOnDemandCollection that hydrates objects as the use iterates on the collection This formatter consumes less memory than the PropelObjectFormatter, but doesn't use Instance Pool
- PropelOnDemandIterator
- Class for iterating over a statement and returning one Propel object at a time
- PropelPDO
- PDO connection subclass that provides the basic fixes to PDO that are required by Propel.
- PropelPDO::prepare() — Method in class PropelPDO
- Prepares a statement for execution and returns a statement object.
- PropelPHPParser
- Service class for parsing PHP code strings and editing them
- PropelPager
- PropelPager
- PropelParser
- Base class for all parsers.
- PropelPlatformInterface
- Interface for RDBMS platform specific behaviour.
- PropelQuery
- Factory for model queries
- PropelQuickBuilder
- PropelSQLDiffTask
- This Task creates the OM classes based on the XML schema file.
- PropelSQLExec
- Executes all SQL files referenced in the sqldbmap file against their mapped databases.
- PropelSQLParser
- Service class for parsing a large SQL string into an array of SQL statements
- PropelSQLParser::parseString() — Method in class PropelSQLParser
- Explodes a SQL string into an array of SQL statements.
- PropelSQLParser::parseFile() — Method in class PropelSQLParser
- Explodes a SQL file into an array of SQL statements.
- PropelSQLTask
- The task for building SQL DDL based on the XML datamodel.
- PropelSchemaReverseTask
- This class generates an XML schema of an existing database from the database metadata.
- PropelSchemaReverse_ValidatorSet
- A helper class to store validator sets indexed by column.
- PropelSchemaValidator
- Service class for validating XML schemas.
- PropelSimpleArrayFormatter
- Array formatter for Propel select query format() returns a PropelArrayCollection of associative arrays, a string, or an array
- PropelSqlBuildTask
- The new task for building SQL DDL based on the XML datamodel.
- PropelSqlManager
- Service class for managing SQL.
- PropelStatementFormatter
- statement formatter for Propel query format() returns a PDO statement
- PropelStringReader
- Overrides Phing's StringReader to allow inclusin inside a BufferedReader
- PropelTableComparator
- Service class for comparing Table objects Heavily inspired by Doctrine2's Migrations (see http://github.com/doctrine/dbal/tree/master/lib/Doctrine/DBAL/Schema/)
- PropelTableDiff
- Value object for storing Table object diffs Heavily inspired by Doctrine2's Migrations (see http://github.com/doctrine/dbal/tree/master/lib/Doctrine/DBAL/Schema/)
- PropelTemplate
- Simple templating system to ease behavior writing
- PropelTypes
- A class that maps PropelTypes to PHP native types, PDO types (and Creole types).
- PropelXMLParser
- XML parser.
- PropelYAMLParser
- YAML parser.
- SchemaParser::parse() — Method in class SchemaParser
- Parse the schema and populate passed-in Database model object.
- SluggableBehavior::preSave() — Method in class SluggableBehavior
- Add code in ObjectBuilder::preSave
- SoftDeleteBehavior::preDelete() — Method in class SoftDeleteBehavior
- SoftDeleteBehavior::preSelectQuery() — Method in class SoftDeleteBehavior
- SoftDeleteBehavior::preDeleteQuery() — Method in class SoftDeleteBehavior
- SoftDeleteBehavior::preSelect() — Method in class SoftDeleteBehavior
- SoftDeleteBehavior::peerFilter() — Method in class SoftDeleteBehavior
- SortableBehaviorObjectBuilderModifier::preSave() — Method in class SortableBehaviorObjectBuilderModifier
- SortableBehaviorObjectBuilderModifier::preInsert() — Method in class SortableBehaviorObjectBuilderModifier
- SortableBehaviorObjectBuilderModifier::preDelete() — Method in class SortableBehaviorObjectBuilderModifier
- SqliteSchemaParser::parse() — Method in class SqliteSchemaParser
- Table::printPrimaryKey() — Method in class Table
- Returns all parts of the primary key, separated by commas.
- TimestampableBehavior::preUpdate() — Method in class TimestampableBehavior
- Add code in ObjectBuilder::preUpdate
- TimestampableBehavior::preInsert() — Method in class TimestampableBehavior
- Add code in ObjectBuilder::preInsert
- VersionableBehaviorObjectBuilderModifier::preSave() — Method in class VersionableBehaviorObjectBuilderModifier
- VersionableBehaviorObjectBuilderModifier::postSave() — Method in class VersionableBehaviorObjectBuilderModifier
- VersionableBehaviorObjectBuilderModifier::postDelete() — Method in class VersionableBehaviorObjectBuilderModifier
- XmlToAppData::parseFile() — Method in class XmlToAppData
- Parses a XML input file and returns a newly created and populated AppData structure.
- XmlToAppData::parseString() — Method in class XmlToAppData
- Parses a XML input string and returns a newly created and populated AppData structure.
- $XmlToDataSQL — Property in class XmlToDataSQL
- Expat Parser.
- sfYamlInline::parseScalar() — Method in class sfYamlInline
- Parses a scalar to a YAML string.
- sfYamlParser::parse() — Method in class sfYamlParser
- Parses a YAML string to a PHP value.
Q
- AggregateColumnRelationBehavior::queryMethods() — Method in class AggregateColumnRelationBehavior
- AlternativeCodingStandardsBehavior::queryFilter() — Method in class AlternativeCodingStandardsBehavior
- ArchivableBehaviorQueryBuilderModifier::queryAttributes() — Method in class ArchivableBehaviorQueryBuilderModifier
- ArchivableBehaviorQueryBuilderModifier::queryMethods() — Method in class ArchivableBehaviorQueryBuilderModifier
- DBAdapter::quoteIdentifier() — Method in class DBAdapter
- Quotes database objec identifiers (table names, col names, sequences, etc.).
- DBAdapter::quoteIdentifierTable() — Method in class DBAdapter
- Quotes a database table which could have space seperating it from an alias, both should be identified seperately This doesn't take care of dots which separate schema names from table names.
- DBMSSQL::quoteIdentifier() — Method in class DBMSSQL
- DBMSSQL::quoteIdentifierTable() — Method in class DBMSSQL
- DBMySQL::quoteIdentifier() — Method in class DBMySQL
- DBMySQL::quoteIdentifierTable() — Method in class DBMySQL
- DBPostgres::quoteIdentifierTable() — Method in class DBPostgres
- DBSQLite::quoteIdentifier() — Method in class DBSQLite
- DataModelBuilder::quoteIdentifier() — Method in class DataModelBuilder
- Wraps call to Platform->quoteIdentifier() with a check to see whether quoting is enabled.
- DefaultPlatform::quote() — Method in class DefaultPlatform
- Quote and escape needed characters in the string for unerlying RDBMS.
- DefaultPlatform::quoteIdentifier() — Method in class DefaultPlatform
- Quotes identifiers used in database SQL.
- I18nBehaviorQueryBuilderModifier::queryMethods() — Method in class I18nBehaviorQueryBuilderModifier
- MssqlPlatform::quoteIdentifier() — Method in class MssqlPlatform
- MssqlPropelPDO::quoteIdentifier() — Method in class MssqlPropelPDO
- MysqlPlatform::quoteIdentifier() — Method in class MysqlPlatform
- MySQL documentation says that identifiers cannot contain '.'.
- NestedSetBehaviorQueryBuilderModifier::queryMethods() — Method in class NestedSetBehaviorQueryBuilderModifier
- OraclePlatform::quoteIdentifier() — Method in class OraclePlatform
- $PropelCSVParser — Property in class PropelCSVParser
- $PropelCSVParser — Property in class PropelCSVParser
- PropelPDO::query() — Method in class PropelPDO
- Executes an SQL statement, returning a result set as a PDOStatement object.
- PropelPlatformInterface::quote() — Method in class PropelPlatformInterface
- Quote and escape needed characters in the string for unerlying RDBMS.
- PropelPlatformInterface::quoteIdentifier() — Method in class PropelPlatformInterface
- Quotes identifiers used in database SQL.
- QueryBuilder
- Generates a PHP5 base Query class for user object model (OM).
- QueryCacheBehavior
- Speeds up queries on a model by caching the query
- QueryCacheBehavior::queryAttributes() — Method in class QueryCacheBehavior
- QueryCacheBehavior::queryMethods() — Method in class QueryCacheBehavior
- QueryInheritanceBuilder
- Generates the empty PHP5 stub query class for use with single table inheritance.
- QuickGeneratorConfig
- SluggableBehavior::queryMethods() — Method in class SluggableBehavior
- SoftDeleteBehavior::queryAttributes() — Method in class SoftDeleteBehavior
- SoftDeleteBehavior::queryMethods() — Method in class SoftDeleteBehavior
- SortableBehaviorQueryBuilderModifier::queryMethods() — Method in class SortableBehaviorQueryBuilderModifier
- SqlitePlatform::quoteIdentifier() — Method in class SqlitePlatform
- TimestampableBehavior::queryMethods() — Method in class TimestampableBehavior
- VersionableBehaviorQueryBuilderModifier::queryMethods() — Method in class VersionableBehaviorQueryBuilderModifier
R
- BaseObject::resetModified() — Method in class BaseObject
- Sets the modified state for the object to be false.
- Behavior::renderTemplate() — Method in class Behavior
- Use Propel's simple templating system to render a PHP file using variables passed as arguments.
- Column::requiresTransactionInPostgres() — Method in class Column
- Return true if the column requires a transaction in Postgres
- Criteria::removeAlias() — Method in class Criteria
- Remove an alias for a table (useful when merging Criterias).
- Criteria::removeSelectModifier() — Method in class Criteria
- Removes a modifier to the SQL statement.
- Criteria::remove() — Method in class Criteria
- Remove an object from the criteria.
- CriterionIterator::rewind() — Method in class CriterionIterator
- DBAdapter::random() — Method in class DBAdapter
- Gets the SQL string that this adapter uses for getting a random number.
- DBMSSQL::random() — Method in class DBMSSQL
- DBMySQL::random() — Method in class DBMySQL
- DBNone::random() — Method in class DBNone
- Gets the SQL string that this adapter uses for getting a random number.
- DBOracle::random() — Method in class DBOracle
- DBPostgres::random() — Method in class DBPostgres
- DBSQLite::random() — Method in class DBSQLite
- DataSQLBuilder::reset() — Method in class DataSQLBuilder
- Perform any reset between runs of this builder.
- Domain::replaceScale() — Method in class Domain
- Replaces the size if the new value is not null.
- Domain::replaceSize() — Method in class Domain
- Replaces the size if the new value is not null.
- Domain::replaceType() — Method in class Domain
- Replaces the type if the new value is not null.
- Domain::replaceDefaultValue() — Method in class Domain
- Replaces the default value if the new value is not null.
- Domain::replaceSqlType() — Method in class Domain
- Replaces the SQL type if the new value is not null.
- I18nBehavior::replaceTokens() — Method in class I18nBehavior
- Index::resetColumnSize() — Method in class Index
- Reset the column sizes.
- MssqlPropelPDO::rollBack() — Method in class MssqlPropelPDO
- Roll-back a transaction.
- NestedSetRecursiveIterator::rewind() — Method in class NestedSetRecursiveIterator
- NodeObject::retrieveParent() — Method in class NodeObject
- Gets ancestor for the given node if it exists
- NodeObject::retrieveFirstChild() — Method in class NodeObject
- Gets first child if it exists
- NodeObject::retrieveLastChild() — Method in class NodeObject
- Gets last child if it exists
- NodeObject::retrievePrevSibling() — Method in class NodeObject
- Gets prev sibling for the given node if it exists
- NodeObject::retrieveNextSibling() — Method in class NodeObject
- Gets next sibling for the given node if it exists
- NodePeer::retrieveRoot() — Method in class NodePeer
- Returns the root node for a given scope id
- NodePeer::retrieveFirstChild() — Method in class NodePeer
- Gets first child for the given node if it exists
- NodePeer::retrieveLastChild() — Method in class NodePeer
- Gets last child for the given node if it exists
- NodePeer::retrievePrevSibling() — Method in class NodePeer
- Gets prev sibling for the given node if it exists
- NodePeer::retrieveNextSibling() — Method in class NodePeer
- Gets next sibling for the given node if it exists
- NodePeer::retrieveTree() — Method in class NodePeer
- Retrieves the entire tree from root
- NodePeer::retrieveBranch() — Method in class NodePeer
- Retrieves the entire tree from parent $node
- NodePeer::retrieveChildren() — Method in class NodePeer
- Gets direct children for the node
- NodePeer::retrieveDescendants() — Method in class NodePeer
- Gets all descendants for the node
- NodePeer::retrieveSiblings() — Method in class NodePeer
- Gets all siblings for the node
- NodePeer::retrieveParent() — Method in class NodePeer
- Gets ancestor for the given node if it exists
- Persistent::resetModified() — Method in class Persistent
- Resets (to false) the "modified" state for this object.
- PreOrderNodeIterator::rewind() — Method in class PreOrderNodeIterator
- PropelAutoloader::register() — Method in class PropelAutoloader
- Register PropelAutoloader in spl autoloader.
- PropelCollection::remove() — Method in class PropelCollection
- Removes a specified collection element Alias for ArrayObject::offsetUnset()
- PropelDatabaseDiff::removeAddedTable() — Method in class PropelDatabaseDiff
- Remove an added table
- PropelDatabaseDiff::removeRemovedTable() — Method in class PropelDatabaseDiff
- Remove a removed table
- PropelOnDemandIterator::rewind() — Method in class PropelOnDemandIterator
- Initializes the iterator by advancing to the first position This method can only be called once (this is a NoRewindIterator)
- PropelPDO::rollBack() — Method in class PropelPDO
- Overrides PDO::rollBack() to only rollback the transaction if we are in the outermost transaction nesting level
- PropelPHPParser::removeMethod() — Method in class PropelPHPParser
- Parse the code looking for a method definition, and removes the code if found
- PropelPHPParser::replaceMethod() — Method in class PropelPHPParser
- Parse the code looking for a method definition, and replaces the code if found
- PropelPager::rewind() — Method in class PropelPager
- Resets the iterator to the first element
- PropelStringReader::read() — Method in class PropelStringReader
- PropelStringReader::reset() — Method in class PropelStringReader
- PropelStringReader::ready() — Method in class PropelStringReader
- PropelTableDiff::removeAddedColumn() — Method in class PropelTableDiff
- Remove an added column
- PropelTableDiff::removeRemovedColumn() — Method in class PropelTableDiff
- Remove a removed column
- PropelTableDiff::removeAddedPkColumn() — Method in class PropelTableDiff
- Remove an added Pk column
- PropelTableDiff::removeRemovedPkColumn() — Method in class PropelTableDiff
- Remove a removed Pk column
- PropelTableDiff::removeAddedFk() — Method in class PropelTableDiff
- Remove an added Fk column
- PropelTableDiff::removeRemovedFk() — Method in class PropelTableDiff
- Remove a removed Fk column
- PropelTemplate::render() — Method in class PropelTemplate
- Render the template using the variable provided as arguments.
- RequiredValidator
- A validator for required fields.
- Rule
- Data about a validation rule used in an application.
- Table::removeColumn() — Method in class Table
- Removed a column from the table
- Table::removeValidatorForColumn() — Method in class Table
- Removes validators based on a column name
- Table::requiresTransactionInPostgres() — Method in class Table
- Return true if the column requires a transaction in Postgres
S
- AbstractPropelDataModelTask::setTargetDatabase() — Method in class AbstractPropelDataModelTask
- Set the current target database.
- AbstractPropelDataModelTask::setTargetPackage() — Method in class AbstractPropelDataModelTask
- Set the current target package.
- AbstractPropelDataModelTask::setPackageObjectModel() — Method in class AbstractPropelDataModelTask
- Set the packageObjectModel switch on/off
- AbstractPropelDataModelTask::setValidate() — Method in class AbstractPropelDataModelTask
- Set whether to perform validation on the datamodel schema.xml file(s).
- AbstractPropelDataModelTask::setXsd() — Method in class AbstractPropelDataModelTask
- Set the XSD schema to use for validation of any datamodel schema.xml file(s).
- AbstractPropelDataModelTask::setXsl() — Method in class AbstractPropelDataModelTask
- Set the normalization XSLT to use to transform datamodel schema.xml file(s) before validation and parsing.
- AbstractPropelDataModelTask::setOutputDirectory() — Method in class AbstractPropelDataModelTask
- [REQUIRED] Set the output directory.
- AbstractPropelDataModelTask::setDbEncoding() — Method in class AbstractPropelDataModelTask
- Set the current target database encoding.
- AbstractPropelDataModelTask::setUrl() — Method in class AbstractPropelDataModelTask
- Set the DB connection url.
- AbstractPropelDataModelTask::setUserid() — Method in class AbstractPropelDataModelTask
- Set the user name for the DB connection.
- AbstractPropelDataModelTask::setPassword() — Method in class AbstractPropelDataModelTask
- Set the password for the DB connection.
- AlternativeCodingStandardsBehavior::stripComments() — Method in class AlternativeCodingStandardsBehavior
- Remove inline and codeblock comments from a PHP code string
- AppData::setPlatform() — Method in class AppData
- Sets the platform object to use for any databases added to this application model.
- AppData::setGeneratorConfig() — Method in class AppData
- Set the generator configuration
- AppData::setName() — Method in class AppData
- Set the name of the database.
- BaseObject::setNew() — Method in class BaseObject
- Setter for the isNew attribute.
- BaseObject::setDeleted() — Method in class BaseObject
- Specify whether this object has been deleted.
- BaseObject::setVirtualColumn() — Method in class BaseObject
- Get the value of a virtual column in this object
- BasePropelMigrationTask::setMigrationTable() — Method in class BasePropelMigrationTask
- Set the migration Table name
- BasePropelMigrationTask::setOutputDirectory() — Method in class BasePropelMigrationTask
- [REQUIRED] Set the output directory.
- BaseSchemaParser::setConnection() — Method in class BaseSchemaParser
- Sets the database connection.
- BaseSchemaParser::setMigrationTable() — Method in class BaseSchemaParser
- Setter for the migrationTable property
- BaseSchemaParser::setGeneratorConfig() — Method in class BaseSchemaParser
- Sets the GeneratorConfig to use in the parsing.
- BaseSchemaParser::setPlatform() — Method in class BaseSchemaParser
- Behavior::setName() — Method in class Behavior
- Sets the name of the Behavior
- Behavior::setTable() — Method in class Behavior
- Sets the table this behavior is applied to
- Behavior::setDatabase() — Method in class Behavior
- Sets the database this behavior is applied to
- Behavior::setParameters() — Method in class Behavior
- Overrides the behavior parameters Expects an associative array looking like array('foo' => 'bar')
- Behavior::setTableModificationOrder() — Method in class Behavior
- Define when this behavior must execute its modifyTable() relative to other behaviors.
- Behavior::setTableModified() — Method in class Behavior
- BuildPropelGenPEARPackageTask::setVersion() — Method in class BuildPropelGenPEARPackageTask
- Set the version we are building.
- BuildPropelGenPEARPackageTask::setState() — Method in class BuildPropelGenPEARPackageTask
- Set the state we are building.
- BuildPropelGenPEARPackageTask::setNotes() — Method in class BuildPropelGenPEARPackageTask
- Sets release notes field.
- BuildPropelGenPEARPackageTask::setDir() — Method in class BuildPropelGenPEARPackageTask
- Sets "dir" property from XML.
- BuildPropelGenPEARPackageTask::setDestFile() — Method in class BuildPropelGenPEARPackageTask
- Sets the file to use for generated package.xml
- Column::setDomain() — Method in class Column
- Sets domain for this column
- Column::setName() — Method in class Column
- Set the name of the column
- Column::setDescription() — Method in class Column
- Set the description for the Table
- Column::setPhpName() — Method in class Column
- Set name to use in PHP sources.
- Column::setAccessorVisibility() — Method in class Column
- Set the visibility of the accessor methods for this column / attribute
- Column::setMutatorVisibility() — Method in class Column
- Set the visibility of the mutator methods for this column / attribute
- Column::setPeerName() — Method in class Column
- Set the Peer constant name that will identify this column.
- Column::setPosition() — Method in class Column
- Get the location of this column within the table (one-based).
- Column::setTable() — Method in class Column
- Set the parent Table of the column
- Column::setNotNull() — Method in class Column
- Set the isNotNull property of the column
- Column::setPrimaryString() — Method in class Column
- Set whether the column is the primary string, i.e.
- Column::setPrimaryKey() — Method in class Column
- Set whether the column is a primary key or not.
- Column::setNodeKey() — Method in class Column
- Set if the column is the node key of a tree
- Column::setNodeKeySep() — Method in class Column
- Set if the column is the node key of a tree
- Column::setNestedSetLeftKey() — Method in class Column
- Set if the column is the nested set left key of a tree
- Column::setNestedSetRightKey() — Method in class Column
- Set if the column is the nested set right key of a tree
- Column::setTreeScopeKey() — Method in class Column
- Set if the column is the scope key of a tree
- Column::setUnique() — Method in class Column
- Set true if the column is UNIQUE
- Column::setDomainForType() — Method in class Column
- Sets the domain up for specified Propel type.
- Column::setType() — Method in class Column
- Sets the propel colunm type.
- Column::setValueSet() — Method in class Column
- Sets the list of possible values for an ENUM column
- Column::setSize() — Method in class Column
- Set the size of the column
- Column::setScale() — Method in class Column
- Set the scale of the column
- Column::setDefaultValue() — Method in class Column
- Set a string that will give this column a default value.
- Column::setAutoIncrement() — Method in class Column
- Set the auto increment value.
- Column::setTypeFromString() — Method in class Column
- Set the column type from a string property (normally a string from an sql input file)
- ColumnDefaultValue::setType() — Method in class ColumnDefaultValue
- ColumnDefaultValue::setValue() — Method in class ColumnDefaultValue
- Criteria::setUseTransaction() — Method in class Criteria
- Will force the sql represented by this criteria to be executed within a transaction.
- Criteria::setDbName() — Method in class Criteria
- Set the DatabaseMap name.
- Criteria::setPrimaryTableName() — Method in class Criteria
- Sets the primary table for this Criteria.
- Criteria::setAll() — Method in class Criteria
- Adds "ALL" modifier to the SQL statement.
- Criteria::setDistinct() — Method in class Criteria
- Adds "DISTINCT" modifier to the SQL statement.
- Criteria::setIgnoreCase() — Method in class Criteria
- Sets ignore case.
- Criteria::setSingleRecord() — Method in class Criteria
- Set single record? Set this to <code>true</code> if you expect the query to result in only a single result record (the default behaviour is to throw a PropelException if multiple records are returned when the query is executed).
- Criteria::setLimit() — Method in class Criteria
- Set limit.
- Criteria::setOffset() — Method in class Criteria
- Set offset.
- Criteria::setComment() — Method in class Criteria
- Set the query comment, that appears after the first verb in the SQL query
- Criteria::size() — Method in class Criteria
- Returns the size (count) of this criteria.
- Criterion::setTable() — Method in class Criterion
- Set the table name.
- Criterion::setDB() — Method in class Criterion
- Set the value of db.
- Criterion::setIgnoreCase() — Method in class Criterion
- Sets ignore case.
- DBAdapter::setCharset() — Method in class DBAdapter
- Sets the character encoding using SQL standard SET NAMES statement.
- DBAdapter::subString() — Method in class DBAdapter
- Returns SQL which extracts a substring.
- DBAdapter::strLength() — Method in class DBAdapter
- Returns SQL which calculates the length (in chars) of a string.
- DBMSSQL::setCharset() — Method in class DBMSSQL
- MS SQL Server does not support SET NAMES
- DBMSSQL::subString() — Method in class DBMSSQL
- Returns SQL which extracts a substring.
- DBMSSQL::strLength() — Method in class DBMSSQL
- Returns SQL which calculates the length (in chars) of a string.
- DBMySQL::subString() — Method in class DBMySQL
- Returns SQL which extracts a substring.
- DBMySQL::strLength() — Method in class DBMySQL
- Returns SQL which calculates the length (in chars) of a string.
- DBNone::subString() — Method in class DBNone
- Returns SQL which extracts a substring.
- DBNone::strLength() — Method in class DBNone
- Returns SQL which calculates the length (in chars) of a string.
- DBOracle::subString() — Method in class DBOracle
- Returns SQL which extracts a substring.
- DBOracle::strLength() — Method in class DBOracle
- Returns SQL which calculates the length (in chars) of a string.
- DBPostgres::subString() — Method in class DBPostgres
- Returns SQL which extracts a substring.
- DBPostgres::strLength() — Method in class DBPostgres
- Returns SQL which calculates the length (in chars) of a string.
- DBSQLSRV::setCharset() — Method in class DBSQLSRV
- DBSQLite::setCharset() — Method in class DBSQLite
- For SQLite this method has no effect, since SQLite doesn't support specifying a character set (or, another way to look at it, it doesn't require a single character set per DB).
- DBSQLite::subString() — Method in class DBSQLite
- Returns SQL which extracts a substring.
- DBSQLite::strLength() — Method in class DBSQLite
- Returns SQL which calculates the length (in chars) of a string.
- DataModelBuilder::setGeneratorConfig() — Method in class DataModelBuilder
- Sets the GeneratorConfig object.
- DataModelBuilder::setTable() — Method in class DataModelBuilder
- Sets the table for this builder.
- DataModelBuilder::setPlatform() — Method in class DataModelBuilder
- Platform setter
- Database::setPlatform() — Method in class Database
- Sets the PropelPlatformInterface implementation for this database.
- Database::setName() — Method in class Database
- Set the name of the Database
- Database::setBaseClass() — Method in class Database
- Set the value of baseClass.
- Database::setBasePeer() — Method in class Database
- Set the value of basePeer.
- Database::setDefaultIdMethod() — Method in class Database
- Set the value of defaultIdMethod.
- Database::setDefaultPhpNamingMethod() — Method in class Database
- Set the value of defaultPHPNamingMethod.
- Database::setDefaultStringFormat() — Method in class Database
- Set the default string format for ActiveRecord objects in this Db.
- Database::setDefaultTranslateMethod() — Method in class Database
- Set the value of defaultTranslateMethod.
- Database::setHeavyIndexing() — Method in class Database
- Set the value of heavyIndexing.
- Database::setAppData() — Method in class Database
- Set the parent of the database
- DefaultPlatform::setConnection() — Method in class DefaultPlatform
- Set the database connection to use for this Platform class.
- DefaultPlatform::setGeneratorConfig() — Method in class DefaultPlatform
- Sets the GeneratorConfig to use in the parsing.
- DefaultPlatform::setIdentifierQuoting() — Method in class DefaultPlatform
- DefaultPlatform::supportsNativeDeleteTrigger() — Method in class DefaultPlatform
- Whether RDBMS supports native ON DELETE triggers (e.g.
- DefaultPlatform::supportsInsertNullPk() — Method in class DefaultPlatform
- Whether RDBMS supports INSERT null values in autoincremented primary keys
- DefaultPlatform::supportsSchemas() — Method in class DefaultPlatform
- DefaultPlatform::supportsMigrations() — Method in class DefaultPlatform
- DefaultPlatform::supportsVarcharWithoutSize() — Method in class DefaultPlatform
- Domain::setDatabase() — Method in class Domain
- Sets the owning database object (if this domain is being setup via XML).
- Domain::setDescription() — Method in class Domain
- Domain::setName() — Method in class Domain
- Domain::setScale() — Method in class Domain
- Domain::setSize() — Method in class Domain
- Domain::setType() — Method in class Domain
- Domain::setDefaultValue() — Method in class Domain
- Domain::setSqlType() — Method in class Domain
- ExtensionQueryInheritanceBuilder::setChild() — Method in class ExtensionQueryInheritanceBuilder
- Set the child object that we're operating on currrently.
- ForeignKey::setOnDelete() — Method in class ForeignKey
- sets the onDelete attribute
- ForeignKey::setOnUpdate() — Method in class ForeignKey
- sets the onUpdate attribute
- ForeignKey::setName() — Method in class ForeignKey
- Sets the name attribute.
- ForeignKey::setPhpName() — Method in class ForeignKey
- Sets a phpName to use for this foreign key.
- ForeignKey::setRefPhpName() — Method in class ForeignKey
- Sets a refPhpName to use for this foreign key.
- ForeignKey::setDefaultJoin() — Method in class ForeignKey
- Sets a defaultJoin to use for this foreign key.
- ForeignKey::setForeignTableCommonName() — Method in class ForeignKey
- Set the foreignTableCommonName of the FK
- ForeignKey::setForeignSchemaName() — Method in class ForeignKey
- Set the foreignSchemaName of the FK
- ForeignKey::setTable() — Method in class ForeignKey
- Set the parent Table of the foreign key
- ForeignKey::setSkipSql() — Method in class ForeignKey
- Set whether this foreign key should have its creation sql generated.
- GeneratorConfig::setBuildProperties() — Method in class GeneratorConfig
- Parses the passed-in properties, renaming and saving eligible properties in this object.
- GeneratorConfig::setBuildProperty() — Method in class GeneratorConfig
- Sets a specific propel (renamed) property from the build.
- GeneratorConfig::setBuildConnections() — Method in class GeneratorConfig
- GeneratorConfigInterface::setBuildProperty() — Method in class GeneratorConfigInterface
- Sets a specific propel (renamed) property from the build.
- I18nBehaviorPeerBuilderModifier::staticConstants() — Method in class I18nBehaviorPeerBuilderModifier
- IdMethodParameter::setName() — Method in class IdMethodParameter
- Set the parameter name
- IdMethodParameter::setValue() — Method in class IdMethodParameter
- Set the parameter value
- IdMethodParameter::setTable() — Method in class IdMethodParameter
- Set the parent Table of the id method
- Index::setIndexName() — Method in class Index
- Index::setName() — Method in class Index
- Set the name of this index.
- Index::setTable() — Method in class Index
- Set the parent Table of the index
- Index::setColumns() — Method in class Index
- Sets array of columns to use for index.
- Inheritance::setKey() — Method in class Inheritance
- Set the value of key.
- Inheritance::setColumn() — Method in class Inheritance
- Set the value of parent.
- Inheritance::setClassName() — Method in class Inheritance
- Set the value of className.
- Inheritance::setPackage() — Method in class Inheritance
- Set the value of package.
- Inheritance::setAncestor() — Method in class Inheritance
- Set the value of ancestor.
- Join::setJoinType() — Method in class Join
- Set the join type
- Join::setLeftTableName() — Method in class Join
- Join::setLeftTableAlias() — Method in class Join
- Join::setRightTableName() — Method in class Join
- Join::setRightTableAlias() — Method in class Join
- Join::setDB() — Method in class Join
- Set the value of db.
- Join::setJoinCondition() — Method in class Join
- Set a custom join condition
- ModelCriteria::setModelAlias() — Method in class ModelCriteria
- Sets the alias for the model in this query
- ModelCriteria::setFormatter() — Method in class ModelCriteria
- Sets the formatter to use for the find() output Formatters must extend PropelFormatter Use the ModelCriteria constants for class names: <code> $c->setFormatter(ModelCriteria::FORMAT_ARRAY); </code>
- ModelCriteria::select() — Method in class ModelCriteria
- Makes the ModelCriteria return a string, array, or PropelArrayCollection Examples: ArticleQuery::create()->select('Name')->find(); => PropelArrayCollection Object ('Foo', 'Bar')
- ModelCriteria::setPreviousJoin() — Method in class ModelCriteria
- This method sets the previousJoin for this ModelCriteria, by default this is null, but after useQuery this is set the to the join of that use
- ModelCriteria::setJoinCondition() — Method in class ModelCriteria
- Replace the condition of an already added join
- ModelCriteria::setWith() — Method in class ModelCriteria
- Sets the array of ModelWith specifying which objects must be hydrated together with the main object.
- ModelCriteria::setPrimaryCriteria() — Method in class ModelCriteria
- Sets the primary Criteria for this secondary Criteria
- ModelJoin::setRelationMap() — Method in class ModelJoin
- ModelJoin::setTableMap() — Method in class ModelJoin
- Sets the right tableMap for this join
- ModelJoin::setPreviousJoin() — Method in class ModelJoin
- ModelJoin::setRelationAlias() — Method in class ModelJoin
- ModelWith::setModelName() — Method in class ModelWith
- ModelWith::setModelPeerName() — Method in class ModelWith
- ModelWith::setIsSingleTableInheritance() — Method in class ModelWith
- ModelWith::setIsAdd() — Method in class ModelWith
- ModelWith::setIsWithOneToMany() — Method in class ModelWith
- ModelWith::setRelationName() — Method in class ModelWith
- ModelWith::setRelationMethod() — Method in class ModelWith
- ModelWith::setInitMethod() — Method in class ModelWith
- ModelWith::setLeftPhpName() — Method in class ModelWith
- ModelWith::setRightPhpName() — Method in class ModelWith
- MssqlPlatform::supportsNativeDeleteTrigger() — Method in class MssqlPlatform
- MssqlPlatform::supportsInsertNullPk() — Method in class MssqlPlatform
- MssqlPlatform::supportsSchemas() — Method in class MssqlPlatform
- MysqlPlatform::setGeneratorConfig() — Method in class MysqlPlatform
- MysqlPlatform::setTableEngineKeyword() — Method in class MysqlPlatform
- Setter for the tableEngineKeyword property
- MysqlPlatform::setDefaultTableEngine() — Method in class MysqlPlatform
- Setter for the defaultTableEngine property
- MysqlPlatform::supportsNativeDeleteTrigger() — Method in class MysqlPlatform
- MysqlPlatform::supportsSchemas() — Method in class MysqlPlatform
- NestedSetBehaviorPeerBuilderModifier::staticAttributes() — Method in class NestedSetBehaviorPeerBuilderModifier
- NestedSetBehaviorPeerBuilderModifier::staticMethods() — Method in class NestedSetBehaviorPeerBuilderModifier
- NodeObject::save() — Method in class NodeObject
- If object is saved without left/right values, set them as undefined (0)
- NodeObject::setLevel() — Method in class NodeObject
- Sets the level of the node in the tree
- NodeObject::setChildren() — Method in class NodeObject
- Sets the children array of the node in the tree
- NodeObject::setParentNode() — Method in class NodeObject
- Sets the parentNode of the node in the tree
- NodeObject::setPrevSibling() — Method in class NodeObject
- Sets the previous sibling of the node in the tree
- NodeObject::setNextSibling() — Method in class NodeObject
- Sets the next sibling of the node in the tree
- NodeObject::setScopeIdValue() — Method in class NodeObject
- Set the value of scope column
- OraclePlatform::supportsNativeDeleteTrigger() — Method in class OraclePlatform
- OraclePlatform::supportsSchemas() — Method in class OraclePlatform
- PHP5MultiExtendObjectBuilder::setChild() — Method in class PHP5MultiExtendObjectBuilder
- Set the child object that we're operating on currrently.
- Persistent::setPrimaryKey() — Method in class Persistent
- Sets the PrimaryKey for the object.
- Persistent::setNew() — Method in class Persistent
- Setter for the isNew attribute.
- Persistent::setDeleted() — Method in class Persistent
- Specify whether this object has been deleted.
- Persistent::save() — Method in class Persistent
- Saves the object.
- PgsqlPlatform::supportsNativeDeleteTrigger() — Method in class PgsqlPlatform
- PgsqlPlatform::supportsSchemas() — Method in class PgsqlPlatform
- PgsqlPlatform::supportsVarcharWithoutSize() — Method in class PgsqlPlatform
- Propel::setConfiguration() — Method in class Propel
- Sets the configuration for Propel and all dependencies.
- Propel::setLogger() — Method in class Propel
- Override the configured logger.
- Propel::setDatabaseMap() — Method in class Propel
- Sets the database map object to use for specified datasource.
- Propel::setForceMasterConnection() — Method in class Propel
- For replication, set whether to always force the use of a master connection.
- Propel::setConnection() — Method in class Propel
- Sets a Connection for specified datasource name.
- Propel::setDB() — Method in class Propel
- Sets a database adapter for specified datasource.
- Propel::setDatabaseMapClass() — Method in class Propel
- Set your own class-name for Database-Mapping.
- PropelArrayCollection::save() — Method in class PropelArrayCollection
- Save all the elements in the collection
- PropelCollection::setData() — Method in class PropelCollection
- Set the data in the collection
- PropelCollection::shift() — Method in class PropelCollection
- Pops an element off the beginning of the collection
- PropelCollection::set() — Method in class PropelCollection
- Add an element to the collection with the given key Alias for ArrayObject::offsetSet()
- PropelCollection::search() — Method in class PropelCollection
- Search an element in the collection
- PropelCollection::serialize() — Method in class PropelCollection
- PropelCollection::setModel() — Method in class PropelCollection
- Set the model of the elements in the collection
- PropelCollection::setFormatter() — Method in class PropelCollection
- PropelColumnDiff::setChangedProperties() — Method in class PropelColumnDiff
- Setter for the changedProperties property
- PropelColumnDiff::setFromColumn() — Method in class PropelColumnDiff
- Setter for the fromColumn property
- PropelColumnDiff::setToColumn() — Method in class PropelColumnDiff
- Setter for the toColumn property
- PropelConvertConfTask::setXmlConfFile() — Method in class PropelConvertConfTask
- [REQUIRED] Set the input XML runtime conf file.
- PropelConvertConfTask::setOutputFile() — Method in class PropelConvertConfTask
- [REQUIRED] Set the output filename for the converted runtime conf.
- PropelConvertConfTask::setOutputClassmapFile() — Method in class PropelConvertConfTask
- [REQUIRED] Set the output filename for the autoload classmap.
- PropelDataDumpTask::setDataDbMap() — Method in class PropelDataDumpTask
- Set the file that maps between data XML files and databases.
- PropelDataDumpTask::setDatabaseName() — Method in class PropelDataDumpTask
- Set the database name
- PropelDataDumpTask::setDatabaseUrl() — Method in class PropelDataDumpTask
- Set the database url
- PropelDataDumpTask::setDatabaseUser() — Method in class PropelDataDumpTask
- Set the database user
- PropelDataDumpTask::setDatabasePassword() — Method in class PropelDataDumpTask
- Set the database password
- PropelDataDumpTask::setDatabaseDriver() — Method in class PropelDataDumpTask
- Set the database driver name
- PropelDataSQLTask::setSqlDbMap() — Method in class PropelDataSQLTask
- Set the file that maps between SQL files and databases.
- PropelDataSQLTask::setDataDbMap() — Method in class PropelDataSQLTask
- Set the file that maps between data XML files and databases.
- PropelDataSQLTask::setSrcDir() — Method in class PropelDataSQLTask
- Set the src directory for the data xml files listed in the datadbmap file.
- PropelDatabaseComparator::setFromDatabase() — Method in class PropelDatabaseComparator
- Setter for the fromDatabase property
- PropelDatabaseComparator::setToDatabase() — Method in class PropelDatabaseComparator
- Setter for the toDatabase property
- PropelDatabaseDiff::setAddedTables() — Method in class PropelDatabaseDiff
- Setter for the addedTables property
- PropelDatabaseDiff::setRemovedTables() — Method in class PropelDatabaseDiff
- Setter for the removedTables property
- PropelDatabaseDiff::setModifiedTables() — Method in class PropelDatabaseDiff
- Setter for the modifiedTables property
- PropelDatabaseDiff::setRenamedTables() — Method in class PropelDatabaseDiff
- Setter for the renamedTables property
- PropelFormatter::setDbName() — Method in class PropelFormatter
- PropelFormatter::setClass() — Method in class PropelFormatter
- PropelFormatter::setPeer() — Method in class PropelFormatter
- PropelFormatter::setWith() — Method in class PropelFormatter
- PropelFormatter::setAsColumns() — Method in class PropelFormatter
- PropelFormatter::setHasLimit() — Method in class PropelFormatter
- PropelGraphvizTask::setOutputDirectory() — Method in class PropelGraphvizTask
- Set the sqldbmap.
- PropelGraphvizTask::setSqlDbMap() — Method in class PropelGraphvizTask
- Set the sqldbmap.
- PropelGraphvizTask::setDatabase() — Method in class PropelGraphvizTask
- Set the database name.
- PropelMigrationManager::setConnections() — Method in class PropelMigrationManager
- Set the database connection settings
- PropelMigrationManager::setMigrationTable() — Method in class PropelMigrationManager
- Set the migration table name
- PropelMigrationManager::setMigrationDir() — Method in class PropelMigrationManager
- Set the path to the migration classes
- PropelModelPager::setQuery() — Method in class PropelModelPager
- PropelModelPager::setMaxRecordLimit() — Method in class PropelModelPager
- PropelModelPager::setPage() — Method in class PropelModelPager
- Set the number of the current page
- PropelModelPager::setMaxPerPage() — Method in class PropelModelPager
- Set the maximum number results per page
- PropelOMTask::setTargetPlatform() — Method in class PropelOMTask
- Sets the platform (php4, php5, etc.) for which the om is being built.
- PropelObjectCollection::save() — Method in class PropelObjectCollection
- Save all the elements in the collection
- PropelOnDemandCollection::serialize() — Method in class PropelOnDemandCollection
- PropelOnDemandCollection::setFlags() — Method in class PropelOnDemandCollection
- PropelPDO::setConfiguration() — Method in class PropelPDO
- Inject the runtime configuration
- PropelPDO::setAttribute() — Method in class PropelPDO
- Sets a connection attribute.
- PropelPDO::setLastExecutedQuery() — Method in class PropelPDO
- Set the SQL code for the latest query executed by Propel
- PropelPDO::setLogLevel() — Method in class PropelPDO
- Sets the logging level to use for logging method calls and SQL statements.
- PropelPDO::setLogger() — Method in class PropelPDO
- Sets a logger to use.
- PropelPager::setCriteria() — Method in class PropelPager
- Set the criteria for this pager.
- PropelPager::setPeerClass() — Method in class PropelPager
- Set the Peer Classname
- PropelPager::setPeerMethod() — Method in class PropelPager
- Set the Peer select method.
- PropelPager::setPeerSelectMethod() — Method in class PropelPager
- Set the Peer select method.
- PropelPager::setPeerCountMethod() — Method in class PropelPager
- Sets the Count method.
- PropelPager::setPage() — Method in class PropelPager
- Set the current page number (First page is 1).
- PropelPager::setRowsPerPage() — Method in class PropelPager
- Set the number of rows per page.
- PropelPager::setStart() — Method in class PropelPager
- Sets the start row or offset.
- PropelPager::setMax() — Method in class PropelPager
- Sets max rows (limit).
- PropelPlatformInterface::setConnection() — Method in class PropelPlatformInterface
- Sets a database connection to use (for quoting, etc.).
- PropelPlatformInterface::setGeneratorConfig() — Method in class PropelPlatformInterface
- Sets the GeneratorConfig which contains any generator build properties.
- PropelPlatformInterface::supportsNativeDeleteTrigger() — Method in class PropelPlatformInterface
- Whether RDBMS supports native ON DELETE triggers (e.g.
- PropelPlatformInterface::supportsInsertNullPk() — Method in class PropelPlatformInterface
- Whether RDBMS supports INSERT null values in autoincremented primary keys
- PropelPlatformInterface::supportsSchemas() — Method in class PropelPlatformInterface
- Whether RDBMS supports native schemas for table layout.
- PropelPlatformInterface::supportsMigrations() — Method in class PropelPlatformInterface
- Whether RDBMS supports migrations.
- PropelPlatformInterface::supportsVarcharWithoutSize() — Method in class PropelPlatformInterface
- Wether RDBMS supports VARCHAR without explicit size
- PropelQuickBuilder::setSchema() — Method in class PropelQuickBuilder
- PropelQuickBuilder::setPlatform() — Method in class PropelQuickBuilder
- Setter for the platform property
- PropelQuickBuilder::setConfig() — Method in class PropelQuickBuilder
- Setter for the config property
- PropelSQLDiffTask::setDatabaseName() — Method in class PropelSQLDiffTask
- Sets the datasource name.
- PropelSQLDiffTask::setEditorCmd() — Method in class PropelSQLDiffTask
- Setter for the editorCmd property
- PropelSQLDiffTask::setCaseInsensitive() — Method in class PropelSQLDiffTask
- Defines whether the comparison is case insensitive
- PropelSQLExec::setSqlDbMap() — Method in class PropelSQLExec
- Set the sqldbmap properties file.
- PropelSQLExec::setBuildConnections() — Method in class PropelSQLExec
- Set the buildtime connection settings.
- PropelSQLExec::setSrcDir() — Method in class PropelSQLExec
- Set the src directory for the sql files listed in the sqldbmap file.
- PropelSQLExec::setUrl() — Method in class PropelSQLExec
- Set the DB connection url.
- PropelSQLExec::setUserid() — Method in class PropelSQLExec
- Set the user name for the DB connection.
- PropelSQLExec::setPassword() — Method in class PropelSQLExec
- Set the password for the DB connection.
- PropelSQLExec::setAutoCommit() — Method in class PropelSQLExec
- Set the autocommit flag for the DB connection.
- PropelSQLExec::setOnerror() — Method in class PropelSQLExec
- Set the action to perform onerror
- PropelSQLParser::setSQL() — Method in class PropelSQLParser
- Sets the inner SQL string for this object.
- PropelSQLParser::stripSQLCommentLines() — Method in class PropelSQLParser
- PropelSQLTask::setSqlDbMap() — Method in class PropelSQLTask
- Set the sqldbmap.
- PropelSQLTask::setDatabase() — Method in class PropelSQLTask
- Set the database name.
- PropelSchemaReverseTask::setDbSchema() — Method in class PropelSchemaReverseTask
- Sets the name of a database schema to use (optional).
- PropelSchemaReverseTask::setDbEncoding() — Method in class PropelSchemaReverseTask
- Sets the database encoding.
- PropelSchemaReverseTask::setDatabaseName() — Method in class PropelSchemaReverseTask
- Sets the datasource name.
- PropelSchemaReverseTask::setOutputFile() — Method in class PropelSchemaReverseTask
- Sets the output name for the XML file.
- PropelSchemaReverseTask::setSamePhpName() — Method in class PropelSchemaReverseTask
- Set whether to use the column name as phpName without any translation.
- PropelSchemaReverseTask::setAddVendorInfo() — Method in class PropelSchemaReverseTask
- Set whether to add vendor info to the schema.
- PropelSchemaReverseTask::setAddValidators() — Method in class PropelSchemaReverseTask
- Sets set validator bitfield from a comma-separated list of "validator bit" names.
- PropelSqlManager::setConnections() — Method in class PropelSqlManager
- Set the database connection settings
- PropelSqlManager::setGeneratorConfig() — Method in class PropelSqlManager
- PropelSqlManager::setDataModels() — Method in class PropelSqlManager
- PropelSqlManager::setWorkingDirectory() — Method in class PropelSqlManager
- PropelStringReader::skip() — Method in class PropelStringReader
- PropelTableComparator::setFromTable() — Method in class PropelTableComparator
- Set the table the comparator starts from
- PropelTableComparator::setToTable() — Method in class PropelTableComparator
- Set the table the comparator goes to
- PropelTableDiff::setFromTable() — Method in class PropelTableDiff
- Setter for the fromTable property
- PropelTableDiff::setToTable() — Method in class PropelTableDiff
- Setter for the toTable property
- PropelTableDiff::setAddedColumns() — Method in class PropelTableDiff
- Setter for the addedColumns property
- PropelTableDiff::setRemovedColumns() — Method in class PropelTableDiff
- Setter for the removedColumns property
- PropelTableDiff::setModifiedColumns() — Method in class PropelTableDiff
- Setter for the modifiedColumns property
- PropelTableDiff::setRenamedColumns() — Method in class PropelTableDiff
- Setter for the renamedColumns property
- PropelTableDiff::setAddedPkColumns() — Method in class PropelTableDiff
- Setter for the addedPkColumns property
- PropelTableDiff::setRemovedPkColumns() — Method in class PropelTableDiff
- Setter for the removedPkColumns property
- PropelTableDiff::setRenamedPkColumns() — Method in class PropelTableDiff
- Setter for the renamedPkColumns property
- PropelTableDiff::setAddedIndices() — Method in class PropelTableDiff
- Setter for the addedIndices property
- PropelTableDiff::setRemovedIndices() — Method in class PropelTableDiff
- Setter for the removedIndices property
- PropelTableDiff::setModifiedIndices() — Method in class PropelTableDiff
- Setter for the modifiedIndices property
- PropelTableDiff::setAddedFks() — Method in class PropelTableDiff
- Setter for the addedFks property
- PropelTableDiff::setRemovedFks() — Method in class PropelTableDiff
- Setter for the removedFks property
- PropelTableDiff::setModifiedFks() — Method in class PropelTableDiff
- Setter for the modifiedFks property
- PropelTemplate::setTemplate() — Method in class PropelTemplate
- Set a string as a template.
- PropelTemplate::setTemplateFile() — Method in class PropelTemplate
- Set a file as a template.
- QueryInheritanceBuilder::setChild() — Method in class QueryInheritanceBuilder
- Set the child object that we're operating on currrently.
- QuickGeneratorConfig::setBuildProperties() — Method in class QuickGeneratorConfig
- Parses the passed-in properties, renaming and saving eligible properties in this object.
- QuickGeneratorConfig::setBuildProperty() — Method in class QuickGeneratorConfig
- Sets a specific propel (renamed) property from the build.
- Rule::setValidator() — Method in class Rule
- Sets the owning validator for this rule.
- Rule::setClass() — Method in class Rule
- Sets the dot-path name of class to use for rule.
- Rule::setName() — Method in class Rule
- Sets the name of the validator for this rule.
- Rule::setValue() — Method in class Rule
- Sets the value parameter for this validator rule.
- Rule::setMessage() — Method in class Rule
- Sets the message that will be displayed to the user if validation fails.
- SchemaException
- Class for exceptions thrown during schema parsing
- SchemaParser
- Interface for reverse engineering schema parsers.
- SchemaParser::setConnection() — Method in class SchemaParser
- Sets the database connection.
- SchemaParser::setGeneratorConfig() — Method in class SchemaParser
- Sets the GeneratorConfig to use in the parsing.
- ScopedElement
- Data about an element with a name and optional namespace/schema/package attributes
- ScopedElement::setNamespace() — Method in class ScopedElement
- Set the value of the namespace.
- ScopedElement::setPackage() — Method in class ScopedElement
- Set the value of package.
- ScopedElement::setSchema() — Method in class ScopedElement
- Set the value of schema.
- SluggableBehavior
- Adds a slug column
- SoftDeleteBehavior
- Gives a model class the ability to remain in database even when the user deletes object Uses an additional column storing the deletion date And an additional condition for every read query to only consider rows with no deletion date
- SoftDeleteBehavior::staticMethods() — Method in class SoftDeleteBehavior
- SortableBehavior
- Gives a model class the ability to be ordered Uses one additional column storing the rank
- SortableBehaviorObjectBuilderModifier
- Behavior to add sortable columns and abilities
- SortableBehaviorPeerBuilderModifier
- Behavior to add sortable peer methods
- SortableBehaviorPeerBuilderModifier::staticAttributes() — Method in class SortableBehaviorPeerBuilderModifier
- SortableBehaviorPeerBuilderModifier::staticMethods() — Method in class SortableBehaviorPeerBuilderModifier
- Static methods
- SortableBehaviorQueryBuilderModifier
- Behavior to add sortable query methods
- SqliteDataSQLBuilder
- SQLite class for building data dump SQL.
- SqlitePlatform
- SQLite PropelPlatformInterface implementation.
- SqlitePlatform::supportsMigrations() — Method in class SqlitePlatform
- SqliteSchemaParser
- SQLite database schema parser.
- SqlsrvDataSQLBuilder
- MS SQL Server using pdo_sqlsrv driver class for building data dump SQL.
- SqlsrvPlatform
- MS SQL Server using pdo_sqlsrv implementation.
- SqlsrvSchemaParser
- Microsoft SQL Server database schema parser.
- StandardEnglishPluralizer
- Standard replacement English pluralizer class.
- Table::setupObject() — Method in class Table
- Sets up the Rule object based on the attributes that were passed to loadFromXML().
- Table::setBaseClass() — Method in class Table
- Set the value of baseClass.
- Table::setBasePeer() — Method in class Table
- Set the value of basePeer.
- Table::setupReferrers() — Method in class Table
- Browses the foreign keys and creates referrers for the foreign table.
- Table::setContainsForeignPK() — Method in class Table
- Set whether this table contains a foreign PK
- Table::setDescription() — Method in class Table
- Set the description for the Table
- Table::setPhpName() — Method in class Table
- Set name to use in PHP sources
- Table::setCommonName() — Method in class Table
- Set the common name of the table (without schema)
- Table::setDefaultStringFormat() — Method in class Table
- Set the default string format for ActiveRecord objects in this Table.
- Table::setIdMethod() — Method in class Table
- Set the method for generating pk's
- Table::setSkipSql() — Method in class Table
- Set whether this table should have its creation sql generated.
- Table::setAlias() — Method in class Table
- Set whether this table specified in the schema or is there just a foreign key reference to it.
- Table::setInterface() — Method in class Table
- Interface which objects for this table will implement
- Table::setAbstract() — Method in class Table
- When a table is abstract, it marks the business object class that is generated as being abstract.
- Table::setDatabase() — Method in class Table
- Set the database that contains this table.
- Table::setForReferenceOnly() — Method in class Table
- Flag to determine if code/sql gets created for this table.
- Table::setTreeMode() — Method in class Table
- Flag to determine if tree node class should be generated for this table.
- Table::setIsCrossRef() — Method in class Table
- Sets a crossref status for this foreign key.
- ValidationFailed::setColumn() — Method in class ValidationFailed
- Set the column name.
- ValidationFailed::setMessage() — Method in class ValidationFailed
- Set the message for the validation failure.
- ValidationFailed::setValidator() — Method in class ValidationFailed
- Set the validator object that caused this to fail.
- Validator::setColumn() — Method in class Validator
- Sets the Column object that this validator applies to.
- Validator::setTable() — Method in class Validator
- Set the owning Table.
- Validator::setTranslate() — Method in class Validator
- Set the translation mode to use for the message.
- VendorInfo::setType() — Method in class VendorInfo
- Set RDBMS type for this vendor-specific info.
- VendorInfo::setParameter() — Method in class VendorInfo
- Sets parameter value.
- VendorInfo::setParameters() — Method in class VendorInfo
- Sets assoc array of parameters for venfor specific info.
- VersionableBehaviorPeerBuilderModifier::staticAttributes() — Method in class VersionableBehaviorPeerBuilderModifier
- VersionableBehaviorPeerBuilderModifier::staticMethods() — Method in class VersionableBehaviorPeerBuilderModifier
- XmlToAppData::setGeneratorConfig() — Method in class XmlToAppData
- Set the AppData generator configuration
- XmlToAppData::startElement() — Method in class XmlToAppData
- Handles opening elements of the xml file.
- XmlToDataSQL::startElement() — Method in class XmlToDataSQL
- Handles opening elements of the xml file.
- sfYaml
- sfYaml offers convenience methods to load and dump YAML.
- sfYaml::setSpecVersion() — Method in class sfYaml
- Sets the YAML specification version to use.
- sfYamlDumper
- sfYamlDumper dumps PHP variables to YAML strings.
- sfYamlInline
- sfYamlInline implements a YAML parser/dumper for the YAML inline syntax.
- sfYamlParser
- sfYamlParser parses YAML strings to convert them to PHP arrays.
T
- AlternativeCodingStandardsBehavior::tableMapFilter() — Method in class AlternativeCodingStandardsBehavior
- AppData::toString() — Method in class AppData
- Creates a string representation of this AppData.
- BasePeer::translateFieldname() — Method in class BasePeer
- Criteria::toString() — Method in class Criteria
- Build a string representation of the Criteria.
- DBAdapter::toUpperCase() — Method in class DBAdapter
- This method is used to ignore case.
- DBAdapter::turnSelectColumnsToAliases() — Method in class DBAdapter
- Ensures uniqueness of select column names by turning them all into aliases This is necessary for queries on more than one table when the tables share a column name Moved from BasePeer to DBAdapter and turned from static to non static
- DBMSSQL::toUpperCase() — Method in class DBMSSQL
- This method is used to ignore case.
- DBMySQL::toUpperCase() — Method in class DBMySQL
- This method is used to ignore case.
- DBNone::toUpperCase() — Method in class DBNone
- This method is used to ignore case.
- DBOracle::toUpperCase() — Method in class DBOracle
- This method is used to ignore case.
- DBOracle::turnSelectColumnsToAliases() — Method in class DBOracle
- Ensures uniqueness of select column names by turning them all into aliases This is necessary for queries on more than one table when the tables share a column name
- DBPostgres::toUpperCase() — Method in class DBPostgres
- This method is used to ignore case.
- DBSQLite::toUpperCase() — Method in class DBSQLite
- This method is used to ignore case.
- Join::toString() — Method in class Join
- Returns a String representation of the class,
- PropelArrayCollection::toArray() — Method in class PropelArrayCollection
- Get an array representation of the collection This is not an alias for getData(), since it returns a copy of the data
- PropelArrayCollection::toKeyValue() — Method in class PropelArrayCollection
- Get an associative array representation of the collection The first parameter specifies the column to be used for the key, And the seconf for the value.
- PropelCSVParser::toCSV() — Method in class PropelCSVParser
- Alias for PropelCSVParser::fromArray()
- PropelCSVParser::toArray() — Method in class PropelCSVParser
- Converts data from CSV to an associative array.
- PropelJSONParser::toJSON() — Method in class PropelJSONParser
- Alias for PropelJSONParser::fromArray()
- PropelJSONParser::toArray() — Method in class PropelJSONParser
- Converts data from JSON to an associative array.
- PropelObjectCollection::toArray() — Method in class PropelObjectCollection
- Get an array representation of the collection Each object is turned into an array and the result is returned
- PropelObjectCollection::toKeyValue() — Method in class PropelObjectCollection
- Get an associative array representation of the collection The first parameter specifies the column to be used for the key, And the seconf for the value.
- PropelOnDemandCollection::toArray() — Method in class PropelOnDemandCollection
- Get an array representation of the collection Each object is turned into an array and the result is returned
- PropelParser::toArray() — Method in class PropelParser
- Converts data from the parser format to an associative array.
- PropelXMLParser::toXML() — Method in class PropelXMLParser
- Alias for PropelXMLParser::fromArray()
- PropelXMLParser::toArray() — Method in class PropelXMLParser
- Converts data from XML to an associative array.
- PropelYAMLParser::toYAML() — Method in class PropelYAMLParser
- Alias for PropelYAMLParser::fromArray()
- PropelYAMLParser::toArray() — Method in class PropelYAMLParser
- Converts data from YAML to an associative array.
- Table
- Data about a table used in an application.
- Table::treeMode() — Method in class Table
- Flag to determine if tree node class should be generated for this table.
- TimestampableBehavior
- Gives a model class the ability to track creation and last modification dates Uses two additional columns storing the creation and update date
- TypeValidator
- A validator for validating the (PHP) type of the value submitted.
- XMLElement::toString() — Method in class XMLElement
- String representation of the current object.
- XmlToDataSQL::transform() — Method in class XmlToDataSQL
- Transform the data dump input file into SQL and writes it to the output stream.
U
- DBAdapter::useQuoteIdentifier() — Method in class DBAdapter
- Should Column-Names get identifiers for inserts or updates.
- DBMySQL::unlockTable() — Method in class DBMySQL
- Unlocks the specified table.
- DBMySQL::useQuoteIdentifier() — Method in class DBMySQL
- $DebugPDO — Property in class DebugPDO
- ModelCriteria::useQuery() — Method in class ModelCriteria
- Initializes a secondary ModelCriteria object, to be later merged with the current object
- ModelCriteria::update() — Method in class ModelCriteria
- Issue an UPDATE query based the current ModelCriteria and a list of changes.
- $MssqlDebugPDO — Property in class MssqlDebugPDO
- MssqlPropelPDO::useQuoteIdentifier() — Method in class MssqlPropelPDO
- NestedSetBehavior::useScope() — Method in class NestedSetBehavior
- PropelAutoloader::unregister() — Method in class PropelAutoloader
- Unregister PropelAutoloader from spl autoloader.
- PropelCollection::unserialize() — Method in class PropelCollection
- PropelMigrationManager::updateLatestMigrationTimestamp() — Method in class PropelMigrationManager
- PropelOnDemandCollection::unserialize() — Method in class PropelOnDemandCollection
- PropelOnDemandCollection::uasort() — Method in class PropelOnDemandCollection
- PropelOnDemandCollection::uksort() — Method in class PropelOnDemandCollection
- $PropelPDO — Property in class PropelPDO
- Whether or not the debug is enabled
- PropelPDO::useDebug() — Method in class PropelPDO
- Enable or disable the query debug features
- SortableBehavior::useScope() — Method in class SortableBehavior
- Unique
- Information about unique columns of a table.
- UniqueValidator
- A validator for unique column names.
V
- $Column — Property in class Column
- CriterionIterator::valid() — Method in class CriterionIterator
- NestedSetRecursiveIterator::valid() — Method in class NestedSetRecursiveIterator
- PreOrderNodeIterator::valid() — Method in class PreOrderNodeIterator
- PropelOnDemandIterator::valid() — Method in class PropelOnDemandIterator
- PropelPager::valid() — Method in class PropelPager
- Checks if the current key exists in the container
- PropelSchemaValidator::validate() — Method in class PropelSchemaValidator
- ValidValuesValidator
- A validator for valid values (e.g.
- ValidationFailed
- Simple class that serves as a container for any information about a failed validation.
- Validator
- Validator.
- VendorInfo
- Object to hold vendor-specific info.
- VersionableBehavior
- Keeps tracks of all the modifications in an ActiveRecord object
- VersionableBehaviorObjectBuilderModifier
- Behavior to add versionable columns and abilities
- VersionableBehaviorPeerBuilderModifier
- Behavior to add versionable columns and abilities
- VersionableBehaviorQueryBuilderModifier
- Behavior to add versionable columns and abilities
W
- BasicLogger::warning() — Method in class BasicLogger
- A convenience function for logging a warning event.
- ModelCriteria::where() — Method in class ModelCriteria
- Adds a condition on a column based on a pseudo SQL clause Uses introspection to translate the column phpName into a fully qualified name <code> // simple clause $c->where('b.Title = ?', 'foo'); // named conditions $c->condition('cond1', 'b.Title = ?', 'foo'); $c->condition('cond2', 'b.ISBN = ?', 12345); $c->where(array('cond1', 'cond2'), Criteria::LOGICAL_OR); </code>
- ModelCriteria::with() — Method in class ModelCriteria
- Adds a relation to hydrate together with the main object The relation must be initialized via a join() prior to calling with() Examples: <code> $c->join('Book.Author'); $c->with('Author');
- ModelCriteria::withColumn() — Method in class ModelCriteria
- Adds a supplementary column to the select clause These columns can later be retrieved from the hydrated objects using getVirtualColumn()
- MojaviLogAdapter::warning() — Method in class MojaviLogAdapter
- A convenience function for logging a warning event.
- PropelGraphvizTask::writeDot() — Method in class PropelGraphvizTask
- probably insecure
X
- XMLElement
- An abstract class for elements represented by XML tags (e.g.
- XmlToAppData
- A class that is used to parse an input xml schema file and creates an AppData PHP object.
- XmlToDataSQL
- A Class that is used to parse an data dump XML file and create SQL using a DataSQLBuilder class.
_
- AppData::__construct() — Method in class AppData
- Creates a new instance for the specified database type.
- AppData::__toString() — Method in class AppData
- Magic string method
- ArchivableBehaviorObjectBuilderModifier::__construct() — Method in class ArchivableBehaviorObjectBuilderModifier
- ArchivableBehaviorQueryBuilderModifier::__construct() — Method in class ArchivableBehaviorQueryBuilderModifier
- BaseObject::__construct() — Method in class BaseObject
- Empty constructor (this allows people with their own BaseObject implementation to use its constructor)
- BaseObject::__sleep() — Method in class BaseObject
- Clean up internal collections prior to serializing Avoids recursive loops that turn into segmentation faults when serializing
- BaseObject::__call() — Method in class BaseObject
- Catches calls to undefined methods.
- BaseSchemaParser::__construct() — Method in class BaseSchemaParser
- Column::__construct() — Method in class Column
- Creates a new column and set the name
- Column::__clone() — Method in class Column
- ColumnDefaultValue::__construct() — Method in class ColumnDefaultValue
- Creates a new DefaultValue object.
- ColumnValue::__construct() — Method in class ColumnValue
- Criteria::__construct() — Method in class Criteria
- Creates a new instance with the default capacity which corresponds to the specified database.
- Criteria::_or() — Method in class Criteria
- Criteria::_and() — Method in class Criteria
- Criteria::_if() — Method in class Criteria
- Returns the current object if the condition is true, or a PropelConditionalProxy instance otherwise.
- Criteria::_elseif() — Method in class Criteria
- Returns a PropelConditionalProxy instance.
- Criteria::_else() — Method in class Criteria
- Returns a PropelConditionalProxy instance.
- Criteria::_endif() — Method in class Criteria
- Returns the current object Allows for conditional statements in a fluid interface.
- Criteria::__clone() — Method in class Criteria
- Ensures deep cloning of attached objects
- Criterion::__construct() — Method in class Criterion
- Create a new instance.
- Criterion::__clone() — Method in class Criterion
- Ensures deep cloning of attached objects
- CriterionIterator::__construct() — Method in class CriterionIterator
- DataModelBuilder::__construct() — Method in class DataModelBuilder
- Creates new instance of DataModelBuilder subclass.
- DataRow::__construct() — Method in class DataRow
- Database::__construct() — Method in class Database
- Constructs a new Database object.
- DefaultPlatform::__construct() — Method in class DefaultPlatform
- Default constructor.
- Domain::__construct() — Method in class Domain
- Creates a new Domain object.
- ForeignKey::__construct() — Method in class ForeignKey
- Constructs a new ForeignKey object.
- GeneratorConfig::__construct() — Method in class GeneratorConfig
- Construct a new GeneratorConfig.
- I18nBehaviorObjectBuilderModifier::__construct() — Method in class I18nBehaviorObjectBuilderModifier
- I18nBehaviorPeerBuilderModifier::__construct() — Method in class I18nBehaviorPeerBuilderModifier
- I18nBehaviorQueryBuilderModifier::__construct() — Method in class I18nBehaviorQueryBuilderModifier
- Index::__construct() — Method in class Index
- Creates a new Index instance.
- Join::__construct() — Method in class Join
- Constructor Use it preferably with no arguments, and then use addCondition() and setJoinType() Syntax with arguments used mainly for backwards compatibility
- Join::__toString() — Method in class Join
- ModelCriteria::__construct() — Method in class ModelCriteria
- Creates a new instance with the default capacity which corresponds to the specified database.
- ModelCriteria::__call() — Method in class ModelCriteria
- Handle the magic Supports findByXXX(), findOneByXXX(), filterByXXX(), orderByXXX(), and groupByXXX() methods, where XXX is a column phpName.
- ModelCriteria::__clone() — Method in class ModelCriteria
- Ensures deep cloning of attached objects
- ModelCriterion::__construct() — Method in class ModelCriterion
- Create a new instance.
- ModelJoin::__toString() — Method in class ModelJoin
- ModelWith::__construct() — Method in class ModelWith
- ModelWith::__toString() — Method in class ModelWith
- MojaviLogAdapter::__construct() — Method in class MojaviLogAdapter
- constructor for setting up Mojavi log adapter
- NestedSetBehaviorObjectBuilderModifier::__construct() — Method in class NestedSetBehaviorObjectBuilderModifier
- NestedSetBehaviorPeerBuilderModifier::__construct() — Method in class NestedSetBehaviorPeerBuilderModifier
- NestedSetBehaviorQueryBuilderModifier::__construct() — Method in class NestedSetBehaviorQueryBuilderModifier
- NestedSetRecursiveIterator::__construct() — Method in class NestedSetRecursiveIterator
- ObjectBuilder::__construct() — Method in class ObjectBuilder
- Constructs a new PeerBuilder subclass.
- PeerBuilder::__construct() — Method in class PeerBuilder
- Constructs a new PeerBuilder subclass.
- PgsqlDataSQLBuilder::__construct() — Method in class PgsqlDataSQLBuilder
- Construct a new PgsqlDataSQLBuilder object.
- PreOrderNodeIterator::__construct() — Method in class PreOrderNodeIterator
- PropelCollection::__call() — Method in class PropelCollection
- Catches calls to undefined methods.
- PropelCollection::__toString() — Method in class PropelCollection
- Returns a string representation of the current collection.
- PropelColumnDiff::__toString() — Method in class PropelColumnDiff
- PropelConditionalProxy::__construct() — Method in class PropelConditionalProxy
- PropelConditionalProxy::_if() — Method in class PropelConditionalProxy
- Returns a new level PropelConditionalProxy instance.
- PropelConditionalProxy::_elseif() — Method in class PropelConditionalProxy
- Allows for conditional statements in a fluid interface.
- PropelConditionalProxy::_else() — Method in class PropelConditionalProxy
- Allows for conditional statements in a fluid interface.
- PropelConditionalProxy::_endif() — Method in class PropelConditionalProxy
- Returns the parent object Allows for conditional statements in a fluid interface.
- PropelConditionalProxy::__call() — Method in class PropelConditionalProxy
- PropelDatabaseComparator::__construct() — Method in class PropelDatabaseComparator
- PropelDatabaseDiff::__toString() — Method in class PropelDatabaseDiff
- PropelDateTime::__sleep() — Method in class PropelDateTime
- PHP "magic" function called when object is serialized.
- PropelDateTime::__wakeup() — Method in class PropelDateTime
- PHP "magic" function called when object is restored from serialized state.
- PropelException::__construct() — Method in class PropelException
- Emulates wrapped exceptions for PHP < 5.3
- PropelFormatter::__construct() — Method in class PropelFormatter
- PropelModelPager::__construct() — Method in class PropelModelPager
- PropelOnDemandIterator::__construct() — Method in class PropelOnDemandIterator
- PropelPDO::__construct() — Method in class PropelPDO
- Creates a PropelPDO instance representing a connection to a database.
- PropelPDO::__destruct() — Method in class PropelPDO
- If so configured, makes an entry to the log of the state of this object just prior to its destruction.
- PropelPHPParser::__construct() — Method in class PropelPHPParser
- Parser constructor
- PropelPager::__construct() — Method in class PropelPager
- Create a new Propel Pager.
- PropelSchemaValidator::__construct() — Method in class PropelSchemaValidator
- PropelStringReader::__construct() — Method in class PropelStringReader
- PropelTableComparator::__construct() — Method in class PropelTableComparator
- PropelTableDiff::__toString() — Method in class PropelTableDiff
- QuickGeneratorConfig::__construct() — Method in class QuickGeneratorConfig
- SortableBehaviorObjectBuilderModifier::__construct() — Method in class SortableBehaviorObjectBuilderModifier
- SortableBehaviorPeerBuilderModifier::__construct() — Method in class SortableBehaviorPeerBuilderModifier
- SortableBehaviorQueryBuilderModifier::__construct() — Method in class SortableBehaviorQueryBuilderModifier
- Table::__construct() — Method in class Table
- Constructs a table object with a name
- ValidationFailed::__construct() — Method in class ValidationFailed
- Construct a new ValidationFailed object.
- ValidationFailed::__toString() — Method in class ValidationFailed
- "magic" method to get string represenation of object.
- VendorInfo::__construct() — Method in class VendorInfo
- Creates a new VendorInfo instance.
- VersionableBehaviorObjectBuilderModifier::__construct() — Method in class VersionableBehaviorObjectBuilderModifier
- VersionableBehaviorQueryBuilderModifier::__construct() — Method in class VersionableBehaviorQueryBuilderModifier
- XMLElement::__toString() — Method in class XMLElement
- Magic string method
- XmlToAppData::__construct() — Method in class XmlToAppData
- Creates a new instance for the specified database type.
- XmlToAppData::_throwInvalidTagException() — Method in class XmlToAppData
- XmlToDataSQL::__construct() — Method in class XmlToDataSQL
- Construct new XmlToDataSQL class.
- sfYamlParser::__construct() — Method in class sfYamlParser
- Constructor