예제 #1
0
파일: Radio.php 프로젝트: aiesh/magento2
 /**
  * Prepare data for renderer
  *
  * @return array
  */
 protected function _getValues()
 {
     $values = $this->getColumn()->getValues();
     return $this->_converter->toFlatArray($values);
 }
예제 #2
0
 /**
  * Get options from column
  *
  * @return array
  */
 protected function _getOptions()
 {
     return $this->_converter->toFlatArray($this->getColumn()->getOptions());
 }