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

Class: wpmAttribut

Source Location: /system/attribut.class.php

Class wpmAttribut

Class Overview

Attribut d'une balise.

Located in /system/attribut.class.php [line 10]

wpmObject
   |
   --wpmAttribut
Author(s):
  • Alain Defrance
API Tags:
Example:  Comment manipuler un wpmAttribut.

Information Tags:

Properties

Methods

[ Top ]
Descendants
Child Class Description
wpmActionA Attribut action.
wpmMethodA Attribut method
wpmTypeA Attribut type

[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From wpmObject

wpmObject::$internalNum

Inherited From wpmObject

wpmObject::__construct()
Initialise wpmObjet en récupérant un numéro interne non précédement utilisé.
wpmObject::getInternalNum()
Retourne le numéro interne.

[ Top ]
Property Summary
string   $nom   nom de l'attribut.
string   $value   valeur de l'attribut.

[ Top ]
Method Summary
wpmAttribut   __construct()   Initialise l'attribut.
string   generer()   Retourne le code html de l'attribut.
string   getNom()   Retourne le nom de l'attribut.
string   getValue()   Retourne la valeur de l'attribut.
void   setNom()   Définit le nom de l'attribut.
void   setValue()   Définit la valeur de l'attribut.

[ Top ]
Properties
string   $nom [line 18]

nom de l'attribut.

API Tags:
Access:  private


[ Top ]
string   $value [line 26]

valeur de l'attribut.

API Tags:
Access:  private


[ Top ]
Methods
Constructor __construct  [line 34]

  wpmAttribut __construct( string $pNom, string $pValue  )

Initialise l'attribut.

Parameters:
string   $pNom: 
string   $pValue: 

API Tags:
Access:  public


Redefinition of:
wpmObject::__construct()
Initialise wpmObjet en récupérant un numéro interne non précédement utilisé.

Redefined in descendants as:

[ Top ]
generer  [line 72]

  string generer( )

Retourne le code html de l'attribut.


API Tags:
Access:  public


[ Top ]
getNom  [line 59]

  string getNom( )

Retourne le nom de l'attribut.


API Tags:
Access:  public


[ Top ]
getValue  [line 65]

  string getValue( )

Retourne la valeur de l'attribut.


API Tags:
Access:  public


[ Top ]
setNom  [line 46]

  void setNom( string $pNom  )

Définit le nom de l'attribut.

Parameters:
string   $pNom: 

API Tags:
Access:  public


[ Top ]
setValue  [line 52]

  void setValue( string $pValue  )

Définit la valeur de l'attribut.

Parameters:
string   $pValue: 

API Tags:
Access:  public


[ Top ]

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