Skip to content

Instantly share code, notes, and snippets.

@rjattrill
Created November 25, 2012 23:04
Show Gist options
  • Save rjattrill/4145799 to your computer and use it in GitHub Desktop.
Save rjattrill/4145799 to your computer and use it in GitHub Desktop.
How to get current Parsley Context
// To get Parsley context for the current module - you just inject on the type Context (of course).
import org.spicefactory.parsley.core.context.Context;
[Inject]
public var context:Context;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment