Skip to content

Instantly share code, notes, and snippets.

@umpirsky
Created March 7, 2011 08:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save umpirsky/858219 to your computer and use it in GitHub Desktop.
Save umpirsky/858219 to your computer and use it in GitHub Desktop.
Facrory
<?php
class F {
private function __construct() { }
public static function factory() {
// Make instance and return
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment