This commit is contained in:
2024-08-12 15:39:26 +03:00
parent 38d5deb36a
commit 19e994ef38
4 changed files with 10 additions and 5 deletions

View File

@ -4,7 +4,7 @@ namespace Itguild\Tables;
class JasonTable
{
protected string $html = "";
public string $html = "";
protected \Closure|array|false $beforePrintCell;
protected \Closure|false $afterPrintHook;
protected \Closure|false $beforePrintHook;