|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Inheritance diagram for arConcat:
Collaboration diagram for arConcat:Public Member Functions | |
| asSQLStatement (ActiveRecord $ar) | |
| getAs () | |
| setAs ($as) | |
| getFields () | |
| setFields ($fields) | |
Public Member Functions inherited from arStatement | |
| asSQLStatement (ActiveRecord $ar) | |
| 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().
Here is the call graph for this function:| arConcat::getAs | ( | ) |
Definition at line 36 of file class.arConcat.php.
References $as.
Referenced by asSQLStatement().
Here is the caller graph for this function:| arConcat::getFields | ( | ) |
Definition at line 52 of file class.arConcat.php.
References $fields.
Referenced by asSQLStatement().
Here is the caller graph for this function:| arConcat::setAs | ( | $as | ) |
| arConcat::setFields | ( | $fields | ) |
| array | $fields |
Definition at line 60 of file class.arConcat.php.
|
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().