string GetName();
The method returns the component template name.
// In the component code $template = & $this->GetTemplate(); $templateName = $template->GetName();