DevComo is a slack channel to connect engineers, designers, sysadmins and other technistas from the Mid Missouri Area
The current admins are:
- jamescarr
| <?php | |
| use Zend\Form\Annotation; | |
| class Foo | |
| { | |
| /** | |
| * @Annotation\Type("Zend\Form\Element\Radio") | |
| * @Annotation\Options({"label":"HEY", "foo":"bar", "bar":"baz"}) | |
| */ |