Method Builtin._get_setter()
- Method
_get_setter
function
(
:mixed_void
void
)|zero
_get_setter(object
o
,string
varname
)- Description
Get a setter for the variable named
varname
in objecto
.- Returns
Returns a Setter()->`()() for the variable if it exists, and
UNDEFINED
otherwise.- See also