FluxBB\Web\Controller::call PHP Method

call() public method

Call the given action on this controller.
public call ( string $action ) : Response
$action string
return Symfony\Component\HttpFoundation\Response
    public function call($action)
    {
        return $this->{$action}();
    }