child = $child; $this->parent = $parent; return $this; } function compile($options) { $tmp = yy('Call', yy('Value', yy('Literal', utility('extends'))), array($this->child, $this->parent)); return $tmp->compile($options); } } ?>