JavascriptVariableSetInterface
extends
VariableSetInterface
in
A javascript variable set guarantees that all variables can expose an object for annotating responses on the client side
Table of Contents
- getVariable() : JavascriptVariableInterface
- getVariableNames() : iteratable<string|int, string>
- getVariables() : iteratable<string|int, JavascriptVariableInterface>
Methods
getVariable()
public
getVariable(string $name) : JavascriptVariableInterface
Parameters
- $name : string
Tags
Return values
JavascriptVariableInterface —getVariableNames()
public
getVariableNames() : iteratable<string|int, string>
Return values
iteratable<string|int, string> —Return a list of variable IDs
getVariables()
public
getVariables() : iteratable<string|int, JavascriptVariableInterface>
Return values
iteratable<string|int, JavascriptVariableInterface> —Returns an iterator that will yield the VariableInterface objects