class ExtractProperties

Methods

static array
from(mixed $target)

Extract the properties for the given object in array form.

Details

at line 18
static array from(mixed $target)

Extract the properties for the given object in array form.

The given array is ready for storage.

Parameters

mixed $target

Return Value

array