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

Methods

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

No description

offsetExists($path)

No description

offsetGet($path)

No description

offsetSet($path, $value)

No description

offsetUnset($path)

No description

current()

No description

next()

No description

key()

No description

valid()

No description

rewind()

No description

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

offsetExists($path)

No description

Parameters

$path

offsetGet($path)

No description

Parameters

$path

offsetSet($path, $value)

No description

Parameters

$path
$value

offsetUnset($path)

No description

Parameters

$path

current()

No description

next()

No description

key()

No description

valid()

No description

rewind()

No description

jsonSerialize()

No description