botman / docs

BotMan documentation
33 stars 52 forks source link

Clarify Conversations class variables usage #65

Closed leonelmenaia closed 6 years ago

leonelmenaia commented 6 years ago

It wasn't explicit that you need to declare your Conversation class variables as protected or public so that get_object_vars($this); on the parent class could save the variables in cache. If you use private it doesn't work.

mpociot commented 6 years ago

Great. Thank you!