Sesha_Entity_Property
extends Horde_Rdo_Base
in package
Table of Contents
- getParameters() : mixed
- Explicit getter for the parameters variable interface.
- save() : bool
- Save any changes to the backend.
- setParameters() : mixed
- Explicit setter for the parameters variable interface.
Methods
getParameters()
Explicit getter for the parameters variable interface.
public
getParameters() : mixed
Internalizes the (un)serialization of the parameters array for backend storage returns mixed
Return values
mixed —save()
Save any changes to the backend.
public
save() : bool
Overridden because the default save() method passes the external representation to backend, not the serialized representation
Return values
bool —Success.
setParameters()
Explicit setter for the parameters variable interface.
public
setParameters(mixed $parameters) : mixed
Internalizes the (un)serialization of the parameters array for backend storage returns mixed
Parameters
- $parameters : mixed