components = $components; } /** * @return array */ public function getComponents() { return $this->components; } /** * @return bool */ abstract public function isGlobal(); }