Skip to content

Wire data get array

Returns the full array of properties set to this object

If descending classes also store data in other containers, they may want to override this method to include that data as well.

Usage

$array = $wireData->getArray();

Return value

array

Returned array is associative and indexed by property name.