PrestaShopWebservice::printDebug PHP Метод

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

public printDebug ( $title, $content )
    public function printDebug($title, $content)
    {
        echo '<div style="display:table;background:#CCC;font-size:8pt;padding:7px"><h6 style="font-size:9pt;margin:0">' . $title . '</h6><pre>' . htmlentities($content) . '</pre></div>';
    }