/** * LegacyComponentContainer constructor. * * @param string $component The component * * @since 4.0.0 */ public function __construct(string $component) { $this->component = str_replace('com_', '', $component); }