A237::f PHP Method

f() public static method

public static f ( )
    public static function f()
    {
        return self;
        // not the same as self::class();
    }
A237