Webmozart\Console\Handler\Help\HelpAsciiDocHandler::getLessBinary PHP Method

getLessBinary() public method

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