Todo List
[line 508]
[line 502]
[line 509]
[line 506]
[line 507]
SETUPStep __construct( string $name, $title, SETUPPage $page)
Overridden in child classes as:
void addInput( SETUPInput $input)
void check( )
void displayCLI( )
void displayDOM( SETUPGlobalVars $globalvars, $elem)
void execute( [ $globalvars = null])
void finalize( )
void isCompleted( )
void prepare( )
void readDOM( SETUPGlobalVars $globalvars)
void recoverSession( )
I'm not sure if object references survive if you store them in a session. This method recovers the references from the $_SESSION autoglobal.
void reset( )
void setMsg( $msg)
mixed __get( string $value)