Public Member Functions | |
__construct ($table, $index) | |
getTableString () | |
getArguments () | |
Public Member Functions inherited from TableTag | |
__construct ($table) | |
isJoinTable () | |
getTableAlias () | |
getTableName () | |
getTableString () | |
getArguments () | |
Public Attributes | |
$index | |
Public Attributes inherited from TableTag | |
$unescaped_name | |
$name | |
$alias | |
$join_type | |
$conditions | |
$conditionsTag | |
Definition at line 12 of file HintTableTag.class.php.
HintTableTag::__construct | ( | $table, | |
$index | |||
) |
constructor Initialises Table Tag properties
object | $table | XML |
array | $index |
Definition at line 28 of file HintTableTag.class.php.
HintTableTag::getArguments | ( | ) |
Definition at line 55 of file HintTableTag.class.php.
HintTableTag::getTableString | ( | ) |
Definition at line 34 of file HintTableTag.class.php.
HintTableTag::$index |
Definition at line 19 of file HintTableTag.class.php.