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