integrations[] = $integration; } public function add_hooks() { foreach ( $this->integrations as $integration ) { $integration->add_hooks(); } } }