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

python - Alternative to referencing variable before assignment -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -