value = array_map('strtolower', $value); } else { $this->value = strtolower($value); } parent::__construct($config); } }