cycle = $cycle; } /** * Return the cycle from the value object * * @return string */ public function getValue() { return $this->cycle; } }