mirocow\eav\handlers\RawValueHandler::getTextValue PHP Method

getTextValue() public method

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

Usage Example

Beispiel #1
0
 public function getArrayValue()
 {
     return json_decode(parent::getTextValue());
 }