|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Class arConnectorSession. More...
Inheritance diagram for arConnectorSession:
Collaboration diagram for arConnectorSession:Static Public Member Functions | |
| static | resetSession () |
| static | getSession () |
| static | getSessionForActiveRecord (ActiveRecord $ar) |
Data Fields | |
| const | AR_CONNECTOR_SESSION = 'arConnectorSession' |
| arConnectorSession::affectedRows | ( | ActiveRecordList | $arl | ) |
| ActiveRecordList | $arl |
Reimplemented from arConnector.
Definition at line 252 of file class.arConnectorSession.php.
References readSet().
Here is the call graph for this function:| arConnectorSession::checkConnection | ( | ActiveRecord | $ar | ) |
| ActiveRecord | $ar |
Reimplemented from arConnector.
Definition at line 57 of file class.arConnectorSession.php.
| arConnectorSession::checkFieldExists | ( | ActiveRecord | $ar, |
| $field_name | |||
| ) |
| ActiveRecord | $ar | |
| $field_name |
Reimplemented from arConnector.
Definition at line 138 of file class.arConnectorSession.php.
References $session, and getSessionForActiveRecord().
Here is the call graph for this function:| arConnectorSession::checkTableExists | ( | ActiveRecord | $ar | ) |
| ActiveRecord | $ar |
Reimplemented from arConnector.
Definition at line 126 of file class.arConnectorSession.php.
| arConnectorSession::create | ( | ActiveRecord | $ar | ) |
| ActiveRecord | $ar |
Reimplemented from arConnector.
Definition at line 176 of file class.arConnectorSession.php.
References $_SESSION, ActiveRecord\__asStdClass(), AR_CONNECTOR_SESSION, and ActiveRecord\getPrimaryFieldValue().
Referenced by update().
Here is the call graph for this function:
Here is the caller graph for this function:| arConnectorSession::delete | ( | ActiveRecord | $ar | ) |
| ActiveRecord | $ar |
Reimplemented from arConnector.
Definition at line 207 of file class.arConnectorSession.php.
References $_SESSION.
|
static |
Definition at line 25 of file class.arConnectorSession.php.
References $_SESSION, AR_CONNECTOR_SESSION, and resetSession().
Referenced by getSessionForActiveRecord().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
| ActiveRecord | $ar |
Definition at line 40 of file class.arConnectorSession.php.
References $session, and getSession().
Referenced by checkFieldExists(), read(), and readSet().
Here is the call graph for this function:
Here is the caller graph for this function:| arConnectorSession::installDatabase | ( | ActiveRecord | $ar, |
| $fields | |||
| ) |
| ActiveRecord | $ar | |
| $fields |
Reimplemented from arConnector.
Definition at line 80 of file class.arConnectorSession.php.
References resetDatabase().
Here is the call graph for this function:| arConnectorSession::nextID | ( | ActiveRecord | $ar | ) |
| ActiveRecord | $ar |
Reimplemented from arConnector.
Definition at line 68 of file class.arConnectorSession.php.
| arConnectorSession::quote | ( | $value, | |
| $type | |||
| ) |
| $value | |
| $type |
Reimplemented from arConnector.
Definition at line 264 of file class.arConnectorSession.php.
| arConnectorSession::read | ( | ActiveRecord | $ar | ) |
| ActiveRecord | $ar |
Reimplemented from arConnector.
Definition at line 187 of file class.arConnectorSession.php.
References $session, ActiveRecord\getPrimaryFieldValue(), and getSessionForActiveRecord().
Here is the call graph for this function:| arConnectorSession::readSet | ( | ActiveRecordList | $arl | ) |
| ActiveRecordList | $arl |
Reimplemented from arConnector.
Definition at line 220 of file class.arConnectorSession.php.
References $i, $s, $session, $w, ActiveRecordList\getAR(), ActiveRecordList\getArWhereCollection(), and getSessionForActiveRecord().
Referenced by affectedRows().
Here is the call graph for this function:
Here is the caller graph for this function:| arConnectorSession::removeField | ( | ActiveRecord | $ar, |
| $field_name | |||
| ) |
| ActiveRecord | $ar | |
| $field_name |
| arException |
Reimplemented from arConnector.
Definition at line 153 of file class.arConnectorSession.php.
| arConnectorSession::renameField | ( | ActiveRecord | $ar, |
| $old_name, | |||
| $new_name | |||
| ) |
| ActiveRecord | $ar | |
| $old_name | ||
| $new_name |
| arException |
Reimplemented from arConnector.
Definition at line 167 of file class.arConnectorSession.php.
| arConnectorSession::resetDatabase | ( | ActiveRecord | $ar | ) |
| ActiveRecord | $ar |
Reimplemented from arConnector.
Definition at line 102 of file class.arConnectorSession.php.
References $_SESSION, and AR_CONNECTOR_SESSION.
Referenced by installDatabase(), and truncateDatabase().
Here is the caller graph for this function:
|
static |
Definition at line 16 of file class.arConnectorSession.php.
References $_SESSION, and AR_CONNECTOR_SESSION.
Referenced by getSession().
Here is the caller graph for this function:| arConnectorSession::truncateDatabase | ( | ActiveRecord | $ar | ) |
| ActiveRecord | $ar |
Reimplemented from arConnector.
Definition at line 115 of file class.arConnectorSession.php.
References resetDatabase().
Here is the call graph for this function:| arConnectorSession::update | ( | ActiveRecord | $ar | ) |
| ActiveRecord | $ar |
Reimplemented from arConnector.
Definition at line 198 of file class.arConnectorSession.php.
References create().
Here is the call graph for this function:| arConnectorSession::updateDatabase | ( | ActiveRecord | $ar | ) |
| ActiveRecord | $ar |
Reimplemented from arConnector.
Definition at line 91 of file class.arConnectorSession.php.
| arConnectorSession::updateIndices | ( | ActiveRecord | $ar | ) |
| ActiveRecord | $ar |
Reimplemented from arConnector.
Definition at line 273 of file class.arConnectorSession.php.
| const arConnectorSession::AR_CONNECTOR_SESSION = 'arConnectorSession' |
Definition at line 13 of file class.arConnectorSession.php.
Referenced by create(), getSession(), resetDatabase(), and resetSession().