STPHPObject | --STPHPComponent | --STPHPWindow
Located in File: Program_Root/stphpwindow.php
stphplib
Roberto Gerola <roberto.gerola@speedtech.it>
0.8
Class Variable Summary |
$codeFiles
The list of code files (JavaScript code) Default Value:
|
$cssFiles
The list of CSS files Default Value:
|
$metaRows
The list of META tag 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 |
STPHPWindow constructor STPHPWindow ( $name )
Creates the object |
void addCodeFile ( $codeFile )
Add a code file |
void addCssFile ( $cssFile )
Add a CSS file |
void addMetaRow ( $metaRow )
Add a META tag |
void dtor ( )
Destructor |
array getCodeFiles ( )
Returns the array of codes files |
array getCssFiles ( )
Returns the array of CSS files |
string write ( )
Designs the object at runtime |
Variable Detail |
private
private
private
Method Detail |
STPHPWindow constructor STPHPWindow ( $name )
Creates the object- string $name:
public
void addCodeFile ( $codeFile )
Overrides: STPHPComponent::addCodeFile()
Add a code file- string $codeFile: The code file name to add
public
void addCssFile ( $cssFile )
Overrides: STPHPComponent::addCssFile()
Add a CSS file- string $cssFile: The CSS file name to add
public
void addMetaRow ( $metaRow )
Add a META tag- string $metaRow: The meta row to add
public
void dtor ( )
Overrides: STPHPComponent::dtor()
DestructorDestroys all the resources associated with the object
public
array getCodeFiles ( )
Returns the array of codes filespublic
array getCssFiles ( )
Returns the array of CSS filespublic
string write ( )
Overrides: STPHPComponent::write()
Designs the object at runtimeAvailable attributes : - VISIBLE : defines if the component must be designed or not - CLASS : defines the CSS class
the code that represents the object at runtime
private