Home
last modified time | relevance | path

Searched refs:removeTriples (Results 1 – 3 of 3) sorted by relevance

/plugin/strata/_test/
H A Dstorage_removes.test.php33 $this->_triples->removeTriples();
39 $this->_triples->removeTriples('Bob');
43 $this->_triples->removeTriples('Alice');
49 $this->_triples->removeTriples(null, 'knows');
53 $this->_triples->removeTriples(null, 'dislikes');
59 $this->_triples->removeTriples(null, null, 'Alice');
63 $this->_triples->removeTriples(null, null, 'Carol');
69 $this->_triples->removeTriples('Alice', 'knows');
75 $this->_triples->removeTriples(null, 'knows', 'Carol');
81 $this->_triples->removeTriples('bo
[all...]
/plugin/strata/
H A Daction.php156 $triples->removeTriples(null,null,null,$id);
/plugin/strata/helper/
H A Dtriples.php119 function removeTriples($subject=null, $predicate=null, $object=null, $graph=null) { function in helper_plugin_strata_triples