A237::b PHP Method

b() public static method

public static b ( )
    public static function b()
    {
        return A237;
        // will emit a php notice for undefined, and assume 'A237'
    }
A237