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);
    }