Interface ParentAware

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

interface ParentAware(Type)
  
if (is(Type == interface) || is(Type == class));

Methods

NameDescription
parentSet the parent of object.
parentGet the parent of object

Parameters

NameDescription
Type the type of parent.