diff options
Diffstat (limited to 'SemanticMediaWiki/includes/src/PropertyAnnotator.php')
-rw-r--r-- | SemanticMediaWiki/includes/src/PropertyAnnotator.php | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/SemanticMediaWiki/includes/src/PropertyAnnotator.php b/SemanticMediaWiki/includes/src/PropertyAnnotator.php deleted file mode 100644 index b7fe7391..00000000 --- a/SemanticMediaWiki/includes/src/PropertyAnnotator.php +++ /dev/null @@ -1,35 +0,0 @@ -<?php - -namespace SMW; - -/** - * Interface specifing available methods to interact with the Decorator - * - * @ingroup SMW - * - * @license GNU GPL v2+ - * @since 1.9 - * - * @author mwjames - */ -interface PropertyAnnotator { - - /** - * Returns a SemanticData container - * - * @since 1.9 - * - * @return SemanticData - */ - public function getSemanticData(); - - /** - * Add annotations to the SemanticData container - * - * @since 1.9 - * - * @return PropertyAnnotator - */ - public function addAnnotation(); - -} |