Piwik\Plugins\Goals\Reports\Get::getGoal PHP Method

getGoal() private method

private getGoal ( $goalId )
    private function getGoal($goalId)
    {
        $goals = $this->getGoals();
        if (!empty($goals[$goalId])) {
            return $goals[$goalId];
        }
    }