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