\Sesha_Entity_Property

Summary

Methods
Properties
Constants
getParameters()
setParameters()
save()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

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.