LazyProps
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
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