Advertisement
Isigar

request

Oct 2nd, 2017
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.24 KB | None | 0 0
  1. protected function request($from = "me", $to = "you"){
  2.         $when = new DateTime();
  3.         $when->modify('+1 day');
  4.         $this->willYouHugMe($when) ? $this->getIdiot()->happy() : $this->getIdiot()->sad();
  5.         return true;
  6.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement