Function accessibility: public, protected, and private
Opened this issue · 0 comments
jeremyheiler commented
- public: available to all, automatically exported
- protected: available internally and when included, but is not exported. not available when required
- private: available internally, and not when included or required