Functional\Tests\Adder::static_add PHP 메소드

static_add() 공개 정적인 메소드

public static static_add ( $a, $b, $c, $d )
    public static function static_add($a, $b, $c, $d)
    {
        return add($a, $b, $c, $d);
    }