position = max((int) $position, 0); } /** * Getter for the position property. * * @return int */ public function getPosition() { return $this->position; } /** * Setter for the position property. * * @param string $subject */ public function setSubject($subject) { $this->subject = $subject; } /** * Getter for the position property. * * @return string */ public function getSubject() { return $this->subject; } }