for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace SESP\PropertyAnnotators;
use SMW\DIProperty;
use SMW\SemanticData;
use SESP\PropertyAnnotator;
/**
* @private
* @ingroup SESP
*
* @license GNU GPL v2+
* @since 2.0
* @author mwjames
*/
class NullPropertyAnnotator implements PropertyAnnotator {
* {@inheritDoc}
public function isAnnotatorFor( DIProperty $property ) {
return true;
}
public function addAnnotation( DIProperty $property, SemanticData $semanticData ) {}