Skip to content

Instantly share code, notes, and snippets.

Created July 10, 2012 08:05
Show Gist options
  • Save anonymous/3081954 to your computer and use it in GitHub Desktop.
Save anonymous/3081954 to your computer and use it in GitHub Desktop.
if (call_user_func(array($this->provider, $operations[0])))
return success();
else
return error();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment