Packageorg.spicefactory.parsley.core.state
Classpublic class GlobalState
InheritanceGlobalState Inheritance Object

Holds global state information for all currently active Contexts. It is provided in a read-only format and can be consumed by application code or extensions as required.



Public Properties
 PropertyDefined By
  objects : GlobalObjectState
[static] [read-only] Global status information about managed objects.
GlobalState
  scopes : GlobalScopeState
[static] [read-only] Global status information about currently active scopes.
GlobalState
Property Detail
objectsproperty
objects:GlobalObjectState  [read-only]

Global status information about managed objects.


Implementation
    public static function get objects():GlobalObjectState
scopesproperty 
scopes:GlobalScopeState  [read-only]

Global status information about currently active scopes.


Implementation
    public static function get scopes():GlobalScopeState