-
-
Save jamescarr/3659108 to your computer and use it in GitHub Desktop.
annotation for radio element
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
use Zend\Form\Annotation; | |
class Foo | |
{ | |
/** | |
* @Annotation\Type("Zend\Form\Element\Radio") | |
* @Annotation\Options({"label":"HEY", "foo":"bar", "bar":"baz"}) | |
*/ | |
public $choice; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment