system
[
class tree: system
] [
index: system
] [
all elements
]
system
Packages:
no package
html
system
Source for file baliseAutoFermante.class.php
Documentation is available at
baliseAutoFermante.class.php
<?php
/**
* Attribut d'une balise.
*
*
@package
system
*
@author
Alain Defrance
*/
class
wpmBaliseAutoFermante
extends
wpmBaliseAbstraite
{
/**
* Initialise la balise avec son nom
*
*
@access
public
*
@param
string
$pBaliseName
*/
public
function
__construct
(
$pBaliseName
)
{
parent
::
__construct
(
$pBaliseName
)
;
}
/**
* Retourne le code html de la balise.
*
*
@access
public
*
@return
string
*/
public
function
generer
(
)
{
return
wpmSystem
::
endl
(
)
.
wpmSystem
::
getIndent
(
)
.
"
<{
$this
->
getBaliseName
(
)
}
{
$this
->
genererAttributString
(
)
}
/>
"
.
wpmSystem
::
endl
(
)
;
}
}
;
?>
Documentation generated on Fri, 04 Jul 2008 23:38:38 +0200 by
phpDocumentor 1.4.0a2