FooBar.php 132 B

1234567891011
  1. <?php
  2. class Layout_View_Helper_FooBar
  3. {
  4. public function fooBar()
  5. {
  6. return 'foobar-helper-output';
  7. }
  8. }