Advertisement
Guest User

Untitled

a guest
Jul 5th, 2013
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.13 KB | None | 0 0
  1. $foo->short('getSlug', [
  2.     ['trim', $param1],
  3.     ['str_replace','_',$this->return1],
  4.     ['ucfirst', $this->return2],
  5. ]);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement