bar\Child::test PHP Method

test() public method

public test ( $a )
    public function test($a)
    {
        parent::test($a);
    }