Bar.php 76 B

12345678
  1. <?php
  2. class Bar
  3. {
  4. public function method()
  5. {
  6. // ...
  7. }
  8. }