Interface ResultAccess
Methods summary
public
mixed
|
#
getResult( string $result )
Return the result with the specified name.
Return the result with the specified name.
Parameters
- $result
- Name of the result
Returns
mixed value of the result
|
public
Array
|
#
getResults( )
Return all results as an associative array where the keys are the name of the result.
Return all results as an associative array where the keys are the name of the result.
Returns
Array The results
|
public
|
|