[ZDP] BackTalk to Document The Zope Book (2.5 Edition)/Using Basic Zope Objects

nobody@nowhere.com nobody@nowhere.com
Fri, 20 Sep 2002 18:15:51 -0400


A comment to the paragraph below was recently added via http://www.zope.org/Documentation/Books/ZopeBook/current/BasicObject.stx#2-72

---------------

    All folders implement the *objectValues* method.  The
    *objectValues* method is part of an interface that all folders
    implement called *ObjectManager*.

      % hansa - Sep. 20, 2002 6:15 pm:
       Class *ObjectManager* _has a_ method *objectValues*. Class *Folder* inherits from *ObjectManager*, hence
       every Folder object has a method *objectValues*.
       ObjectManager is a class. Is it an Interface?