Overview

Registry for storing objects, with built-in lazy loading.

Package

This class is part of the Solar package.

Configuration Keys

None.

Constants

None.

Public Properties

The Solar_Registry class has no public properties; try the list of all properties.

Public Methods

These are all the public methods in the Solar_Registry class.

You can also view the list of all public, protected, and private methods.

exists()

Check to see if an object name already exists in the registry.

get()

Accesses an object in the registry.

set()

Registers an object under a unique name.



Local