'; foreach ($this->list as $item) { $output .= sprintf('
  • %s
  • ', print_r($item, true)); } $output .= ''; echo $output;