PHP 클래스 Piwik\Plugins\CustomPiwikJs\TrackerUpdater

파일 보기 프로젝트 열기: piwik/piwik 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string | null $fromFile = null, string | null $toFile = null )
checkWillSucceed ( )
getCurrentTrackerFileContent ( )
getUpdatedTrackerFileContent ( )
setTrackerFiles ( Piwik\Plugins\CustomPiwikJs\TrackingCode\PluginTrackerFiles $trackerFiles )
update ( )

메소드 상세

__construct() 공개 메소드

public __construct ( string | null $fromFile = null, string | null $toFile = null )
$fromFile string | null If null then the minified JS tracker file in /js fill be used
$toFile string | null If null then the minified JS tracker will be updated.

checkWillSucceed() 공개 메소드

public checkWillSucceed ( )

getCurrentTrackerFileContent() 공개 메소드

getUpdatedTrackerFileContent() 공개 메소드

setTrackerFiles() 공개 메소드

public setTrackerFiles ( Piwik\Plugins\CustomPiwikJs\TrackingCode\PluginTrackerFiles $trackerFiles )
$trackerFiles Piwik\Plugins\CustomPiwikJs\TrackingCode\PluginTrackerFiles

update() 공개 메소드

public update ( )