PHP 클래스 Piwik\Plugins\Referrers\Controller

상속: extends Piwik\Plugin\Controller
파일 보기 프로젝트 열기: piwik/piwik

보호된 프로퍼티들

프로퍼티 타입 설명
$referrerTypeToLabel

공개 메소드들

메소드 설명
DisplayTopKeywords ( $url = "", $api )
__construct ( Piwik\Translation\Translator $translator )
getEvolutionGraph ( $typeReferrer = false, array $columns = [], array $defaultColumns = [] )
getKeywordsForPage ( )
getLastDistinctCampaignsGraph ( )
getLastDistinctKeywordsGraph ( )
getLastDistinctSearchEnginesGraph ( )
getLastDistinctWebsitesGraph ( )
getSparklines ( )
getTranslatedReferrerTypeLabel ( integer $typeReferrer ) : string Returns the i18n-ized label for a referrer type.

보호된 메소드들

메소드 설명
getReferrersVisitorsByType ( $date = false )

비공개 메소드들

메소드 설명
addEvolutionPropertiesToView ( string $date, array $currentValues, string $lastPeriodDate, array $previousValues ) : array Utility method that calculates evolution values for a set of current & past values and sets properties on a View w/ HTML that displays the evolution percents.
getDistinctReferrersMetrics ( boolean | string $date = false ) : array Returns an array containing the number of distinct referrers for each referrer type.
getDistinctSparklineUrlParams ( $action )
getReferrerSparklineParams ( integer $referrerType ) : string Returns the URL for the sparkline of visits with a specific referrer type.

메소드 상세

DisplayTopKeywords() 공개 메소드

public DisplayTopKeywords ( $url = "", $api )

__construct() 공개 메소드

public __construct ( Piwik\Translation\Translator $translator )
$translator Piwik\Translation\Translator

getEvolutionGraph() 공개 메소드

public getEvolutionGraph ( $typeReferrer = false, array $columns = [], array $defaultColumns = [] )
$columns array
$defaultColumns array

getKeywordsForPage() 공개 메소드

public getKeywordsForPage ( )

getLastDistinctCampaignsGraph() 공개 메소드

getLastDistinctKeywordsGraph() 공개 메소드

getLastDistinctSearchEnginesGraph() 공개 메소드

getLastDistinctWebsitesGraph() 공개 메소드

getReferrersVisitorsByType() 보호된 메소드

protected getReferrersVisitorsByType ( $date = false )

getSparklines() 공개 메소드

public getSparklines ( )

getTranslatedReferrerTypeLabel() 공개 정적인 메소드

Returns the i18n-ized label for a referrer type.
public static getTranslatedReferrerTypeLabel ( integer $typeReferrer ) : string
$typeReferrer integer The referrer type. Referrer types are defined in Common class.
리턴 string The i18n-ized label.

프로퍼티 상세

$referrerTypeToLabel 보호되어 있는 프로퍼티

protected $referrerTypeToLabel