Class Env
Provides access to environmental values.
Environmental values are grouped into categories that are accessible through
different global variables in PHP. Environment access is available by several
static calls to the corresponding names of the global variables. Depending
on the type of global variable, special support functions may be available
to ease access. It is possible to extend the environment system for additional
globals by providing corresponding Env_
VariableName
classes.
- Core\Object implements Core\Chainable
- Core\Env
Methods summary
public static
|
#
__callStatic( string $group, array $keys )
Retrieves the environment interface for an environment group or directly retrieves values from that group. |
public static
string
|
|
public static
boolean
|
|
public static
boolean
|
|
public static
|
Methods inherited from Core\Object
__autocreateFactory()
,
__call()
,
__processParameters()
,
__toString()
,
attachMethod()
,
chain()
,
getValueForKey()
,
getValueForKeyPath()
,
getValueForUndefinedKey()
,
hash()
,
issetValueForKey()
,
setValueForKey()
,
setValueForKeyPath()
,
setValueForUndefinedKey()
,
uuid()
Magic methods summary
public static
|
Constants summary
Constants inherited from Core\Object
AnyParameterType
,
AutochainParameterType
,
AutocreateParameterType
,
BooleanParameterType
,
CharParameterType
,
EnumParameterType
,
IntegerParameterType
,
RealParameterType
,
StringParameterType
,
UserParameterType