public function getArrayValue()
 {
     return json_decode(parent::getTextValue());
 }
Example #2
0
 public function getTextValue()
 {
     return json_encode(parent::getTextValue());
 }