Comments.php 103 B

123456789
  1. <?php
  2. class Comments
  3. {
  4. public function title()
  5. {
  6. return 'A Comedy of Errors';
  7. }
  8. }