Snippet: PHP Snippet Assigning sections

To a subtree

eZContentObjectTreeNode::assignSectionToSubTree( $nodeID, $sectionID );
eZContentCacheManager::clearAllContentCache();

To a single node

// Missing example