File path: dist/twist/Core/Utilities/Route.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
delete
— Pass in a PHP function to be parsed by the route upon a DELETE request
Name | Description |
---|---|
$strURI | n/a |
$resFunction | n/a |
[$mxdBaseView = true] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strURI = 'foo';
$resFunction = (resource);
$mxdBaseView = true;
//Call the function delete with the example vars
Twist::Route() -> delete($strURI, $resFunction, $mxdBaseView);