1 | <?php |
||
19 | class DummySparqlHelper extends SparqlHelper { |
||
20 | |||
21 | public function __construct() { |
||
24 | |||
25 | public function hasType( $id, array $classes, $withInstance ) { |
||
28 | |||
29 | public function findEntitiesWithSameStatement( |
||
35 | |||
36 | public function findEntitiesWithSameQualifierOrReference( |
||
44 | |||
45 | public function matchesRegularExpression( $text, $regex ) { |
||
48 | |||
49 | public function runQuery( $query ) { |
||
52 | |||
53 | } |
||
54 |