ILIAS
Release_5_0_x_branch Revision 61816
|
Public Member Functions | |
asSQLStatement (ActiveRecord $ar) | |
getAs () | |
setAs ($as) | |
getFields () | |
setFields ($fields) | |
Public Member Functions inherited from arStatement | |
getTableNameAs () | |
setTableNameAs ($table_name_as) |
Protected Attributes | |
$as = '' | |
$fields = array() | |
Protected Attributes inherited from arStatement | |
$table_name_as = '' |
arConcat::asSQLStatement | ( | ActiveRecord | $ar | ) |
ActiveRecord | $ar |
Reimplemented from arStatement.
Definition at line 28 of file class.arConcat.php.
References getAs(), and getFields().
arConcat::getAs | ( | ) |
Definition at line 36 of file class.arConcat.php.
References $as.
Referenced by asSQLStatement().
arConcat::getFields | ( | ) |
Definition at line 52 of file class.arConcat.php.
References $fields.
Referenced by asSQLStatement().
arConcat::setAs | ( | $as | ) |
arConcat::setFields | ( | $fields | ) |
|
protected |
Definition at line 16 of file class.arConcat.php.
|
protected |
Definition at line 20 of file class.arConcat.php.
Referenced by getFields(), and setFields().