sources[] = $data; } public function getAll(): array { return $this->sources; } public function clear(): void { $this->sources = []; } }