Definition at line 25 of file class.Service.php.
 
◆ __construct()
      
        
          | ILIAS\Taxonomy\Service::__construct  | 
          ( | 
          Container  | 
          $DIC | ) | 
           | 
        
      
 
 
◆ domain()
      
        
          | ILIAS\Taxonomy\Service::domain  | 
          ( | 
           | ) | 
           | 
        
      
 
External domain service. 
Definition at line 55 of file class.Service.php.
   57         return new DomainService(
    58             $this->
internal()->
domain()
 domain()
External domain service. 
 
 
 
 
◆ gui()
      
        
          | function ILIAS\Taxonomy\Service::gui  | 
          ( | 
           | ) | 
           | 
        
      
 
Internal service, do not use in other components. 
External GUI service 
Definition at line 45 of file class.Service.php.
   47         return new GUIService(
    48             $this->
internal()->
gui()
 function gui()
Internal service, do not use in other components. 
 
 
 
 
◆ $DIC
The documentation for this class was generated from the following file: