with('o',$this) ->with('edit',$edit) ->with('old',$old) ->with('new',$new); } public function render_item_old(string $dotkey): ?string { return parent::render_item_old($dotkey) ? str_repeat('*',16) : NULL; } public function render_item_new(string $dotkey): ?string { return parent::render_item_new($dotkey) ? str_repeat('*',16) : NULL; } }