mirocow\eav\EavModel::getValue PHP Méthode

getValue() public méthode

public getValue ( )
    public function getValue()
    {
        if (isset($this->attributes[$this->attribute])) {
            return $this->attributes[$this->attribute];
        } else {
            return '';
        }
    }