| Total Complexity | 1 |
| Total Lines | 19 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 6 | class VocabularyDataObject extends DataObject |
||
| 7 | { |
||
| 8 | /** |
||
| 9 | * Vocabulary instance where this object originated. |
||
| 10 | * @property object $vocab |
||
| 11 | */ |
||
| 12 | protected $vocab; |
||
| 13 | |||
| 14 | /** |
||
| 15 | * Needs the following parameters. |
||
| 16 | * @param Model $model |
||
| 17 | * @param Vocabulary $vocab |
||
| 18 | * @param EasyRdf\Resource $resource |
||
| 19 | */ |
||
| 20 | public function __construct($model, $vocab, $resource) |
||
| 28 |