setSectionForSubtree() public method

Set section on all content objects in the subtree.
public setSectionForSubtree ( mixed $locationId, mixed $sectionId )
$locationId mixed
$sectionId mixed
Example #1
0
 /**
  * Set section on all content objects in the subtree
  *
  * @param mixed $locationId
  * @param mixed $sectionId
  *
  * @return void
  */
 public function setSectionForSubtree($locationId, $sectionId)
 {
     $this->treeHandler->setSectionForSubtree($locationId, $sectionId);
 }