Webmozart\Console\Handler\Help\HelpAsciiDocHandler::getLessBinary PHP Метод

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

Returns the "less" binary used to display the AsciiDoc page.
public getLessBinary ( ) : string
Результат string The "less" binary or `null` if the binary is auto-detected.
    public function getLessBinary()
    {
        return $this->lessBinary;
    }