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

Source for file b.input.class.php

Documentation is available at b.input.class.php

  1. <?php
  2.  
  3.     /**
  4.      * Balise input
  5.      *
  6.      * @package html
  7.      * @author Alain Defrance
  8.      */
  9.     class wpmInputB extends wpmBaliseAutoFermante
  10.     {
  11.         public function __construct($pType)
  12.         {
  13.             parent::__construct('input');
  14.             $this->ajouterAttribut(new wpmTypeA($pType));
  15.         }
  16.     }
  17.  
  18. ?>

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