Jarves\Configuration\Field::getValue PHP Method

getValue() public method

public getValue ( ) : mixed
return mixed
    public function getValue()
    {
        if ($this->hasFieldType()) {
            return $this->getFieldType()->getValue();
        } else {
            return $this->tempValue;
        }
    }
Field