to study the library / framework, I think the best way is to use the class method and then see what code is executing in real time.
then you see a chain of methods (input and output of each) and you can also read comments.
Is there such a function in any IDE or external php application?
source
share