| Package | org.spicefactory.parsley.core.scope | 
| Interface | public interface ScopeAware | 
| Implementors | LocalPersistenceManager | 
| Method | Defined By | ||
|---|---|---|---|
	 Invoked once after the extension has been instantiated.  | ScopeAware | ||
| init | () | method | 
 public function init(scope:Scope):voidInvoked once after the extension has been instantiated. The Scope instance passed to this method represents the scope that this extension is associated with.
Parameters
scope:Scope — the scope this extension is associated with
	  |