PHP Class ScriptFUSION\Porter\Type\ObjectType

Inheritance: use trait ScriptFUSION\StaticClass
Afficher le fichier Open project: ScriptFUSION/Porter Class Usage Examples

Méthodes publiques

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

Method Details

toArray() public static méthode

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