| » Details |
|---|
|
| » Comment |
|
Good stuff. I got two additions: * most of your private methods and variables could be protected, unless you set them private for a good reason * setAccount(), setRequestAdapter(), etc. could return $this (vs. void) to provide a fluent interface: e.g. $scribd->setAccount($account)->docs->getList(); |