Jarves\Configuration\Field::getValue PHP Метод

getValue() публичный Метод

public getValue ( ) : mixed
Результат mixed
    public function getValue()
    {
        if ($this->hasFieldType()) {
            return $this->getFieldType()->getValue();
        } else {
            return $this->tempValue;
        }
    }
Field