Class flRegistry
flRegistry Class
Singleton class to hold and manage global data and objects.
Package: fusionLib
Copyright: Copyright (c) 2008 - 2014 fusionLib. All rights reserved.
Located at system/libs/Registry/flRegistry.php
Copyright: Copyright (c) 2008 - 2014 fusionLib. All rights reserved.
Located at system/libs/Registry/flRegistry.php
Methods summary
public static
|
|
public static
|
|
public static
|
|
public static
mixed
|
#
fetch( string $name )
Fetch a value from the registry, if it doesn't exist an exception is thrown. |
public static
mixed
|
#
get( string $name, mixed $default = null )
Get a value from the registry, if it doesn't exist return the default value. |
public static
|
|
public static
boolean
|