|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Factory that provides access to all available preview renderers. More...
Collaboration diagram for ilRendererFactory: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, $renderers, and getRenderers().
Referenced by ilPreview\create(), and ilPreview\hasPreview().
Here is the call graph for this function:
Here is the caller graph for this function:
|
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().
Here is the call graph for this function:
Here is the caller graph for this function:
|
staticprivate |
Loads the available preview renderers.
That is built in renderers and plugins.
Definition at line 59 of file class.ilRendererFactory.php.
References $DIC, XapiProxy\$plugin, ilPluginAdmin\getPluginObject(), IL_COMP_SERVICE, and ilGhostscriptRenderer\isGhostscriptInstalled().
Referenced by getRenderers().
Here is the call graph for this function:
Here is the caller graph for this function:
|
staticprivate |
Definition at line 20 of file class.ilRendererFactory.php.
Referenced by getRenderer(), and getRenderers().