Example #1
0
 /**
  * Set new \Plethora\Form object to particular form Field if is singleton.
  *
  * @access   public
  * @param    Form $form
  * @return   Field
  * @since    1.0.0-alpha
  * @version  1.0.0-alpha
  */
 public function setFormIfSingleton(Form &$form)
 {
     $form->addEnctype();
     parent::setFormIfSingleton($form);
     // TODO: Change the autogenerated stub
 }