| 
    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 ilTablePropertiesStorageGUI:
 Collaboration diagram for ilTablePropertiesStorageGUI:Public Member Functions | |
| __construct () | |
| executeCommand () | |
| showFilter () | |
| hideFilter () | |
| storeProperty (string $a_table_id, int $a_user_id, string $a_property, string $a_value) | |
| getProperty (string $a_table_id, int $a_user_id, string $a_property) | |
| isValidProperty ($a_property) | |
Data Fields | |
| array | $properties | 
Protected Attributes | |
| ILIAS Table TableGUIRequest | $table_request = null | 
| ilObjUser | $user | 
| ilCtrl | $ctrl | 
| ilDBInterface | $db | 
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 Saves (mostly asynchronously) user properties of tables (e.g. filter on/off)
Definition at line 23 of file class.ilTablePropertiesStorageGUI.php.
| ilTablePropertiesStorageGUI::__construct | ( | ) | 
Definition at line 40 of file class.ilTablePropertiesStorageGUI.php.
References $DIC, ILIAS\Repository\ctrl(), and ILIAS\Repository\user().
 Here is the call graph for this function:| ilTablePropertiesStorageGUI::executeCommand | ( | ) | 
Definition at line 56 of file class.ilTablePropertiesStorageGUI.php.
References $ctrl, and ilCtrl\getCmd().
 Here is the call graph for this function:| ilTablePropertiesStorageGUI::getProperty | ( | string | $a_table_id, | 
| int | $a_user_id, | ||
| string | $a_property | ||
| ) | 
Definition at line 131 of file class.ilTablePropertiesStorageGUI.php.
References $db, $ilDB, $q, ANONYMOUS_USER_ID, ilSession\get(), and isValidProperty().
 Here is the call graph for this function:| ilTablePropertiesStorageGUI::hideFilter | ( | ) | 
Definition at line 80 of file class.ilTablePropertiesStorageGUI.php.
References $requested_user_id, $user, and storeProperty().
 Here is the call graph for this function:| ilTablePropertiesStorageGUI::isValidProperty | ( | $a_property | ) | 
Definition at line 168 of file class.ilTablePropertiesStorageGUI.php.
Referenced by getProperty(), and storeProperty().
 Here is the caller graph for this function:| ilTablePropertiesStorageGUI::showFilter | ( | ) | 
Definition at line 63 of file class.ilTablePropertiesStorageGUI.php.
References $requested_user_id, $user, and storeProperty().
 Here is the call graph for this function:| ilTablePropertiesStorageGUI::storeProperty | ( | string | $a_table_id, | 
| int | $a_user_id, | ||
| string | $a_property, | ||
| string | $a_value | ||
| ) | 
Definition at line 96 of file class.ilTablePropertiesStorageGUI.php.
References $db, $ilDB, ANONYMOUS_USER_ID, isValidProperty(), and ilSession\set().
Referenced by hideFilter(), and showFilter().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 27 of file class.ilTablePropertiesStorageGUI.php.
Referenced by executeCommand().
      
  | 
  protected | 
Definition at line 28 of file class.ilTablePropertiesStorageGUI.php.
Referenced by getProperty(), and storeProperty().
| array ilTablePropertiesStorageGUI::$properties | 
Definition at line 29 of file class.ilTablePropertiesStorageGUI.php.
      
  | 
  protected | 
Definition at line 25 of file class.ilTablePropertiesStorageGUI.php.
      
  | 
  protected | 
Definition at line 26 of file class.ilTablePropertiesStorageGUI.php.
Referenced by hideFilter(), and showFilter().