public function getValue() { if (parent::hasValue()) { return parent::getValue(); } else { return false; } }