analyze() analyze(\Closure $closure) : array Analyzer a given closure. Parameters \Closure $closure Throws \SuperClosure\Exception\ClosureAnalysisException Returns array
determineContext() determineContext(array $data) Returns the variables that are in the "use" clause of the closure. These variables are referred to as the "used variables", "static variables", "closed upon variables", or "context" of the closure. Parameters array $data