toHtml(); } /** * @inheritdoc */ public function getParentComponentName() { return $this->getParentBlock()->getComponentName(); } /** * @inheritdoc */ public function getComponentName() { if (null === $this->getData('component_name')) { $this->setData('component_name', $this->getParentComponentName() . '_' . $this->getNameInLayout()); } return $this->getData('component_name'); } }