WoltLab Suite 6.2 Handbuch
Deutsch/PHP-Version: Die Website-Struktur, Navigation und Überschriften sind auf Deutsch vorbereitet. Code-Beispiele und technische Namen bleiben unverändert.

Core Object Paket Installation Plugin

Registers wcf\system\SingletonFactory objects to be accessible in templates.

Komponenten

Each item is described as a <coreobject> element with the mandatory element objectname.

<objectname>

The fully qualified class name of the class.

Example

{jinja{ codebox(

title="coreObject.xml",

language="xml",

filepath="package/pip/coreObject.xml"

) }}

This object can be accessed in templates via $__wcf->getExampleHandler() (in general: the method name begins with get and ends with the unqualified class name).