FluxBB\Web\Router::getMethod PHP Method

getMethod() public method

public getMethod ( $handler )
    public function getMethod($handler)
    {
        return array_get($this->reverse, $handler . '.method', '');
    }