-
(array) getDefinitionKey ($key)
Browse code
Get the value of a column definition key
returns $definition
-
(void) getDoctrineType ()
Browse code
Get the Doctrine type of the column
-
(string) getFieldName ()
Browse code
Get the alias/field name
returns $fieldName
-
(string) getForeignClassName ()
Browse code
Get the name of the related class for this column foreign key.
returns $foreignClassName
-
(Doctrine_Table) getForeignTable ()
Browse code
If foreign key get the related Doctrine_Table object
returns $table
-
-
Get the name of the column
returns $name
-
(string) getPhpName ()
Browse code
Get php name. Exists for backwards compatibility with propel orm
returns $fieldName
-
(mixed|null) getRelationKey ($key)
Browse code
Returns a value from the current column's relation.
-
Get size/length of the column
-
(Doctrine_Table) getTable ()
Browse code
Get the Doctrine_Table object this column belongs to
returns $table
-
Get symfony type of the column
-
(bool) hasDefinitionKey ($key)
Browse code
Check if the column definition has a certain key
-
(boolean) isForeignKey ()
Browse code
Returns true if this column is a foreign key and false if it is not
returns $isForeignKey
-
(boolean) isNotNull ()
Browse code
Returns true of the column is not null and false if it is null
-
(void) isPrimaryKey ()
Browse code
Returns true if the column is a primary key and false if it is not
-
-
-
-
-
(void) setTable ($table)
Browse code
Set the Doctrine_Table object this column belongs to
-
Definition of the column