Example #1
0
 /**
  *  @param  \ReflectionProperty $reflection a property of $form
  *  @param  \Montage\Form\Form  $form the form of the property      
  */
 public function __construct(\ReflectionProperty $reflection, Form $form)
 {
     parent::__construct($reflection);
     $this->form = $form;
 }