html
[
class tree: html
] [
index: html
] [
all elements
]
html
Packages:
no package
html
system
Source for file b.form.class.php
Documentation is available at
b.form.class.php
<?php
/**
* Balise form
*
*
@package
html
*
@author
Alain Defrance
*/
class
wpmFormB
extends
wpmBaliseConteneur
{
public
function
__construct
(
$pAction
=
NULL
,
$pMethod
=
NULL
)
{
parent
::
__construct
(
'form'
)
;
if
(
!
is_null
(
$pAction
))
{
$this
->
ajouterAttribut
(
new
wpmActionA
(
$pAction
))
;
}
if
(
!
is_null
(
$pMethod
))
{
$this
->
ajouterAttribut
(
new
wpmMethodA
(
$pMethod
))
;
}
}
}
?>
Documentation generated on Fri, 04 Jul 2008 23:38:35 +0200 by
phpDocumentor 1.4.0a2