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;
    }