Bluz\Controller\Mapper\AbstractMapper::patch PHP Метод

patch() публичный Метод

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