ILIAS
Release_5_0_x_branch Revision 61816
|
Public Member Functions | |
asSQLStatement (ActiveRecord $ar) | |
getTableName () | |
setTableName ($table_name) | |
getAs () | |
setAs ($as) | |
getFieldName () | |
setFieldName ($field_name) | |
Public Member Functions inherited from arStatement | |
getTableNameAs () | |
setTableNameAs ($table_name_as) |
Protected Attributes | |
$table_name = '' | |
$as = '' | |
$field_name = '' | |
Protected Attributes inherited from arStatement | |
$table_name_as = '' |
arSelect::asSQLStatement | ( | ActiveRecord | $ar | ) |
ActiveRecord | $ar |
Reimplemented from arStatement.
Definition at line 32 of file class.arSelect.php.
References getAs(), getFieldName(), and getTableName().
arSelect::getAs | ( | ) |
Definition at line 65 of file class.arSelect.php.
References $as.
Referenced by asSQLStatement().
arSelect::getFieldName | ( | ) |
Definition at line 81 of file class.arSelect.php.
References $field_name.
Referenced by asSQLStatement().
arSelect::getTableName | ( | ) |
Definition at line 49 of file class.arSelect.php.
References $table_name.
Referenced by asSQLStatement().
arSelect::setAs | ( | $as | ) |
arSelect::setFieldName | ( | $field_name | ) |
string | $field_name |
Definition at line 89 of file class.arSelect.php.
References $field_name.
arSelect::setTableName | ( | $table_name | ) |
string | $table_name |
Definition at line 57 of file class.arSelect.php.
References $table_name.
|
protected |
Definition at line 20 of file class.arSelect.php.
|
protected |
Definition at line 24 of file class.arSelect.php.
Referenced by getFieldName(), and setFieldName().
|
protected |
Definition at line 16 of file class.arSelect.php.
Referenced by getTableName(), and setTableName().