◆ __construct()
      
        
          | ILIAS\Notes\Service::__construct  | 
          ( | 
          Container  | 
          $DIC | ) | 
           | 
        
      
 
 
◆ data()
      
        
          | function ILIAS\Notes\Service::data  | 
          ( | 
           | ) | 
           | 
        
      
 
Internal service, do not use in other components. 
External data service facade 
Definition at line 48 of file class.Service.php.
   50         return new DataService($this->
internal()->
data());
 function data()
Internal service, do not use in other components. 
 
 
 
 
◆ domain()
      
        
          | ILIAS\Notes\Service::domain  | 
          ( | 
           | ) | 
           | 
        
      
 
External domain service facade. 
Definition at line 56 of file class.Service.php.
   58         return new DomainService($this->
internal()->
domain());
 domain()
External domain service facade. 
 
 
 
 
◆ gui()
      
        
          | ILIAS\Notes\Service::gui  | 
          ( | 
           | ) | 
           | 
        
      
 
External gui service facade. 
Definition at line 64 of file class.Service.php.
   66         return new GUIService($this->
internal()->
gui());
 gui()
External gui service facade. 
 
 
 
 
◆ $DIC
The documentation for this class was generated from the following file: