Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
Closed
Description
enum nodes have been added in#1826 but there is no proper documentation on how to use it, an example could be great:
<?php$parent ->enumNode('node-name') ->values(array('a','b','c')) ->end()
ref:http://symfony.com/doc/master/components/config/definition.html
/cc@Drak