gax-php icon indicating copy to clipboard operation
gax-php copied to clipboard

Adding getHasser (or getHazzer?) to Serializer.php

Open fiboknacky opened this issue 5 years ago • 0 comments

With proto3, we now have some classes that contain a hasXXX() method. The googleads/google-ads-php repo needs to use a method similar to getGetter() to fetch the hasXXX() method name.

It'd be great if we can have such a method implemented right in Serializer (where getGetter and getSetter are written), so we don't need to write our own.

fiboknacky avatar Oct 02 '20 09:10 fiboknacky