Ejemplo n.º 1
0
 /**
  * Get dictionary data
  * @return array
  */
 public function getData()
 {
     return $this->_data->__toArray();
 }
Ejemplo n.º 2
0
 /**
  * Get configuration as array
  * @return array
  */
 public function getData()
 {
     return $this->_config->__toArray();
 }