$before List of component identifiers, which should appear before * @param list $after List of component identifiers, which should appear after */ public function __construct( public string $identifier, public array $before = [], public array $after = [], ) {} }