ILIAS
Release_5_0_x_branch Revision 61816
|
Factory that provides access to all available preview renderers. More...
Static Public Member Functions | |
static | getRenderers () |
Gets an array containing all available preview renderers. | |
static | getRenderer ($preview) |
Gets the renderer that is able to create a preview for the specified preview object. |
Static Private Member Functions | |
static | loadAvailableRenderers () |
Loads the available preview renderers. |
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, $renderers, and getRenderers().
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.
References $renderers, and loadAvailableRenderers().
Referenced by ilObjFileAccessSettingsGUI\editPreviewSettings(), and getRenderer().
|
staticprivate |
Loads the available preview renderers.
That is built in renderers and plugins.
Definition at line 61 of file class.ilRendererFactory.php.
References ilPluginAdmin\getPluginObject(), IL_COMP_SERVICE, and ilGhostscriptRenderer\isGhostscriptInstalled().
Referenced by getRenderers().
|
staticprivate |
Definition at line 20 of file class.ilRendererFactory.php.
Referenced by getRenderer(), and getRenderers().