Function FirePHP->getOption
Definitions
sources/firephp.php
- Get an option from the library
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
---|---|---|---|---|---|---|---|
$name | string | No | No | required parameter | N/A | N/A | $name |
Returns
- Type: mixed
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get an option from the library
*
* @param string $name $name
* @return mixed
*/
public function getOption($name)
* Get an option from the library
*
* @param string $name $name
* @return mixed
*/
public function getOption($name)