On Oct 31, 2007 9:11 AM, Jakub Vrana <[EMAIL PROTECTED]> wrote: > Hannes Magnusson wrote: > > http://livedocs.phpdoc.info/manual/en/class.imagickpixeliterator.php > > New skeletons are good. > > However I am missing method overview of all extension methods on one > page. User may want to find a method for some purpose but don't know > to which class it belongs.
Do we really want that? I suppose we can create a page for class overview and print all the classes on one page in the same way as the class reference does... > Class name by methods in class definition is superfluous. E.g. in - > class Imagick { > bool Imagick::adaptiveBlurImage > } > - Imagick:: shouldn't be there. If we don't have the classname there we cannot link to the method since we don't know to which class it belongs to (may be inherited..). -Hannes