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

Source for file a.type.class.php

Documentation is available at a.type.class.php

  1. <?php
  2.  
  3.     define("FLG_TYPEINPUT_CB""checkbox");
  4.     define("FLG_TYPEINPUT_HIDDEN""hidden");
  5.     define("FLG_TYPEINPUT_FILE""file");
  6.     define("FLG_TYPEINPUT_IMG""image");
  7.     define("FLG_TYPEINPUT_PASSWD""password");
  8.     define("FLG_TYPEINPUT_RAD""radio");
  9.     define("FLG_TYPEINPUT_RES""reset");
  10.     define("FLG_TYPEINPUT_SUB""submit");
  11.     define("FLG_TYPEINPUT_TXT""text");
  12.  
  13.     /**
  14.      * Attribut type
  15.      *
  16.      * @package html
  17.      * @author Alain Defrance
  18.      */
  19.     class wpmTypeA extends wpmAttribut
  20.     {
  21.         public function __construct($pType)
  22.         {
  23.             parent::__construct('type'$pType);
  24.         }
  25.     };
  26.  
  27. ?>

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