Guest User

Untitled

a guest
Aug 19th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <?php
  2.  
  3. class Action implements NeedThePolice
  4. {
  5. public function askHelp()
  6. {
  7. return $this->goFuckYourself();
  8. }
  9.  
  10. private function goFuckYourself()
  11. {
  12. return andCry();
  13. }
  14. }
Add Comment
Please, Sign In to add comment