server/src/app/Libraries/RdfModel/RdfModelDelta.php
changeset 314 f5690d918358
parent 307 07b44a378ad8
equal deleted inserted replaced
313:706f10bcdc3c 314:f5690d918358
    29 
    29 
    30     public function getDeleteWhere() {
    30     public function getDeleteWhere() {
    31         return $this->deleteWhere;
    31         return $this->deleteWhere;
    32     }
    32     }
    33 
    33 
    34     public function addDeleteWhere(string $value) {
    34     public function addDeleteWhere($value) {
    35         array_push($this->deleteWhere, $value);
    35         array_push($this->deleteWhere, $value);
    36         return $this;
    36         return $this;
    37     }
    37     }
    38 
    38 
    39     public function getUri() {
    39     public function getUri() {