php - How do you document restler api endpoints which are implemented in a base class? -


let's have base class , several derived classes. base class implements method want exposed on derived classes, want swagger docs reflect each class properly. proper way this? or have override methods provide unique documentation methods?

if need documentation unique override methods , call parent::{methodname}(); inside , document overriding method


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -