コード例 #1
0
 protected function getListOptionValue()
 {
     $result = parent::getListOptionValue();
     $this->convertOldDistributedList($result);
     return $result;
 }