module documentation
zmscontainerobject.py - ZMS Container Object
Defines ZMSContainerObject for object persistence, Zope integration, and container protocols. It implements Zope's ObjectManager interface, handles acquisition, and manages object lifecycle.
License: GNU General Public License v2 or later, Organization: ZMS Publishing
| Class | |
Base container object that manages child-node creation, ordering, and deletion. |
| Function | get |
Return the next visible sibling node. |
| Function | get |
Return the previous visible sibling node. |
| Function | is |
Return whether a list of nodes contains at least one page element. |
Return the next visible sibling node.
| Parameters | |
| self | Undocumented |
| REQUEST:ZPublisher.HTTPRequest | Current request. |
| inc | Include resource nodes in the sibling search. |
| Returns | |
| zmsobject.ZMSObject | Next visible sibling or None. |