PHP 클래스 Piwik\Plugins\CoreVisualizations\Visualizations\Cloud

The generated tag cloud can be in PHP format, or in HTML. Inspired from Derek Harvey (www.derekharvey.co.uk)
상속: extends Piwik\Plugin\Visualization
파일 보기 프로젝트 열기: piwik/piwik

공개 프로퍼티들

프로퍼티 타입 설명
$debugDisableShuffle Used by system tests to make sure output is consistent.
$truncatingLimit

보호된 프로퍼티들

프로퍼티 타입 설명
$wordsArray

공개 메소드들

메소드 설명
addWord ( string $word, integer $value = 1 ) : string Assign word to array
afterAllFiltersAreApplied ( )
beforeRender ( )
getDefaultConfig ( )

보호된 메소드들

메소드 설명
getClassFromPercent ( $percent ) : integer Get the class range using a percentage
shuffleCloud ( ) Shuffle associated names in array

비공개 메소드들

메소드 설명
getCloudValues ( )
getPercentage ( $popularity, $maxValue )
truncateWordIfNeeded ( $word ) : string

메소드 상세

addWord() 공개 메소드

Assign word to array
public addWord ( string $word, integer $value = 1 ) : string
$word string
$value integer
리턴 string

afterAllFiltersAreApplied() 공개 메소드

beforeRender() 공개 메소드

public beforeRender ( )

getClassFromPercent() 보호된 메소드

Get the class range using a percentage
protected getClassFromPercent ( $percent ) : integer
$percent
리턴 integer class

getDefaultConfig() 공개 정적인 메소드

public static getDefaultConfig ( )

shuffleCloud() 보호된 메소드

Shuffle associated names in array
protected shuffleCloud ( )

프로퍼티 상세

$debugDisableShuffle 공개적으로 정적으로 프로퍼티

Used by system tests to make sure output is consistent.
public static $debugDisableShuffle

$truncatingLimit 공개적으로 프로퍼티

public $truncatingLimit

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

protected $wordsArray