Function FirePHP->getInstance
Definitions
sources/firephp.php
- Gets singleton instance of FirePHP
- Visibility: public
- Is abstract?: No
- Is static?: Yes
- Is final?: No
Parameters
Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
---|---|---|---|---|---|---|---|
$autoCreate | boolean | No | No | False | N/A | N/A | $autoCreate |
Returns
- Type: FirePHP
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Gets singleton instance of FirePHP
*
* @param boolean $autoCreate $autoCreate
* @return FirePHP
*/
public static function getInstance($autoCreate = false)
* Gets singleton instance of FirePHP
*
* @param boolean $autoCreate $autoCreate
* @return FirePHP
*/
public static function getInstance($autoCreate = false)