Guest User

Untitled

a guest
Nov 26th, 2012
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <?php
  2.  
  3. namespace D\FacebookBundle\Event;
  4. use Symfony\Component\EventDispatcher\Event;
  5. use D\FacebookBundle\something;
  6.  
  7. class FilterFacebookEvent extends Event
  8. {
  9. protected $somethings;
  10.  
  11. public function __construct(something $somethings)
  12. {
  13. $this->somethings = $somethings;
  14. }
  15. public function getsomethings()
  16. {
  17. return $this->somethings;
  18. }
  19. }
Advertisement
Add Comment
Please, Sign In to add comment