Marcelgwerder\ApiHandler\Result::getMode PHP Méthode

getMode() public méthode

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