Ergo\Routing\AbstractRestController::put PHP Method

put() public method

Handles an HTTP PUT request.
public put ( $request ) : Response
return Ergo\Http\Response
    public function put($request)
    {
        throw new Http\Error\MethodNotAllowed('PUT');
    }