Example #1
0
 public function canContainSubtree(Context $child)
 {
     $types = $child->getContextTypesFromTree();
     return $this->canContainChildrenOfTypes($types);
 }