Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
b8c3b15d52 |
@ -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;
|
||||
|
Reference in New Issue
Block a user