ValueExtractorTrait
trait ValueExtractorTrait (View source)
Provides functionality to extract the value of a property or method from an object.
Methods
mixed
extractValue(object $object, string $propertyOrMethod)
Extracts the value of the given property or method from the object.
Details
at line 35
protected mixed
extractValue(object $object, string $propertyOrMethod)
Extracts the value of the given property or method from the object.