Imdb\MdbBase::debug_html PHP 메소드

debug_html() 보호된 메소드

protected debug_html ( $html )
    protected function debug_html($html)
    {
        $this->logger->error(htmlentities($html));
    }