_value = $value; } /** * Get value * * @return int|string|array */ public function getValue() { return $this->_value; } }