Home
last modified time | relevance | path

Searched refs:escapeTd (Results 1 – 1 of 1) sorted by relevance

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DHtmlFormatter.php55 * @param bool $escapeTd false if td content must not be html escaped
57 protected function addRow(string $th, string $td = ' ', bool $escapeTd = true): string argument
60 if ($escapeTd) {