Exemplo n.º 1
0
 /**
  * Returns the configuration
  *
  * @return array
  */
 public function getConfig()
 {
     if ($this->_config === null) {
         $meta = Comm::getMeta();
         $this->_config = $meta["config"]["signature"];
     }
     return $this->_config;
 }