|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for arSelect:
Collaboration diagram for arSelect:Public Member Functions | |
| asSQLStatement (ActiveRecord $activeRecord, ilDBInterface $db) | |
| getTableName () | |
| setTableName (string $table_name) | |
| getAs () | |
| setAs (string $as) | |
| getFieldName () | |
| setFieldName (string $field_name) | |
Public Member Functions inherited from arStatement | |
| asSQLStatement (ActiveRecord $activeRecord, ilDBInterface $db) | |
| getTableNameAs () | |
| setTableNameAs (string $table_name_as) | |
Protected Attributes | |
| string | $table_name = '' |
| string | $as = '' |
| string | $field_name = '' |
Protected Attributes inherited from arStatement | |
| string | $table_name_as = '' |
Additional Inherited Members | |
Protected Member Functions inherited from arStatement | |
| wrapFields (array $fields, ilDBInterface $db) | |
| wrapField (string $field, ilDBInterface $db) | |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Class arSelect
Definition at line 24 of file class.arSelect.php.
| arSelect::asSQLStatement | ( | ActiveRecord | $activeRecord, |
| ilDBInterface | $db | ||
| ) |
Reimplemented from arStatement.
Definition at line 30 of file class.arSelect.php.
References getAs(), getFieldName(), getTableName(), and arStatement\wrapField().
Here is the call graph for this function:| arSelect::getAs | ( | ) |
Definition at line 54 of file class.arSelect.php.
References $as.
Referenced by asSQLStatement().
Here is the caller graph for this function:| arSelect::getFieldName | ( | ) |
Definition at line 64 of file class.arSelect.php.
References $field_name.
Referenced by asSQLStatement().
Here is the caller graph for this function:| arSelect::getTableName | ( | ) |
Definition at line 44 of file class.arSelect.php.
References $table_name.
Referenced by asSQLStatement().
Here is the caller graph for this function:| arSelect::setAs | ( | string | $as | ) |
Definition at line 59 of file class.arSelect.php.
References $as.
| arSelect::setFieldName | ( | string | $field_name | ) |
Definition at line 69 of file class.arSelect.php.
References $field_name.
| arSelect::setTableName | ( | string | $table_name | ) |
Definition at line 49 of file class.arSelect.php.
References $table_name.
|
protected |
Definition at line 27 of file class.arSelect.php.
|
protected |
Definition at line 28 of file class.arSelect.php.
Referenced by getFieldName(), and setFieldName().
|
protected |
Definition at line 26 of file class.arSelect.php.
Referenced by getTableName(), and setTableName().