| 
    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...
 Collaboration diagram for ilBiblLibraryGUI:Public Member Functions | |
| __construct (ilBiblAdminLibraryFacadeInterface $facade) | |
| ilBiblLibraryGUI constructor.  More... | |
| executeCommand () | |
| Execute command.  More... | |
| index () | |
| $ilToolbar ilToolbarGUI;  More... | |
| add () | |
| add library  More... | |
| delete () | |
| delete library  More... | |
| cancel () | |
| cancel  More... | |
| update () | |
| save changes in library  More... | |
| create () | |
| create library  More... | |
| edit () | |
| edit library  More... | |
Data Fields | |
| const | F_LIB_ID = 'lib_id' | 
| const | F_LIB_IDS = 'lib_ids' | 
| const | CMD_DELETE = 'delete' | 
| const | CMD_EDIT = 'edit' | 
| const | CMD_INDEX = 'index' | 
| const | CMD_ADD = 'add' | 
Protected Attributes | |
| ilBiblAdminLibraryFacadeInterface | $facade | 
| ILIAS Refinery Factory | $refinery | 
| ILIAS HTTP Wrapper WrapperFactory | $wrapper | 
Private Member Functions | |
| getInstancesFromRequest () | |
| return ilBiblLibraryInterface[]  More... | |
Private Attributes | |
| ilGlobalTemplateInterface | $main_tpl | 
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 ilBiblLibraryGUI
Definition at line 24 of file class.ilBiblLibraryGUI.php.
| ilBiblLibraryGUI::__construct | ( | ilBiblAdminLibraryFacadeInterface | $facade | ) | 
ilBiblLibraryGUI constructor.
Definition at line 41 of file class.ilBiblLibraryGUI.php.
References $DIC, $facade, and ILIAS\Repository\refinery().
 Here is the call graph for this function:| ilBiblLibraryGUI::add | ( | ) | 
add library
Definition at line 93 of file class.ilBiblLibraryGUI.php.
| ilBiblLibraryGUI::cancel | ( | ) | 
cancel
Definition at line 118 of file class.ilBiblLibraryGUI.php.
References ILIAS\Repository\ctrl().
 Here is the call graph for this function:| ilBiblLibraryGUI::create | ( | ) | 
create library
Definition at line 144 of file class.ilBiblLibraryGUI.php.
References ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ilPropertyFormGUI\setValuesByPost().
 Here is the call graph for this function:| ilBiblLibraryGUI::delete | ( | ) | 
delete library
Definition at line 104 of file class.ilBiblLibraryGUI.php.
References ILIAS\Repository\ctrl(), and getInstancesFromRequest().
 Here is the call graph for this function:| ilBiblLibraryGUI::edit | ( | ) | 
edit library
Definition at line 160 of file class.ilBiblLibraryGUI.php.
References getInstancesFromRequest().
 Here is the call graph for this function:| ilBiblLibraryGUI::executeCommand | ( | ) | 
Execute command.
public
Definition at line 57 of file class.ilBiblLibraryGUI.php.
References ILIAS\Repository\ctrl().
 Here is the call graph for this function:
      
  | 
  private | 
return ilBiblLibraryInterface[]
Definition at line 171 of file class.ilBiblLibraryGUI.php.
References ILIAS\Repository\refinery().
Referenced by delete(), edit(), and update().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilBiblLibraryGUI::index | ( | ) | 
$ilToolbar ilToolbarGUI;
Definition at line 72 of file class.ilBiblLibraryGUI.php.
References ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), ILIAS\Repository\toolbar(), and ILIAS\Repository\ui().
 Here is the call graph for this function:| ilBiblLibraryGUI::update | ( | ) | 
save changes in library
Definition at line 127 of file class.ilBiblLibraryGUI.php.
References ILIAS\Repository\ctrl(), getInstancesFromRequest(), and ILIAS\Repository\lng().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 33 of file class.ilBiblLibraryGUI.php.
Referenced by __construct().
      
  | 
  private | 
Definition at line 34 of file class.ilBiblLibraryGUI.php.
      
  | 
  protected | 
Definition at line 35 of file class.ilBiblLibraryGUI.php.
      
  | 
  protected | 
Definition at line 36 of file class.ilBiblLibraryGUI.php.
| const ilBiblLibraryGUI::CMD_ADD = 'add' | 
Definition at line 32 of file class.ilBiblLibraryGUI.php.
| const ilBiblLibraryGUI::CMD_DELETE = 'delete' | 
Definition at line 29 of file class.ilBiblLibraryGUI.php.
Referenced by ilBiblLibraryTableGUI\getColumns().
| const ilBiblLibraryGUI::CMD_EDIT = 'edit' | 
Definition at line 30 of file class.ilBiblLibraryGUI.php.
Referenced by ilBiblLibraryTableGUI\getColumns().
| const ilBiblLibraryGUI::CMD_INDEX = 'index' | 
Definition at line 31 of file class.ilBiblLibraryGUI.php.
Referenced by ilObjBibliographicAdminGUI\view().
| const ilBiblLibraryGUI::F_LIB_ID = 'lib_id' | 
Definition at line 27 of file class.ilBiblLibraryGUI.php.
Referenced by ilBiblLibraryFormGUI\__construct().
| const ilBiblLibraryGUI::F_LIB_IDS = 'lib_ids' | 
Definition at line 28 of file class.ilBiblLibraryGUI.php.