| ILIAS
    Release_4_4_x_branch Revision 61816
    | 
Factory that provides access to all available preview renderers. More...
 Collaboration diagram for ilRendererFactory:
 Collaboration diagram for ilRendererFactory:| 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().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller 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 call graph for this function: Here is the caller 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 61 of file class.ilRendererFactory.php.
References ilPluginAdmin\getPluginObject(), IL_COMP_SERVICE, and ilGhostscriptRenderer\isGhostscriptInstalled().
Referenced by getRenderers().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller 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().