Lsrur\Inspector\Collectors\BaseCollector::clTable PHP 메소드

clTable() 보호된 메소드

protected clTable ( $data )
    protected function clTable($data)
    {
        return "console.table(" . json_encode($data) . ");";
    }