JApplicationWebRouterRest::setHttpMethodSuffix
Set a controller class suffix for a given HTTP method.
Signature
public function setHttpMethodSuffix(string
$method,
string
$suffix )
Parameters
-
$method
- The HTTP method for which to set the class suffix.
-
$suffix
- The class suffix to use when fetching the controller name for a given request.
Returns
- JApplicationWebRouter
- This object for method chaining.