Guest User

Untitled

a guest
Jul 22nd, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. protected $_idEventInformation;
  2.  
  3. public function setIdEventInformation($id)
  4. {
  5. $this->_idEventInformation = $id;
  6. return $this;
  7. }
Add Comment
Please, Sign In to add comment