|
ILIAS
release_8 Revision v8.24
|
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 | ) |
Reimplemented from arConnector.
Definition at line 170 of file class.arConnectorSession.php.
References readSet().
Here is the call graph for this function:| arConnectorSession::checkConnection | ( | ActiveRecord | $ar | ) |
Reimplemented from arConnector.
Definition at line 56 of file class.arConnectorSession.php.
| arConnectorSession::checkFieldExists | ( | ActiveRecord | $ar, |
| string | $field_name | ||
| ) |
Reimplemented from arConnector.
Definition at line 96 of file class.arConnectorSession.php.
References $session, and getSessionForActiveRecord().
Here is the call graph for this function:| arConnectorSession::checkTableExists | ( | ActiveRecord | $ar | ) |
Reimplemented from arConnector.
Definition at line 91 of file class.arConnectorSession.php.
| arConnectorSession::create | ( | ActiveRecord | $ar | ) |
Reimplemented from arConnector.
Definition at line 119 of file class.arConnectorSession.php.
References AR_CONNECTOR_SESSION, ActiveRecord\asStdClass(), 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 | ) |
Reimplemented from arConnector.
Definition at line 139 of file class.arConnectorSession.php.
|
static |
Definition at line 33 of file class.arConnectorSession.php.
References 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 |
Definition at line 45 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, |
| array | $fields | ||
| ) |
Reimplemented from arConnector.
Definition at line 69 of file class.arConnectorSession.php.
References resetDatabase().
Here is the call graph for this function:| arConnectorSession::nextID | ( | ActiveRecord | $ar | ) |
Reimplemented from arConnector.
Definition at line 64 of file class.arConnectorSession.php.
| arConnectorSession::quote | ( | $value, | |
| string | $type | ||
| ) |
| $value |
Reimplemented from arConnector.
Definition at line 178 of file class.arConnectorSession.php.
| arConnectorSession::read | ( | ActiveRecord | $ar | ) |
Reimplemented from arConnector.
Definition at line 127 of file class.arConnectorSession.php.
References $session, ActiveRecord\getPrimaryFieldValue(), and getSessionForActiveRecord().
Here is the call graph for this function:| arConnectorSession::readSet | ( | ActiveRecordList | $arl | ) |
Reimplemented from arConnector.
Definition at line 148 of file class.arConnectorSession.php.
References $i, $session, 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, |
| string | $field_name | ||
| ) |
| arException |
Reimplemented from arConnector.
Definition at line 106 of file class.arConnectorSession.php.
| arConnectorSession::renameField | ( | ActiveRecord | $ar, |
| string | $old_name, | ||
| string | $new_name | ||
| ) |
| arException |
Reimplemented from arConnector.
Definition at line 114 of file class.arConnectorSession.php.
| arConnectorSession::resetDatabase | ( | ActiveRecord | $ar | ) |
Reimplemented from arConnector.
Definition at line 79 of file class.arConnectorSession.php.
References AR_CONNECTOR_SESSION.
Referenced by installDatabase(), and truncateDatabase().
Here is the caller graph for this function:
|
static |
Definition at line 25 of file class.arConnectorSession.php.
References AR_CONNECTOR_SESSION.
Referenced by getSession().
Here is the caller graph for this function:| arConnectorSession::truncateDatabase | ( | ActiveRecord | $ar | ) |
Reimplemented from arConnector.
Definition at line 86 of file class.arConnectorSession.php.
References resetDatabase().
Here is the call graph for this function:| arConnectorSession::update | ( | ActiveRecord | $ar | ) |
Reimplemented from arConnector.
Definition at line 134 of file class.arConnectorSession.php.
References create().
Here is the call graph for this function:| arConnectorSession::updateDatabase | ( | ActiveRecord | $ar | ) |
Reimplemented from arConnector.
Definition at line 74 of file class.arConnectorSession.php.
| arConnectorSession::updateIndices | ( | ActiveRecord | $ar | ) |
Reimplemented from arConnector.
Definition at line 183 of file class.arConnectorSession.php.
| const arConnectorSession::AR_CONNECTOR_SESSION = 'arConnectorSession' |
Definition at line 23 of file class.arConnectorSession.php.
Referenced by create(), getSession(), resetDatabase(), and resetSession().