Extracted from Pike v7.8 release 866 at 2016-11-06.
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() .