how are methods supposed to be listed in the manual:
foo->bar();
http://www.php.net/manual/en/function.domdocument-add-root.php
or foo::bar();
http://pear.php.net/manual/en/package.database.db.db-common.affectedrows.php
(I didn't find an example in the php manual quickly, but I think I saw something similar in there as well)
I don't think there was a formal agreement here on this...
Goba