Class Globals
Global variables
Namespace: Phramework\Testphase
License: Apache-2.0
Author: Xenofon Spafaridis nohponex@gmail.com
Version: 1.0.0
Since: 1.0.0
Located at Globals.php
License: Apache-2.0
Author: Xenofon Spafaridis nohponex@gmail.com
Version: 1.0.0
Since: 1.0.0
Located at Globals.php
Methods summary
protected static
|
|
public static
boolean
|
|
public static
mixed|callable|array
|
#
get( string $key = null, $operators = null )
Get global key's value. An expression to access array elements or a function can be given. |
public static
mixed[]
|
|
public static
mixed
|
|
public static
|
|
public static
string
|
Constants summary
string |
KEY_VARIABLE
Key of type variable |
#
'variable'
|
string |
KEY_FUNCTION
Key of type function |
#
'function'
|
string |
KEY_ARRAY
Key of type array |
#
'array'
|
Properties summary
protected static
object
|
$globals
|
#
null
|