Created
September 20, 2013 16:00
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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