Bluz\Controller\Mapper\AbstractMapper::delete PHP Method

delete() public method

Add mapping for DELETE method
public delete ( string $module, string $controller, String $acl = null )
$module string
$controller string
$acl String
    public function delete($module, $controller, $acl = null)
    {
        $this->addMap('DELETE', $module, $controller, $acl);
    }