STPHPObject | --STPHPComponent | --STPHPTable | --STPHPControlWithCaption | --STPHPRadioButtonWithCaption
Located in File: Program_Root/stphpradiobuttonwithcaption.php
stphplib
Roberto Gerola <roberto.gerola@speedtech.it>
0.8
Class Variable Summary |
$index
The index of the radiobutton Default Value:
|
Inherited Class Variable Summary | |||||||||||||||
Inherited From Class STPHPControlWithCaption
|
|||||||||||||||
Inherited From Class STPHPTable
|
|||||||||||||||
Inherited From Class STPHPComponent
|
|||||||||||||||
Inherited From Class STPHPObject
|
Inherited Method Summary | ||||||||||||||||||||||||||||||||||||||
Inherited From Class STPHPControlWithCaption
|
||||||||||||||||||||||||||||||||||||||
Inherited From Class STPHPTable
|
||||||||||||||||||||||||||||||||||||||
Inherited From Class STPHPComponent
|
||||||||||||||||||||||||||||||||||||||
Inherited From Class STPHPObject
|
Method Summary |
STPHPEditWithCaption constructor STPHPRadioButtonWithCaption ( $name )
Creates the object |
void dtor ( )
Destructor |
void prepareWrite ( )
Prepare the objects and attributes before the designing of the object. |
void setIndex ( $index )
Set the index number |
Variable Detail |
private
Method Detail |
STPHPEditWithCaption constructor STPHPRadioButtonWithCaption ( $name )
Creates the object- string $name:
public
void dtor ( )
Overrides: STPHPControlWithCaption::dtor()
DestructorDestroys all the resources associated with the object
public
void prepareWrite ( )
Overrides: STPHPControlWithCaption::prepareWrite()
Prepare the objects and attributes before the designing of the object.Called automatically by write() method.
private
void setIndex ( $index )
Set the index number- integer $index:
public