|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for arHaving:
Collaboration diagram for arHaving:Public Member Functions | |
| asSQLStatement (ActiveRecord $ar) | |
| @description Build WHERE Statement More... | |
| getFieldname () | |
| setFieldname ($fieldname) | |
| getValue () | |
| setValue ($value) | |
| getOperator () | |
| setOperator ($operator) | |
| getStatement () | |
| setStatement ($statement) | |
| getGlue () | |
| setGlue ($glue) | |
| getTableName () | |
| setTableName ($table_name) | |
Public Member Functions inherited from arStatement | |
| asSQLStatement (ActiveRecord $ar) | |
| getTableNameAs () | |
| setTableNameAs ($table_name_as) | |
Protected Attributes | |
| $table_name = '' | |
| $fieldname = '' | |
| $value | |
| $operator = '=' | |
| $statement = '' | |
| $glue = 'AND' | |
Protected Attributes inherited from arStatement | |
| $table_name_as = '' | |
| arHaving::asSQLStatement | ( | ActiveRecord | $ar | ) |
@description Build WHERE Statement
| ActiveRecord | $ar |
| arException |
Reimplemented from arStatement.
Definition at line 47 of file class.arHaving.php.
References $statement, getFieldname(), getOperator(), getStatement(), getTableName(), getValue(), and setStatement().
Here is the call graph for this function:| arHaving::getFieldname | ( | ) |
Definition at line 63 of file class.arHaving.php.
References $fieldname.
Referenced by asSQLStatement().
Here is the caller graph for this function:| arHaving::getGlue | ( | ) |
| arHaving::getOperator | ( | ) |
Definition at line 99 of file class.arHaving.php.
References $operator.
Referenced by asSQLStatement().
Here is the caller graph for this function:| arHaving::getStatement | ( | ) |
Definition at line 117 of file class.arHaving.php.
References $statement.
Referenced by asSQLStatement().
Here is the caller graph for this function:| arHaving::getTableName | ( | ) |
Definition at line 153 of file class.arHaving.php.
References $table_name.
Referenced by asSQLStatement().
Here is the caller graph for this function:| arHaving::getValue | ( | ) |
Definition at line 81 of file class.arHaving.php.
References $value.
Referenced by asSQLStatement().
Here is the caller graph for this function:| arHaving::setFieldname | ( | $fieldname | ) |
| string | $fieldname |
Definition at line 72 of file class.arHaving.php.
References $fieldname.
| arHaving::setGlue | ( | $glue | ) |
| arHaving::setOperator | ( | $operator | ) |
| arHaving::setStatement | ( | $statement | ) |
| string | $statement |
Definition at line 126 of file class.arHaving.php.
References $statement.
Referenced by asSQLStatement().
Here is the caller graph for this function:| arHaving::setTableName | ( | $table_name | ) |
| string | $table_name |
Definition at line 162 of file class.arHaving.php.
References $table_name.
| arHaving::setValue | ( | $value | ) |
|
protected |
Definition at line 20 of file class.arHaving.php.
Referenced by getFieldname(), and setFieldname().
|
protected |
Definition at line 36 of file class.arHaving.php.
|
protected |
Definition at line 28 of file class.arHaving.php.
Referenced by getOperator(), and setOperator().
|
protected |
Definition at line 32 of file class.arHaving.php.
Referenced by asSQLStatement(), getStatement(), and setStatement().
|
protected |
Definition at line 16 of file class.arHaving.php.
Referenced by getTableName(), and setTableName().
|
protected |
Definition at line 24 of file class.arHaving.php.
Referenced by getValue(), and setValue().