
Public Member Functions | |
| __construct ($table, $alias=null) | |
| getAlias () | |
| toDialectString (Dialect $dialect) | |
| getTable () | |
Private Attributes | |
| $table = null | |
| $alias = null | |
| $schema = null | |
Definition at line 18 of file FromTable.class.php.
| FromTable::__construct | ( | $ | table, | |
| $ | alias = null | |||
| ) |
| FromTable::getAlias | ( | ) |
| FromTable::toDialectString | ( | Dialect $ | dialect | ) |
| FromTable::getTable | ( | ) |
FromTable::$table = null [private] |
FromTable::$alias = null [private] |
FromTable::$schema = null [private] |
Definition at line 22 of file FromTable.class.php.
1.5.4