Skip to content

Instantly share code, notes, and snippets.

@n1k0
Forked from clemherreman/Action.class.php
Created November 3, 2011 15:26
Show Gist options
  • Save n1k0/1336774 to your computer and use it in GitHub Desktop.
Save n1k0/1336774 to your computer and use it in GitHub Desktop.
Class action
<?php
class Action
{
public function goFuckYourself() {
return andCry();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment