Advertisement
Guest User

Untitled

a guest
Feb 27th, 2015
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. if (method_exists($this, 'hook_' . __FUNCTION__)) {
  2. $this->{'hook_' . __FUNCTION__}();
  3. } $this->response->setOutput($this->render());
  4.  
  5. if (method_exists($this, 'hook_' . __FUNCTION__)) {
  6. call_user_func(array($this, 'hook_' . __FUNCTION__));
  7. } $this->response->setOutput($this->render());
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement