config = $config; $this->name = $name; } /** * Returns component configuration * * @return array */ public function getConfig() { return $this->config; } /** * Returns component name * * @return string */ public function getName() { return $this->name; } }