Stringifier
PropertyInfoStringifier stringifies PropertyInfo instances.
public function execute(target):StringReturns the string representation of the passed-in PropertyInfo instance.
The string representation is composed as follows:
fullQualifiedDeclaringTypeName.propertyName
Or if static:
static fullQualifiedDeclaringTypeName.propertyName
target | an instance of type PropertyInfo to stringify |
the string representation of the passed-in target property info