mbn_18

Untitled

Dec 17th, 2012
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1. <?php
  2. public function myCoolFunc($params)
  3. {
  4.     extract($params);
  5.     return $this->mapper->listActivitiesForAPI($var1, $tvar2, $varn);
  6. }
Advertisement
Add Comment
Please, Sign In to add comment