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

post() public method

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