ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
CoreStorageFacade.php
Go to the documentation of this file.
2 
3 use ilDBInterface;
4 use ilGlobalCache;
5 
12 {
13 
17  public function cache() : ilGlobalCache
18  {
20  }
21 
22 
26  public function db() : ilDBInterface
27  {
28  global $DIC;
29 
30  return $DIC->database();
31  }
32 }
global $DIC
Definition: saml.php:7
static getInstance($component)