bar\Foo::test PHP 메소드

test() 공개 메소드

public test ( float $a )
$a float
    public function test($a)
    {
        $closure = function ($a, $c) {
        };
    }