JApplicationWeb::getInstance
Returns a reference to the global JApplicationWeb object, only creating it if it doesn't already exist.
This method must be invoked as: $web = JApplicationWeb::getInstance();
Signature
public function getInstance([string
$name = null] )
Parameters
-
$name
- The name (optional) of the JApplicationWeb class to instantiate.
Returns
- JApplicationWeb