PHP Class ScriptFUSION\Porter\Type\ObjectType

Inheritance: use trait ScriptFUSION\StaticClass
Show file Open project: ScriptFUSION/Porter Class Usage Examples

Public Methods

Method Description
toArray ( mixed $mixed ) : array Converts the specified object to an array, recursively converting any nested arrays of objects.

Method Details

toArray() public static method

Converts the specified object to an array, recursively converting any nested arrays of objects.
public static toArray ( mixed $mixed ) : array
$mixed mixed Object.
return array Converted object.