ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
ilPreviewService Class Reference

Preview Service. More...

+ Inheritance diagram for ilPreviewService:
+ Collaboration diagram for ilPreviewService:

Public Member Functions

 __construct ()
 Constructor: read information on component. More...
 
 isCore ()
 Core modules vs. More...
 
 getVersion ()
 Get version of service. More...
 
- Public Member Functions inherited from ilService
 getName ()
 Get Name. More...
 
- Public Member Functions inherited from ilComponent
 getVersion ()
 Get Version Number of Component. More...
 
 isCore ()
 
 getName ()
 Get Name. More...
 
 __construct ()
 
 setId ($a_id)
 Set Id. More...
 
 getId ()
 Get Id. More...
 
 setPluginSlots ($a_pluginslots)
 Set Plugin Slots. More...
 
 getPluginSlots ()
 Get Plugin Slots. More...
 
 setSubDirectory ($a_subdirectory)
 Set Sub Directory. More...
 
 getSubDirectory ()
 Get Sub Directory. More...
 
 getPluginSlotName ($a_id)
 Get name of plugin slot. More...
 
 getPluginSlotDirectory ($a_id)
 Get directory of plugin slot. More...
 
 getPluginSlotLanguagePrefix ($a_id)
 Get language prefix for plugin slot. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from ilService
static getComponentType ()
 Get Component Type. More...
 
static getAvailableCoreServices ()
 Get all available core services. More...
 
- Static Public Member Functions inherited from ilComponent
static getComponentType ()
 
static getComponentObject ($a_ctype, $a_cname)
 Get component object. More...
 
static lookupPluginSlots ($a_type, $a_name)
 Lookup all plugin slots of a component. More...
 
static lookupId ($a_type, $a_name)
 Lookup ID of a component. More...
 
static getComponentInfo ($a_type, $a_name)
 
static checkVersionNumber ($a_ver)
 Check version number. More...
 
static isVersionGreaterString ($a_ver1, $a_ver2)
 
static isVersionGreater (string $version1, string $version2)
 
static lookupComponentName ($a_component_id)
 lookup component name type $ilDB More...
 
static getAll ()
 Get all. More...
 
- Protected Attributes inherited from ilComponent
 $global_cache
 

Detailed Description

Preview Service.

Author
Stefan Born stefa.nosp@m.n.bo.nosp@m.rn@ph.nosp@m.zh.c.nosp@m.h
Version
$Id$

Definition at line 14 of file class.ilPreviewService.php.

Constructor & Destructor Documentation

◆ __construct()

ilPreviewService::__construct ( )

Constructor: read information on component.

Definition at line 19 of file class.ilPreviewService.php.

20  {
21  parent::__construct();
22  }

Member Function Documentation

◆ getVersion()

ilPreviewService::getVersion ( )

Get version of service.

Definition at line 35 of file class.ilPreviewService.php.

36  {
37  return "-";
38  }

◆ isCore()

ilPreviewService::isCore ( )

Core modules vs.

plugged in modules

Definition at line 27 of file class.ilPreviewService.php.

28  {
29  return true;
30  }

The documentation for this class was generated from the following file: