Guest User

Untitled

a guest
Jul 16th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <?php
  2.  
  3. class GravatarPresenter extends \Nette\Application\UI\Presenter
  4. {
  5.  
  6. public function actionDefault($email, $size = 80)
  7. {
  8. $this->sendResponse(new GravatarResponse($email, $size));
  9. }
  10. }
Add Comment
Please, Sign In to add comment