Todaymade\Daux\Format\HTML\ContentTypes\Markdown\TOC\Processor::hasAutoTOC PHP Метод

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

public hasAutoTOC ( )
    public function hasAutoTOC()
    {
        return array_key_exists('html', $this->config) && array_key_exists('auto_toc', $this->config['html']) && $this->config['html']['auto_toc'];
    }