Documentation

VariableSetInterface

Table of Contents

Methods

getVariable()  : VariableInterface
getVariableNames()  : iterable<string|int, string>
getVariables()  : iterable<string|int, VariableInterface>

Methods

getVariable()

public getVariable(string $name) : VariableInterface
Parameters
$name : string
Tags
throws
InvalidArgumentException

when the given name is not valid

Return values
VariableInterface

getVariableNames()

public getVariableNames() : iterable<string|int, string>
Return values
iterable<string|int, string>

Return a list of variable IDs

getVariables()

public getVariables() : iterable<string|int, VariableInterface>
Return values
iterable<string|int, VariableInterface>

Returns an iterator that will yield the VariableInterface objects


        
On this page

Search results