Exemplo n.º 1
0
 /**
  * Prepare data for renderer
  *
  * @return array
  */
 protected function _getValues()
 {
     $values = $this->getColumn()->getValues();
     return $this->_converter->toFlatArray($values);
 }
Exemplo n.º 2
0
 /**
  * Prepare data for renderer
  *
  * @return array
  */
 public function _getOptions()
 {
     $options = $this->getColumn()->getOptions();
     return $this->_converter->toTreeArray($options);
 }
Exemplo n.º 3
0
 /**
  * Get options from column
  *
  * @return array
  */
 protected function _getOptions()
 {
     return $this->_converter->toFlatArray($this->getColumn()->getOptions());
 }