phpDocumentor html
[ class tree: html ] [ index: html ] [ all elements ]

Source for file b.form.class.php

Documentation is available at b.form.class.php

  1. <?php
  2.  
  3.     /**
  4.      * Balise form
  5.      *
  6.      * @package html
  7.      * @author Alain Defrance
  8.      */
  9.     class wpmFormB extends wpmBaliseConteneur
  10.     {
  11.         public function __construct($pAction NULL$pMethod NULL)
  12.         {
  13.             parent::__construct('form');
  14.             if(!is_null($pAction)) $this->ajouterAttribut(new wpmActionA($pAction))}
  15.             if(!is_null($pMethod)) $this->ajouterAttribut(new wpmMethodA($pMethod))}
  16.         }
  17.     }
  18.  
  19. ?>

Documentation generated on Fri, 04 Jul 2008 23:38:35 +0200 by phpDocumentor 1.4.0a2