Method CompilerEnvironment()->resolv()
- Method
resolv
mixedresolv(stringidentifier,stringfilename,object|voidhandler,object|voidcompat_handler)- Description
Look up
identifierin the current context.The default implementation calls the corresponding function in the handlers (if any), falling back to the master object.
- Returns
Returns the value of the
identifierif found, and UNDEFINED if not.