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