diff options
Diffstat (limited to 'providers/Item.php')
-rw-r--r-- | providers/Item.php | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/providers/Item.php b/providers/Item.php new file mode 100644 index 0000000..cecbd26 --- /dev/null +++ b/providers/Item.php @@ -0,0 +1,16 @@ +<?php + +namespace Providers; + +class Item { + + public $ID; + public $Title; + public $Link; + public $Time; + public $Text; + public $Author; + +} + +?> |