public function setup()
 {
     parent::setup();
     /*
      * Here, the plugin form code
      */
     $this->widgetSchema['see_admin'] = new sfWidgetFormInputHidden();
     $this->widgetSchema['see_front'] = new sfWidgetFormInputHidden();
     $this->validatorSchema['see_admin'] = new sfValidatorPass();
     $this->validatorSchema['see_front'] = new sfValidatorPass();
 }
Пример #2
0
 public function configure()
 {
     parent::configure();
 }