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
| Name | Type | Default |
|---|---|---|
$className
|
string |
required |
Returns
array