Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting configuration data after configuring #7

Closed
brunoais opened this issue Mar 9, 2015 · 1 comment
Closed

Getting configuration data after configuring #7

brunoais opened this issue Mar 9, 2015 · 1 comment

Comments

@brunoais
Copy link

brunoais commented Mar 9, 2015

Is there a way to get the results of the configured data after all has been set in a way that is easy to work with from code?
For example, I input many tags using the CodeMonkey method and then I want to get the list of all tags that were input and all their configurations. How do I do that?

@JoshyPHP
Copy link
Member

JoshyPHP commented Mar 9, 2015

You can iterate through $configurator->tags. If you only want BBCodes, you can iterate through $configurator->BBCodes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants