public static function single() { return !isset(self::$example) ? self::$example = new self() : self::$example; }