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

put() public method

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