ApplicationInterface

Joomla Framework Application Interface

since

2.0.0

package

Joomla Framework

Methods

close

Method to close the application.

close( code) : 
since

2.0.0

Arguments

code

intThe exit code (optional; default is 0).

Response

void

execute

Execute the application.

execute() : 
since

2.0.0

Response

void