mini\Table\Wrappers\DebugTable::wrap() Method

public static

Signature

public static function wrap(mini\Table\Contracts\TableInterface $table, ?callable $logger = NULL, string $tableName = 'table'): self

Parameters

Name Type Default Description
$table mini\Table\Contracts\TableInterface required Documentation missing
$logger ?callable NULL Documentation missing
$tableName string 'table' Documentation missing

Returns

self

Documentation

Wrap a table for debugging

Source

src/Table/Wrappers/DebugTable.php:55-64