Luracast / Restler

Simple and effective multi-format Web API Server to host your PHP API as Pragmatic REST and/or RESTful API
http://luracast.com/products/restler/
GNU Lesser General Public License v2.1
1.36k stars 315 forks source link

Load Defaults::$accessControlFunction in get #585

Closed rabauss closed 2 years ago

rabauss commented 7 years ago

Load the Defaults::$accessControlFunction in get-method similar to index-method.

Arul- commented 6 years ago

ideally, we should do that in the constructor so it is available for all API calls. Please make that change. Then I will merge it with the master