status = (int)$status; } /** * Return the status from the value object * * @return int */ public function getValue() { return $this->status; } /** * @return bool */ public function isVisible() { return $this->status === self::VISIBLE; } }