extend entity class2

This commit is contained in:
Bernhard Posselt
2013-03-23 19:48:48 +01:00
parent 8aab55a196
commit 8eaee56f18

View File

@@ -25,7 +25,7 @@ Getters and setters will automatically be created for all public attributes. Sho
use \OCA\AppFramework\Db\Entity
class Item {
class Item extends Entity {
public $id;
public $name;