Skip to content

Instantly share code, notes, and snippets.

@matthewpoer
Created September 20, 2013 16:00
Show Gist options
  • Save matthewpoer/6639779 to your computer and use it in GitHub Desktop.
Save matthewpoer/6639779 to your computer and use it in GitHub Desktop.
In response to the idea of using "selfie" as programming/PHP slang... https://twitter.com/dabeaz/status/381014108906074113
<?php
class SomeClass{
public static function selfie(){
return new self();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment