final class LazyProps implements ArrayAccess, Iterator, JsonSerializable (View source)

Methods

__construct(object $fusionObject, string $parentPath, Runtime $runtime, array $keys, array $effectiveContext)

No description

bool
offsetExists($path)

No description

mixed
offsetGet($path)

No description

void
offsetSet($path, $value)

No description

void
offsetUnset($path)

No description

mixed
current()

No description

void
next()

No description

mixed
key()

No description

bool
valid()

No description

void
rewind()

No description

mixed
jsonSerialize()

No description

Details

__construct(object $fusionObject, string $parentPath, Runtime $runtime, array $keys, array $effectiveContext)

No description

Parameters

object $fusionObject
string $parentPath
Runtime $runtime
array $keys
array $effectiveContext

bool offsetExists($path)

No description

Parameters

$path

Return Value

bool

mixed offsetGet($path)

No description

Parameters

$path

Return Value

mixed

void offsetSet($path, $value)

No description

Parameters

$path
$value

Return Value

void

void offsetUnset($path)

No description

Parameters

$path

Return Value

void

mixed current()

No description

Return Value

mixed

void next()

No description

Return Value

void

mixed key()

No description

Return Value

mixed

bool valid()

No description

Return Value

bool

void rewind()

No description

Return Value

void

mixed jsonSerialize()

No description

Return Value

mixed