OnTemplateVarRemove
Event: OnTemplateVarRemove
Loaded right after successful removing a template variable.
Service: 1 - Parser Service Events Group: Template Variables
Event Parameters
Name | Description |
---|---|
templateVar | The instance of modTemplateVar class. |
cacheFlag | Indicates if the saved TV should be cached and optionally, by specifying an integer value, for how many seconds before expiring. Returns always 'true' |
Remarks
Previous event | OnTemplateVarBeforeRemove |
---|---|
Next event | — |
File | core/model/modx/modtemplatevar.class.php |
Class | modTemplateVar |
Method | public function remove(array $ancestors= array ()) |