ApplicationInterface
Joomla Framework Application Interface
since |
2.0.0 |
---|---|
package |
Joomla Framework |
Methods
close
Method to close the application.
close(int code) : void
since |
2.0.0 |
---|
Arguments
- code
int
The exit code (optional; default is 0).
execute
Execute the application.
execute() : void
since |
2.0.0 |
---|