pattern = $pattern; } public function getPattern() { return $this->pattern; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }