A237::f PHP Метод

f() публичный статический Метод

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