コード例 #1
0
 /**
  * {@inheritdoc}
  */
 protected function convertValue($value)
 {
     $result = $this->getBackendData($value);
     return parent::convertValue($result);
 }
コード例 #2
0
 /**
  * {@inheritdoc}
  */
 protected function convertValue($value)
 {
     $result = $this->getBackendData($value);
     return OroFieldProperty::convertValue($result);
 }