class CodeVariable

Methods

static CodeVariable
from(mixed $variable)

No description

bool
hasType(string $type)

No description

string
getType()

No description

Details

at line 14
static CodeVariable from(mixed $variable)

No description

Parameters

mixed $variable

Return Value

CodeVariable

at line 25
bool hasType(string $type)

No description

Parameters

string $type

Return Value

bool

at line 39
string getType()

No description

Return Value

string