getGoals($idSite); $convertedGoals = $table->getColumnsStartingWith('visitConvertedGoalId' . ColumnDelete::APPEND_TO_COLUMN_NAME_TO_KEEP); $convertedGoals = array_map(function ($idGoal) use ($goals) { return $goals[$idGoal]['name'] ?? null; }, $convertedGoals); $convertedGoals = array_filter($convertedGoals); return $convertedGoals; } }