|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Inheritance diagram for arWhere:
Collaboration diagram for arWhere:Public Member Functions | |
| asSQLStatement (ActiveRecord $ar) | |
| @description Build WHERE Statement More... | |
| setFieldname ($fieldname) | |
| getFieldname () | |
| setOperator ($operator) | |
| getOperator () | |
| setValue ($value) | |
| getValue () | |
| setType ($type) | |
| getType () | |
| setStatement ($statement) | |
| getStatement () | |
| setLink ($link) | |
| getLink () | |
Public Member Functions inherited from arStatement | |
| asSQLStatement (ActiveRecord $ar) | |
| getTableNameAs () | |
| setTableNameAs ($table_name_as) | |
Data Fields | |
| const | TYPE_STRING = 1 |
| const | TYPE_REGULAR = 2 |
Protected Attributes | |
| $type = self::TYPE_REGULAR | |
| $fieldname = '' | |
| $value | |
| $operator = '=' | |
| $statement = '' | |
| $link = 'AND' | |
Protected Attributes inherited from arStatement | |
| $table_name_as = '' | |
| arWhere::asSQLStatement | ( | ActiveRecord | $ar | ) |
@description Build WHERE Statement
| ActiveRecord | $ar |
| arException |
Reimplemented from arStatement.
Definition at line 48 of file class.arWhere.php.
References $operator, $statement, $type, $value, ActiveRecord\getArConnector(), ActiveRecord\getArFieldList(), ActiveRecord\getConnectorContainerName(), getFieldname(), getOperator(), getStatement(), getType(), getValue(), setOperator(), and setStatement().
Here is the call graph for this function:| arWhere::getFieldname | ( | ) |
Definition at line 101 of file class.arWhere.php.
References $fieldname.
Referenced by asSQLStatement().
Here is the caller graph for this function:| arWhere::getLink | ( | ) |
| arWhere::getOperator | ( | ) |
Definition at line 119 of file class.arWhere.php.
References $operator.
Referenced by asSQLStatement().
Here is the caller graph for this function:| arWhere::getStatement | ( | ) |
Definition at line 173 of file class.arWhere.php.
References $statement.
Referenced by asSQLStatement().
Here is the caller graph for this function:| arWhere::getType | ( | ) |
Definition at line 155 of file class.arWhere.php.
References $type.
Referenced by asSQLStatement().
Here is the caller graph for this function:| arWhere::getValue | ( | ) |
Definition at line 137 of file class.arWhere.php.
References $value.
Referenced by asSQLStatement().
Here is the caller graph for this function:| arWhere::setFieldname | ( | $fieldname | ) |
| arWhere::setLink | ( | $link | ) |
| arWhere::setOperator | ( | $operator | ) |
| string | $operator |
Definition at line 110 of file class.arWhere.php.
References $operator.
Referenced by asSQLStatement().
Here is the caller graph for this function:| arWhere::setStatement | ( | $statement | ) |
| string | $statement |
Definition at line 164 of file class.arWhere.php.
References $statement.
Referenced by asSQLStatement().
Here is the caller graph for this function:| arWhere::setType | ( | $type | ) |
| arWhere::setValue | ( | $value | ) |
|
protected |
Definition at line 21 of file class.arWhere.php.
Referenced by getFieldname(), and setFieldname().
|
protected |
Definition at line 37 of file class.arWhere.php.
|
protected |
Definition at line 29 of file class.arWhere.php.
Referenced by asSQLStatement(), getOperator(), and setOperator().
|
protected |
Definition at line 33 of file class.arWhere.php.
Referenced by asSQLStatement(), getStatement(), and setStatement().
|
protected |
Definition at line 17 of file class.arWhere.php.
Referenced by asSQLStatement(), getType(), and setType().
|
protected |
Definition at line 25 of file class.arWhere.php.
Referenced by asSQLStatement(), getValue(), and setValue().
| const arWhere::TYPE_REGULAR = 2 |
Definition at line 13 of file class.arWhere.php.
| const arWhere::TYPE_STRING = 1 |
Definition at line 12 of file class.arWhere.php.
Referenced by ActiveRecordList\where().