Marcelgwerder\ApiHandler\Result::getMode PHP Method

getMode() public method

Get the mode of the parser
public getMode ( ) : string
return string
    public function getMode()
    {
        return $this->parser->mode;
    }