Factory
Overrides Factory::getInstance
public static function getInstance() { if (self::$instance === null) { self::$instance = new Factory(); } return self::$instance; }