lithium\core\Environment::$_current

protected static property

Holds the name of the current environment under which the application is running. Set by passing a Request object or $_SERVER or $_ENV array into Environment::set() (which in turn passes this on to the detector used to determine the correct environment). Can be tested or retrieved using Environment::is() or Environment::get().

Source

	protected static $_current = '';