• getItems(); foreach($items as $item) { echo '
    • ' . $item->getLabel() . '
    • '; } ?>

Home