mini\Metadata\AttributeMetadataFactory::getPropertyRefClass() Method

private

Signature

private function getPropertyRefClass(ReflectionProperty $property): ?string

Parameters

Name Type Default Description
$property ReflectionProperty required Documentation missing

Returns

?string

Documentation

Get the class reference for a property

Returns the class from Ref attribute if present, otherwise extracts from the property's type hint if it's a class.

Source

src/Metadata/AttributeMetadataFactory.php:84-106