| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
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 | ) | 
Definition at line 181 of file class.arConnectorSession.php.
References readSet().
 Here is the call graph for this function:| arConnectorSession::checkConnection | ( | ActiveRecord | $activeRecord | ) | 
Definition at line 59 of file class.arConnectorSession.php.
| arConnectorSession::checkFieldExists | ( | ActiveRecord | $activeRecord, | 
| string | $field_name | ||
| ) | 
Definition at line 99 of file class.arConnectorSession.php.
| arConnectorSession::checkTableExists | ( | ActiveRecord | $activeRecord | ) | 
Definition at line 94 of file class.arConnectorSession.php.
| arConnectorSession::create | ( | ActiveRecord | $activeRecord | ) | 
Definition at line 122 of file class.arConnectorSession.php.
References 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 | ) | 
Definition at line 143 of file class.arConnectorSession.php.
      
  | 
  static | 
Definition at line 36 of file class.arConnectorSession.php.
      
  | 
  static | 
Definition at line 48 of file class.arConnectorSession.php.
| arConnectorSession::installDatabase | ( | ActiveRecord | $activeRecord, | 
| array | $fields | ||
| ) | 
Definition at line 72 of file class.arConnectorSession.php.
References resetDatabase().
 Here is the call graph for this function:| arConnectorSession::nextID | ( | ActiveRecord | $activeRecord | ) | 
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 | ) | 
Definition at line 131 of file class.arConnectorSession.php.
References ActiveRecord\getPrimaryFieldValue().
 Here is the call graph for this function:| arConnectorSession::readSet | ( | ActiveRecordList | $activeRecordList | ) | 
Definition at line 155 of file class.arConnectorSession.php.
References ActiveRecordList\getAR(), and ActiveRecordList\getArWhereCollection().
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 | 
Definition at line 109 of file class.arConnectorSession.php.
| arConnectorSession::renameField | ( | ActiveRecord | $activeRecord, | 
| string | $old_name, | ||
| string | $new_name | ||
| ) | 
| arException | 
Definition at line 117 of file class.arConnectorSession.php.
| arConnectorSession::resetDatabase | ( | ActiveRecord | $activeRecord | ) | 
Definition at line 82 of file class.arConnectorSession.php.
Referenced by installDatabase(), and truncateDatabase().
 Here is the caller graph for this function:
      
  | 
  static | 
Definition at line 28 of file class.arConnectorSession.php.
| arConnectorSession::truncateDatabase | ( | ActiveRecord | $activeRecord | ) | 
Definition at line 89 of file class.arConnectorSession.php.
References resetDatabase().
 Here is the call graph for this function:| arConnectorSession::update | ( | ActiveRecord | $activeRecord | ) | 
Definition at line 138 of file class.arConnectorSession.php.
References create().
 Here is the call graph for this function:| arConnectorSession::updateDatabase | ( | ActiveRecord | $activeRecord | ) | 
Definition at line 77 of file class.arConnectorSession.php.
| arConnectorSession::updateIndices | ( | ActiveRecord | $activeRecord | ) | 
Definition at line 194 of file class.arConnectorSession.php.
| const arConnectorSession::AR_CONNECTOR_SESSION = 'arConnectorSession' | 
Definition at line 26 of file class.arConnectorSession.php.