Skip to content

Instantly share code, notes, and snippets.

@tty
Created June 21, 2010 14:35
Show Gist options
  • Save tty/446938 to your computer and use it in GitHub Desktop.
Save tty/446938 to your computer and use it in GitHub Desktop.
class Jobtool
{
public function doFoo($arg1, $arg2) {
return array('foo' => 12);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment