Skip to content

Instantly share code, notes, and snippets.

@klaude
Created March 2, 2014 22:16
Show Gist options
  • Save klaude/9314819 to your computer and use it in GitHub Desktop.
Save klaude/9314819 to your computer and use it in GitHub Desktop.
<?php
namespace Kawaii;
abstract class abstractHuggyPillow
{
public function pillowFactory()
{
return new get_called_class();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment