fetch table

This commit is contained in:
2025-07-01 13:23:22 +03:00
parent f11d155606
commit b8c3b15d52

View File

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