Define explicitly method visibility
Summary:
In PHP, methods are by default public when no visibility
operator is defined. To mark them explicitely as public
improves code legibility. Especially as this is not the
case in every language
Reviewers: dereckson
Subscribers: alken-orin
Differential Revision: https://devcentral.nasqueron.org/D616