$contents */ public function __construct(array $contents, ?string $name = null) { parent::__construct('Table', $contents, $name, false); } public function getHint(): string { return 'table'; } }