ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
asSQLStatement (ActiveRecord $activeRecord, ilDBInterface $db) | |
getAs () | |
setAs (string $as) | |
getFields () | |
setFields (array $fields) | |
![]() | |
asSQLStatement (ActiveRecord $activeRecord, ilDBInterface $db) | |
getTableNameAs () | |
setTableNameAs (string $table_name_as) | |
Protected Attributes | |
string | $as = '' |
array | $fields = [] |
![]() | |
string | $table_name_as = '' |
Additional Inherited Members | |
![]() | |
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 arConcat
Definition at line 24 of file class.arConcat.php.
arConcat::asSQLStatement | ( | ActiveRecord | $activeRecord, |
ilDBInterface | $db | ||
) |
Definition at line 32 of file class.arConcat.php.
References getAs(), getFields(), and arStatement\wrapFields().
arConcat::getAs | ( | ) |
Definition at line 39 of file class.arConcat.php.
References $as.
Referenced by asSQLStatement().
arConcat::getFields | ( | ) |
Definition at line 49 of file class.arConcat.php.
References $fields.
Referenced by asSQLStatement().
arConcat::setAs | ( | string | $as | ) |
Definition at line 44 of file class.arConcat.php.
References $as.
arConcat::setFields | ( | array | $fields | ) |
|
protected |
Definition at line 26 of file class.arConcat.php.
|
protected |
Definition at line 30 of file class.arConcat.php.
Referenced by getFields(), and setFields().