Searched refs:getValueObject (Results 1 – 4 of 4) sorted by relevance
| /plugin/struct/_test/ |
| H A D | NestedResultTest.php | 95 $this->assertEquals('car', $tree[0]->getValueObject()->getValue()); 96 $this->assertEquals('laptop', $tree[1]->getValueObject()->getValue()); 120 $this->assertEquals('car', $tree[0]->getValueObject()->getValue()); 121 $this->assertEquals('laptop', $tree[1]->getValueObject()->getValue()); 150 $this->assertEquals('black', $tree[0]->getValueObject()->getValue()[0]); 151 $this->assertEquals('blue', $tree[1]->getValueObject()->getValue()[0]); 152 $this->assertEquals('gray', $tree[2]->getValueObject()->getValue()[0]); 153 $this->assertEquals('green', $tree[3]->getValueObject()->getValue()[0]); 154 $this->assertEquals('red', $tree[4]->getValueObject()->getValue()[0]); 155 $this->assertEquals('yellow', $tree[5]->getValueObject()->getValue()[0]); [all …]
|
| /plugin/struct/meta/ |
| H A D | NestedValue.php | 67 public function getValueObject() function in dokuwiki\\plugin\\struct\\meta\\NestedValue 152 $compA = implode('-', (array)$a->getValueObject()->getCompareValue()); 153 $compB = implode('-', (array)$b->getValueObject()->getCompareValue());
|
| H A D | NestedResult.php | 72 $indexValue = $child->getValueObject();
|
| H A D | AggregationList.php | 42 $self = $node->getValueObject(); // null for root node
|