
Public Member Functions | ||||
| __construct ($field, $table=null) | ||||
| toDialectString (Dialect $dialect) | ||||
| getField () | ||||
| getTable () | ||||
| ||||
| setTable ($table) | ||||
| ||||
Static Public Member Functions | ||||
| static | create ($field, $table=null) | |||
| ||||
Private Attributes | ||||
| $field = null | ||||
| $table = null | ||||
Definition at line 18 of file DBField.class.php.
| DBField::__construct | ( | $ | field, | |
| $ | table = null | |||
| ) |
Definition at line 23 of file DBField.class.php.
References $field, $table, and setTable().

| static DBField::create | ( | $ | field, | |
| $ | table = null | |||
| ) | [static] |
Definition at line 34 of file DBField.class.php.
References $field, and $table.
Referenced by ProtoDAO::fetchCollections(), TransparentDaoWorker::getById(), NullDaoWorker::getById(), CommonDaoWorker::getById(), Criteria::joinProperties(), and ProtoDAO::processPath().
| DBField::toDialectString | ( | Dialect $ | dialect | ) |
Implements DialectString.
Definition at line 39 of file DBField.class.php.
References $field, and Dialect::toCasted().

| DBField::getField | ( | ) |
Definition at line 55 of file DBField.class.php.
| DBField::getTable | ( | ) |
| DBField::setTable | ( | $ | table | ) |
| WrongStateException |
Definition at line 72 of file DBField.class.php.
References $table.
Referenced by __construct().
DBField::$field = null [private] |
Definition at line 20 of file DBField.class.php.
Referenced by __construct(), create(), and toDialectString().
DBField::$table = null [private] |
Definition at line 21 of file DBField.class.php.
Referenced by __construct(), create(), and setTable().
1.5.4