Home
last modified time | relevance | path

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

/plugin/struct/meta/
H A DValue.php30 protected $rawonly = false; variable in dokuwiki\\plugin\\struct\\meta\\Value
57 if ($this->rawonly) {
58 throw new StructException('Accessing value of rawonly value forbidden');
80 if ($this->rawonly) {
81 throw new StructException('Accessing displayvalue of rawonly value forbidden');
93 if ($this->rawonly) {
94 throw new StructException('Accessing comparevalue of rawonly value forbidden');
105 * @param bool $israw is the passed value a raw value? turns Value into rawonly
109 $this->rawonly = $israw;