getParameters() getParameters() Explicit getter for the parameters variable interface. Internalizes the (un)serialization of the parameters array for backend storage returns mixed
setParameters() setParameters( $parameters) Explicit setter for the parameters variable interface. Internalizes the (un)serialization of the parameters array for backend storage returns mixed Parameters $parameters
save() save() : boolean Save any changes to the backend. Overridden because the default save() method passes the external representation to backend, not the serialized representation Returns boolean — Success.