Public Member Functions | |
__construct ($name, $alias=NULL) | |
toString () | |
getName () | |
getAlias () | |
isJoinTable () | |
Public Attributes | |
$name | |
$alias | |
Definition at line 9 of file Table.class.php.
Table::__construct | ( | $name, | |
$alias = NULL |
|||
) |
constructor
string | $name | |
string | $alias |
Definition at line 30 of file Table.class.php.
Table::getAlias | ( | ) |
Definition at line 47 of file Table.class.php.
Table::getName | ( | ) |
Definition at line 42 of file Table.class.php.
Table::isJoinTable | ( | ) |
Definition at line 52 of file Table.class.php.
Table::toString | ( | ) |
Definition at line 36 of file Table.class.php.
Table::$alias |
Definition at line 22 of file Table.class.php.
Table::$name |
Definition at line 16 of file Table.class.php.