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

options() public method

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