STPHPObject | --STPHPComponent | --STPHPSpacer
Located in File: Program_Root/stphpspacer.php
stphplib
Roberto Gerola <roberto.gerola@speedtech.it>
0.8
Class Variable Summary |
$spaceType
The type of space (HORIZONTAL/VERTICAL) Default Value:
|
$units
The number of space units Default Value:
|
Inherited Class Variable Summary | |||||||||||||||
Inherited From Class STPHPComponent
|
|||||||||||||||
Inherited From Class STPHPObject
|
Inherited Method Summary | ||||||||||||||||||||||||||||||||||||||
Inherited From Class STPHPComponent
|
||||||||||||||||||||||||||||||||||||||
Inherited From Class STPHPObject
|
Method Summary |
STPHPEdit constructor STPHPSpacer ( $name )
Creates the object |
void dtor ( )
Destructor |
void setSpaceType ( $spaceType )
Sets the space type |
void setUnits ( $units )
Sets the number of space units |
string write ( )
Designs the object at runtime |
Variable Detail |
private
private
Method Detail |
STPHPEdit constructor STPHPSpacer ( $name )
Creates the object- string $name:
public
void dtor ( )
Overrides: STPHPComponent::dtor()
DestructorDestroys all the resources associated with the object
public
void setSpaceType ( $spaceType )
Sets the space type- string $spaceType: (HORIZONTAL/VERTICAL)
public
void setUnits ( $units )
Sets the number of space units- integer $units:
public
string write ( )
Overrides: STPHPComponent::write()
Designs the object at runtimeAvailable attributes : - VISIBLE : defines if the component must be designed or not
the code that represents the object at runtime
private