mirocow\eav\handlers\RawValueHandler::getTextValue PHP Méthode

getTextValue() public méthode

public getTextValue ( )
    public function getTextValue()
    {
        return $this->getValueModel()->value;
    }

Usage Example

 public function getArrayValue()
 {
     return json_decode(parent::getTextValue());
 }