ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Factory that provides access to all available preview renderers. More...
Static Public Member Functions | |
static | getRenderers () |
Gets an array containing all available preview renderers. More... | |
static | getRenderer ($preview) |
Gets the renderer that is able to create a preview for the specified preview object. More... | |
Static Private Member Functions | |
static | loadAvailableRenderers () |
Loads the available preview renderers. More... | |
Static Private Attributes | |
static | $renderers = null |
Factory that provides access to all available preview renderers.
Definition at line 14 of file class.ilRendererFactory.php.
|
static |
Gets the renderer that is able to create a preview for the specified preview object.
ilPReview | $preview | The preview to get the renderer for. |
Definition at line 39 of file class.ilRendererFactory.php.
References $preview, and $renderers.
Referenced by ilPreview\create(), and ilPreview\hasPreview().
|
static |
Gets an array containing all available preview renderers.
Definition at line 27 of file class.ilRendererFactory.php.
Referenced by ilObjFileAccessSettingsGUI\editPreviewSettings().
|
staticprivate |
Loads the available preview renderers.
That is built in renderers and plugins.
Definition at line 61 of file class.ilRendererFactory.php.
References $r, array, ilPluginAdmin\getPluginObject(), IL_COMP_SERVICE, and ilGhostscriptRenderer\isGhostscriptInstalled().
|
staticprivate |
Definition at line 20 of file class.ilRendererFactory.php.
Referenced by getRenderer().