Piwik\Plugins\Goals\Reports\Get::getGoals PHP 메소드

getGoals() 개인적인 메소드

private getGoals ( )
    private function getGoals()
    {
        $idSite = $this->getIdSite();
        $goals = API::getInstance()->getGoals($idSite);
        return $goals;
    }