|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for arSelect:
Collaboration diagram for arSelect:Public Member Functions | |
| asSQLStatement (ActiveRecord $ar) | |
| getTableName () | |
| setTableName ($table_name) | |
| getAs () | |
| setAs ($as) | |
| getFieldName () | |
| setFieldName ($field_name) | |
Public Member Functions inherited from arStatement | |
| asSQLStatement (ActiveRecord $ar) | |
| 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 33 of file class.arSelect.php.
References getAs(), getFieldName(), and getTableName().
Here is the call graph for this function:| arSelect::getAs | ( | ) |
Definition at line 69 of file class.arSelect.php.
References $as.
Referenced by asSQLStatement().
Here is the caller graph for this function:| arSelect::getFieldName | ( | ) |
Definition at line 87 of file class.arSelect.php.
References $field_name.
Referenced by asSQLStatement().
Here is the caller graph for this function:| arSelect::getTableName | ( | ) |
Definition at line 51 of file class.arSelect.php.
References $table_name.
Referenced by asSQLStatement().
Here is the caller graph for this function:| arSelect::setAs | ( | $as | ) |
| arSelect::setFieldName | ( | $field_name | ) |
| string | $field_name |
Definition at line 96 of file class.arSelect.php.
References $field_name.
| arSelect::setTableName | ( | $table_name | ) |
| string | $table_name |
Definition at line 60 of file class.arSelect.php.
References $table_name.
|
protected |
Definition at line 21 of file class.arSelect.php.
|
protected |
Definition at line 25 of file class.arSelect.php.
Referenced by getFieldName(), and setFieldName().
|
protected |
Definition at line 17 of file class.arSelect.php.
Referenced by getTableName(), and setTableName().