|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for arConnectorSession:
Collaboration diagram for arConnectorSession:Public Member Functions | |
| checkConnection (ActiveRecord $activeRecord) | |
| nextID (ActiveRecord $activeRecord) | |
| installDatabase (ActiveRecord $activeRecord, array $fields) | |
| updateDatabase (ActiveRecord $activeRecord) | |
| resetDatabase (ActiveRecord $activeRecord) | |
| truncateDatabase (ActiveRecord $activeRecord) | |
| checkTableExists (ActiveRecord $activeRecord) | |
| checkFieldExists (ActiveRecord $activeRecord, string $field_name) | |
| removeField (ActiveRecord $activeRecord, string $field_name) | |
| renameField (ActiveRecord $activeRecord, string $old_name, string $new_name) | |
| create (ActiveRecord $activeRecord) | |
| read (ActiveRecord $activeRecord) | |
| update (ActiveRecord $activeRecord) | |
| delete (ActiveRecord $activeRecord) | |
| readSet (ActiveRecordList $activeRecordList) | |
| affectedRows (ActiveRecordList $activeRecordList) | |
| quote ($value, string $type) | |
| updateIndices (ActiveRecord $activeRecord) | |
Public Member Functions inherited from arConnector | |
| nextID (ActiveRecord $activeRecord) | |
| checkConnection (ActiveRecord $activeRecord) | |
| installDatabase (ActiveRecord $activeRecord, array $fields) | |
| updateDatabase (ActiveRecord $activeRecord) | |
| resetDatabase (ActiveRecord $activeRecord) | |
| truncateDatabase (ActiveRecord $activeRecord) | |
| checkTableExists (ActiveRecord $activeRecord) | |
| checkFieldExists (ActiveRecord $activeRecord, string $field_name) | |
| removeField (ActiveRecord $activeRecord, string $field_name) | |
| renameField (ActiveRecord $activeRecord, string $old_name, string $new_name) | |
| create (ActiveRecord $activeRecord) | |
| read (ActiveRecord $activeRecord) | |
| update (ActiveRecord $activeRecord) | |
| delete (ActiveRecord $activeRecord) | |
| readSet (ActiveRecordList $activeRecordList) | |
| affectedRows (ActiveRecordList $activeRecordList) | |
| quote (mixed $value, string $type) | |
| updateIndices (ActiveRecord $activeRecord) | |
| fixDate (string $value) | |
Static Public Member Functions | |
| static | resetSession () |
| static | getSession () |
| static | getSessionForActiveRecord (ActiveRecord $activeRecord) |
Data Fields | |
| const | AR_CONNECTOR_SESSION = 'arConnectorSession' |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Class arConnectorSession
Definition at line 24 of file class.arConnectorSession.php.
| arConnectorSession::affectedRows | ( | ActiveRecordList | $activeRecordList | ) |
Reimplemented from arConnector.
Definition at line 181 of file class.arConnectorSession.php.
References readSet().
Here is the call graph for this function:| arConnectorSession::checkConnection | ( | ActiveRecord | $activeRecord | ) |
Reimplemented from arConnector.
Definition at line 59 of file class.arConnectorSession.php.
| arConnectorSession::checkFieldExists | ( | ActiveRecord | $activeRecord, |
| string | $field_name | ||
| ) |
Reimplemented from arConnector.
Definition at line 99 of file class.arConnectorSession.php.
References getSessionForActiveRecord().
Here is the call graph for this function:| arConnectorSession::checkTableExists | ( | ActiveRecord | $activeRecord | ) |
Reimplemented from arConnector.
Definition at line 94 of file class.arConnectorSession.php.
| arConnectorSession::create | ( | ActiveRecord | $activeRecord | ) |
Reimplemented from arConnector.
Definition at line 122 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 | $activeRecord | ) |
Reimplemented from arConnector.
Definition at line 143 of file class.arConnectorSession.php.
|
static |
Definition at line 36 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 48 of file class.arConnectorSession.php.
References 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 | $activeRecord, |
| array | $fields | ||
| ) |
Reimplemented from arConnector.
Definition at line 72 of file class.arConnectorSession.php.
References resetDatabase().
Here is the call graph for this function:| arConnectorSession::nextID | ( | ActiveRecord | $activeRecord | ) |
Reimplemented from arConnector.
Definition at line 67 of file class.arConnectorSession.php.
| arConnectorSession::quote | ( | $value, | |
| string | $type | ||
| ) |
| $value |
Definition at line 189 of file class.arConnectorSession.php.
| arConnectorSession::read | ( | ActiveRecord | $activeRecord | ) |
Reimplemented from arConnector.
Definition at line 131 of file class.arConnectorSession.php.
References ActiveRecord\getPrimaryFieldValue(), and getSessionForActiveRecord().
Here is the call graph for this function:| arConnectorSession::readSet | ( | ActiveRecordList | $activeRecordList | ) |
Reimplemented from arConnector.
Definition at line 155 of file class.arConnectorSession.php.
References 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 | $activeRecord, |
| string | $field_name | ||
| ) |
| arException |
Reimplemented from arConnector.
Definition at line 109 of file class.arConnectorSession.php.
| arConnectorSession::renameField | ( | ActiveRecord | $activeRecord, |
| string | $old_name, | ||
| string | $new_name | ||
| ) |
| arException |
Reimplemented from arConnector.
Definition at line 117 of file class.arConnectorSession.php.
| arConnectorSession::resetDatabase | ( | ActiveRecord | $activeRecord | ) |
Reimplemented from arConnector.
Definition at line 82 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 28 of file class.arConnectorSession.php.
References AR_CONNECTOR_SESSION.
Referenced by getSession().
Here is the caller graph for this function:| arConnectorSession::truncateDatabase | ( | ActiveRecord | $activeRecord | ) |
Reimplemented from arConnector.
Definition at line 89 of file class.arConnectorSession.php.
References resetDatabase().
Here is the call graph for this function:| arConnectorSession::update | ( | ActiveRecord | $activeRecord | ) |
Reimplemented from arConnector.
Definition at line 138 of file class.arConnectorSession.php.
References create().
Here is the call graph for this function:| arConnectorSession::updateDatabase | ( | ActiveRecord | $activeRecord | ) |
Reimplemented from arConnector.
Definition at line 77 of file class.arConnectorSession.php.
| arConnectorSession::updateIndices | ( | ActiveRecord | $activeRecord | ) |
Reimplemented from arConnector.
Definition at line 194 of file class.arConnectorSession.php.
| const arConnectorSession::AR_CONNECTOR_SESSION = 'arConnectorSession' |
Definition at line 26 of file class.arConnectorSession.php.
Referenced by create(), getSession(), resetDatabase(), and resetSession().