value = $val; } /** * Returns a raw mime-dir representation of the value. * * @return string */ public function getRawMimeDirValue() { if (is_array($this->value)) { return $this->value[0]; } else { return $this->value; } } }