Class: Doctrine_Column
Source Location: /Doctrine/Column.phpClass Doctrine_Column
Class Overview
Implements interfaces:
Doctrine_Column This class represents a database column Located in /Doctrine/Column.php [line 33] Doctrine_Object | --Doctrine_Access | --Doctrine_ColumnAuthor(s):
|
[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties | Inherited Methods | Inherited Constants |
---|---|---|
Inherited From Doctrine_Object |
Inherited From Doctrine_Access
Inherited From Doctrine_Object
|
[ Top ]
Property Summary
Method Summary
Doctrine_Column | __construct() | |
boolean | contains() | contains |
integer | count() | count |
mixed | enumIndex() | enumIndex |
mixed | enumValue() | enumValue |
mixed | get() | get |
array | getDefinition() | |
array | getEnumValues() | |
ArrayIterator | getIterator() | getIterator |
mixed | set() | set |
[ Top ]
Properties
Methods
Constructor __construct [line 45]
|
array | $definition: |
API Tags:
Access: | public |
[ Top ]
contains [line 61]
|
contains
Parameters:$name: |
API Tags:
Access: | public |
[ Top ]
count [line 134]
|
count
API Tags:
Access: | public |
Implementation of:
- Countable::count
[ Top ]
enumIndex [line 123]
|
enumIndex
Parameters:string | $field: | |
mixed | $value: |
API Tags:
Access: | public |
[ Top ]
enumValue [line 108]
|
enumValue
Parameters:string | $field: | |
integer | $index: |
API Tags:
Access: | public |
[ Top ]
get [line 71]
|
get
Parameters:string | $name: |
API Tags:
Access: | public |
[ Top ]
getEnumValues [line 93]
|
string | $field: |
API Tags:
Access: | public |
[ Top ]
getIterator [line 143]
|
getIterator
API Tags:
Access: | public |
Implementation of:
- IteratorAggregate::getIterator
[ Top ]