Flow PHP

Deprecated

Table of Contents

src/lib/array-dot/src/Flow/ArrayDot/array_dot.php

array_dot.php

Line Element Reason
55 array_dot_steps()

Use Path::fromString() - it returns typed steps with every escape resolved.

153 array_dot_get_int()

Use array_dot_get() with type_integer() instead.

165 array_dot_get_string()

Use array_dot_get() with type_string() instead.

177 array_dot_get_bool()

Use array_dot_get() with type_boolean() instead.

189 array_dot_get_float()

Use array_dot_get() with type_float() instead.

201 array_dot_get_datetime()

Use array_dot_get() with type_datetime() instead.

221 array_dot_get_enum()

Use array_dot_get() together with BackedEnum::tryFrom() instead.

Search results