Extracted from Pike v7.3 release 45 at 2002-06-04.
pike.roxen.com
[Top]

Method this_object()


Method this_object

object this_object(void|int level)

Description

Returns the object we are currently evaluating in.

level might be used to access the object of a surrounding class: The object at level 0 is the current object, the object at level 1 is the one belonging to the class surrounding the current class, and so on.