JApplicationWebClient::__get
Magic method to get an object property's value by name.
Signature
public function __get(string
$nameĀ )
Parameters
-
$name
- Name of the property for which to return a value.
Returns
- mixed
- The requested value if it exists.