From 8a78038181b40ff7dbc3195eab5cdc1ecfc3a6a1 Mon Sep 17 00:00:00 2001 From: uwetews Date: Sun, 1 Nov 2015 02:57:50 +0100 Subject: [PATCH] update PHPdoc --- libs/sysplugins/smarty_internal_extension_handler.php | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/sysplugins/smarty_internal_extension_handler.php b/libs/sysplugins/smarty_internal_extension_handler.php index e9f25dd9..68012d86 100644 --- a/libs/sysplugins/smarty_internal_extension_handler.php +++ b/libs/sysplugins/smarty_internal_extension_handler.php @@ -32,6 +32,7 @@ * @property Smarty_Internal_Method_AssignGlobal $assignGlobal * @property Smarty_Internal_Method_AssignByRef $assignByRef * @property Smarty_Internal_Method_LoadFilter $loadFilter + * @property Smarty_Internal_Method_LoadPlugin $loadPlugin * @property Smarty_Internal_Method_RegisterFilter $registerFilter * @property Smarty_Internal_Method_RegisterObject $registerObject * @property Smarty_Internal_Method_RegisterPlugin $registerPlugin