for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace kalanis\kw_table\output_kw\Html;
trait TAppend
{
protected function appendContent(string $key, string $content): void
$this->items[$key]->setValue( $this->items[$key]->getValue() . $content );
}