PluginData
extends Element
in package
This is the plugin data class.
The API plugin data will be stored in that class and will remain immutable (only get methods are available)
Tags
Table of Contents
$error | : Error|null | |
---|---|---|
getError() | Returns the current element error (if there is error). | : Error|null |
setError() | : void |
Properties
$error
protected
Error|null
$error
= null
Methods
getError()
Returns the current element error (if there is error).
public
getError() : Error|null
Return values
Error|null —setError()
protected
setError(mixed $error) : void
Parameters
- $error : mixed