aliases = $aliases; } public function getAliases() { return $this->aliases; } public function setAllowCors($allowCors) { $this->allowCors = $allowCors; } public function getAllowCors() { return $this->allowCors; } public function setFeatures($features) { $this->features = $features; } public function getFeatures() { return $this->features; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setTarget($target) { $this->target = $target; } public function getTarget() { return $this->target; } }