C8::g PHP Method

g() public method

public g ( ) : integer
return integer
    function g() : int
    {
        return 42;
    }
C8