_propertyExtractor()
_propertyExtractor(string|callable $callback) : callable
Returns a callable that can be used to extract a property or column from an array or object based on a dot separated path.
Parameters
string|callable | $callback | A dot separated path of column to follow so that the final one can be returned or a callable that will take care of doing that. |