PlgContentJoomla::onContentChangeState
Change the state in core_content if the state in a table is changed
Signature
public function onContentChangeState(string
$context,
array
$pks,
integer
$value )
Parameters
-
$context
- The context for the content passed to the plugin.
-
$pks
- A list of primary key ids of the content that has changed state.
-
$value
- The value of the state that the content has been changed to.
Returns
- boolean