| » Details |
|---|
|
| » Comment |
|
Conditional per what others have mentioned. Unconditional: I'd really like to see a fluent-interface for your set*() calls. E.g. return $this instead of 'true'. So you can chain the methods. $mailman->setFoo('hello')->setBar('world'); |