model/modx/processors/element/plugin/update.php

package
modx
$id
integer
The ID of the plugin.
$name
string
The name of the plugin.
$plugincode
string
The code of the plugin.
$description
string
(optional) A description of the plugin.
$category
integer
(optional) The category for the plugin. Defaults to no category.
$locked
boolean
(optional) If true, can only be accessed by administrators. Defaults to false.
$disabled
boolean
(optional) If true, the plugin does not execute.
$events
\json
(optional) A json array of system events to associate this plugin with.
$propdata
\json
(optional) A json array of properties
subpackage
processors.element.plugin

Description

Update a plugin.

Documentation was generated by DocBlox 0.11.2.