/**
  * Adds the object parsed in template as a body of the component.
  * @param TComponent|string the newly parsed object
  * @param TComponent the template owner
  */
 public function addParsedObject($object, $context)
 {
     parent::addParsedObject($object, $context);
     $this->addBody($object);
 }