bar\Child::test PHP 메소드

test() 공개 메소드

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