Solar_Registry::exists()

static public bool Solar_Registry::exists ( string $name )

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

Parameters

  • (string) $name: The name to check.

Returns

  • (bool)

Description

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



Local