bool mapsForm(int $index)
Returns whether an element maps directly to a form.
Consider the following violation path:
children[address].children[office].data.street
In this example, "address" and "office" map to forms, while "street does not.
bool mapsForm(int $index)
Returns whether an element maps directly to a form.
Consider the following violation path:
children[address].children[office].data.street
In this example, "address" and "office" map to forms, while "street does not.
int | $index | The element index |
bool | Whether the element maps to a form |
OutOfBoundsException | If the offset is invalid. |
Designed by : w10schools
service@w10schools.com
Please login to continue.