Extracted from Pike v7.8 release 352 at 2012-06-25.
pike.ida.liu.se
[Top]
CompilerEnvironment

Method CompilerEnvironment()->handle_inherit()


Method handle_inherit

program handle_inherit(string inh, string current_file, object|void handler)

Description

Look up an inherit inh .

The default implementation calls the corresponding function in the master object.

See also

MasterObject()->handle_inherit() .