Example #1
0
 /**
  * Returns all environment variables. If $_ENV
  * is set it will be returned, otherwise $_ENV
  * will be set to information parsed from phpinfo()
  * and then returned
  *
  * @return array
  */
 public static function getAll()
 {
     return Habitat::getInstance()->getEnvironment()->getAll();
 }