Пример #1
0
 public function getConfiguracao($noConstante)
 {
     $noConstante = strtoupper($noConstante);
     $result = parent::getConfiguracao($noConstante);
     return $this->xmlToArray($result);
 }