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 |
| 165 | array_dot_get_string() | Use array_dot_get() with |
| 177 | array_dot_get_bool() | Use array_dot_get() with |
| 189 | array_dot_get_float() | Use array_dot_get() with |
| 201 | array_dot_get_datetime() | Use array_dot_get() with |
| 221 | array_dot_get_enum() | Use array_dot_get() together with |