facebookarchive / php-graph-sdk

The Facebook SDK for PHP provides a native interface to the Graph API and Facebook Login. https://developers.facebook.com/docs/php
Other
3.17k stars 1.96k forks source link

[6.0] Close GraphNode public API #1150

Closed Girgias closed 10 months ago

Girgias commented 5 years ago

Part of #447, closing the GraphNode API by making the subclasses and factory final and the GraphNode superclass as @internal which indicates that this shouldn't be extended by end users.