diff --git a/administrator/components/com_jedchecker/models/item.php b/administrator/components/com_jedchecker/models/item.php new file mode 100644 index 0000000..c09c462 --- /dev/null +++ b/administrator/components/com_jedchecker/models/item.php @@ -0,0 +1,59 @@ +type = $type; + $this->subtype = $subtype; + $this->text = $text; + $this->location = $location; + $this->line = $line; + $this->code = $code; + } +}