Serializor\Reflect::getReflectionProperties() public static

Documentation

Finds all reflection properties for an object and it's ancestors, in an array where the key identifies uniquely the property with the class name followed by \0 as a prefix.

Signature

public static function getReflectionProperties(string $className): array

Parameters

NameTypeDefault
$className string required

Returns

array

Source

src/Reflect.php:86-104