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

head() public method

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