Marcelgwerder\ApiHandler\Result::getMode PHP Метод

getMode() публичный Метод

Get the mode of the parser
public getMode ( ) : string
Результат string
    public function getMode()
    {
        return $this->parser->mode;
    }