Skip to content

Instantly share code, notes, and snippets.

@jamescarr
Forked from weierophinney/annotation.php
Created September 6, 2012 18:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamescarr/3659108 to your computer and use it in GitHub Desktop.
Save jamescarr/3659108 to your computer and use it in GitHub Desktop.
annotation for radio element
<?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