_componentName = $componentName; } /** * Get the name of the component referenced. * @return string */ public function getComponentName() { return $this->_componentName; } }