Ejemplo n.º 1
0
 /**
  * returns all constants of the extension
  *
  * @access public
  * @author firstname and lastname of author, <*****@*****.**>
  * @return array
  */
 public function getConstants()
 {
     return (array) $this->manifest->getConstants();
 }
 /**
  * returns all constants of the extension
  *
  * @access public
  * @author firstname and lastname of author, <*****@*****.**>
  * @return array
  */
 public function getConstants()
 {
     $returnValue = array();
     $returnValue = $this->manifest->getConstants();
     return (array) $returnValue;
 }