| @@ 13-19 (lines=7) @@ | ||
| 10 | private $clang; |
|
| 11 | private $labelcache; |
|
| 12 | ||
| 13 | public function __construct($model, $vocab, $resource, $prop, $clang = '') |
|
| 14 | { |
|
| 15 | parent::__construct($model, $vocab, $resource); |
|
| 16 | $this->type = $prop; |
|
| 17 | $this->clang = $clang; |
|
| 18 | $this->labelcache = array(); |
|
| 19 | } |
|
| 20 | ||
| 21 | public function __toString() |
|
| 22 | { |
|
| @@ 15-21 (lines=7) @@ | ||
| 12 | /** content language */ |
|
| 13 | private $clang; |
|
| 14 | ||
| 15 | public function __construct($model, $vocab, $resource, $prop, $clang = '') |
|
| 16 | { |
|
| 17 | parent::__construct($model, $vocab, $resource); |
|
| 18 | $this->submembers = array(); |
|
| 19 | $this->type = $prop; |
|
| 20 | $this->clang = $clang; |
|
| 21 | } |
|
| 22 | ||
| 23 | public function __toString() |
|
| 24 | { |
|