Home
last modified time | relevance | path

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

/plugin/struct/meta/
H A DValue.php105 * @param bool $israw is the passed value a raw value? turns Value into rawonly
107 public function setValue($value, $israw = false) argument
109 $this->rawonly = $israw;
124 if ($israw) {
132 if ($israw) {