コード例 #1
0
 public function getSection($sectionId)
 {
     // We could implement sections as XML elements based on their id attribute.
     // If XmlContent was DOM based, that would be nice and easy.
     return parent::getSection($sectionId);
 }