in reply to Re^3: Class attribute get/set approach flaws?
in thread Class attribute get/set approach flaws?
How do you avoid problems with passing in zero length lists when you're setting a value? How do you distinguish the setting form of $obj->foo( new_value() ) from $obj->foo() if new_value() might return an empty list?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Class attribute get/set approach flaws?
by sauoq (Abbot) on Nov 29, 2005 at 01:34 UTC | |
by diotalevi (Canon) on Nov 29, 2005 at 01:37 UTC | |
by sauoq (Abbot) on Nov 29, 2005 at 02:55 UTC | |
by diotalevi (Canon) on Nov 29, 2005 at 03:01 UTC |