ParentAware

Interface for objects that are aware of their parent in object hierarchy.

interface ParentAware (
Type
) if (
is(Type == interface) ||
is(Type == class)
) {}

Members

Properties

ancestor
Type ancestor [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
parent
Type parent [@property getter]

Get the parent of object

parent
Type parent [@property setter]

Set the parent of object.

Meta