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

get() public method

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