Method CompilerEnvironment()->PikeCompiler()->resolv()

class CompilerEnvironment
class CompilerEnvironment.PikeCompiler

Method resolv

mixed resolv(string identifier)

Description

Resolve the symbol identifier.

The default implementation calls CompilerEnvironment()->resolv() in the parent object, with the remaining arguments taken from the current PikeCompiler context.

Returns

Returns the value of identifier if found, and UNDEFINED if not.