Functional\Tests\Adder::static_add PHP Method

static_add() public static method

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