zf-11703.php 117 B

12345678910111213
  1. <?php
  2. /**
  3. * For manipulating files.
  4. */
  5. class Foo
  6. {
  7. public function bar()
  8. {
  9. // action body
  10. }
  11. }