9 lines
605 B
Markdown
9 lines
605 B
Markdown
To broaden consistency checks on the property page and provide more user guidance in case of some input error such as:
|
|
|
|

|
|
|
|
### `src/Property/DeclarationExaminer`
|
|
|
|
- Extending one of the existing [DeclarationExaminer](https://github.com/SemanticMediaWiki/SemanticMediaWiki/blob/master/src/Property/DeclarationExaminer.php) or
|
|
- Adding a new class that implements the interface which is then registered with the `DeclarationExaminerFactory` is sufficient to get called when viewing a property page.
|