1 Commits
1.1.5 ... 1.1.6

Author SHA1 Message Date
b8c3b15d52 fetch table 2025-07-01 13:23:22 +03:00

View File

@ -15,6 +15,11 @@ class JasonTable
echo $this->html; echo $this->html;
} }
public function fetch(): string
{
return $this->html;
}
public function setBeforePrintCell(\Closure $closure): void public function setBeforePrintCell(\Closure $closure): void
{ {
$this->beforePrintCell = $closure; $this->beforePrintCell = $closure;