| 1 | <?php |
||
| 11 | class PropertyContent extends Content { |
||
| 12 | |||
| 13 | public const MODEL = 'wikibase-property'; |
||
| 14 | |||
| 15 | /** |
||
| 16 | * @param Property $property |
||
| 17 | */ |
||
| 18 | 1 | public function __construct( Property $property ) { |
|
| 21 | |||
| 22 | /** |
||
| 23 | * @see Content::getData |
||
| 24 | * @return Property |
||
| 25 | */ |
||
| 26 | 1 | public function getData() { |
|
| 29 | |||
| 30 | } |
||
| 31 |