Advertisement
Guest User

Untitled

a guest
Jul 28th, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <?php
  2.  
  3. namespace Application;
  4.  
  5. use Zend\Session;
  6.  
  7. interface RefererAwareInterface
  8. {
  9. /**
  10. * @param Session\Container $sessionContainer
  11. */
  12. public function setSessionContainer(Session\Container $sessionContainer);
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement