ContenthistoryHelper::createObjectArray
Method to put all field names, including nested ones, in a single array for easy lookup.
Signature
public function createObjectArray(stdClass
$object )
Parameters
-
$object
- Standard class object that may contain one level of nested objects.
Returns
- array
- Associative array of all field names, including ones in a nested object.