STPHPObject
Located in File: Program_Root/stphpobject.php
stphplib
Roberto Gerola <roberto.gerola@speedtech.it>
0.8
Class Variable Summary |
$name
The name of the object Default Value:
|
Inherited Class Variable Summary |
Inherited Method Summary |
Method Summary |
STPHPObject constructor STPHPObject ( $name )
Creates the object |
void dtor ( )
Destructor |
void errorLog ( $message )
Print an error to the log system |
string getName ( )
Returns the name of the object |
Variable Detail |
private
Method Detail |
STPHPObject constructor STPHPObject ( $name )
Creates the object- string $name:
public
void dtor ( )
Overridden in child class(es) as: STPHPApplication::dtor(), STPHPComponent::dtor(), STPHPLocale::dtor(), STPHPXmlDoc::dtor(), STPHPXmlElement::dtor()
Destroys all the resources associated with the object
public
void errorLog ( $message )
Print an error to the log system- string $message: the error string
public
string getName ( )
Returns the name of the objectpublic