|
This is the first time I've ever seen such an accessor style, so it strikes me as kind of non-standard. I don't really see the utility of '$obj->set_alive_on()' over '$obj->set_alive(1)'. Further, having separate 'on' and 'off' accessors precludes constructs like '$obj->set_alive($bool)'.
|