PHP 클래스 ProxiBlue_NewRelic_Helper_Data, NewRelic

저자: Lucas van Staden ([email protected])
상속: extends Mage_Core_Helper_Abstract
파일 보기 프로젝트 열기: proxiblue/newrelic

공개 메소드들

메소드 설명
cleanIgnoreList ( array &$item, string $key ) Reformat the config array
customMetric ( $name, $value )
ignoreMessage ( string $message, string $type ) : boolean Test if a message should be ignored
ignoreModule ( $module ) : boolean Test if a message should be ignored
is_enabled ( )
setAppName ( $xmit = true ) Helper function to set the application name used to report
testApiKey ( string $apiKey ) : boolean Test the given API key is correct

비공개 메소드들

메소드 설명
ignoreInString ( string $message, array $ignores ) : boolean Check if any of the strings are in the message

메소드 상세

cleanIgnoreList() 공개 메소드

Reformat the config array
public cleanIgnoreList ( array &$item, string $key )
$item array
$key string

customMetric() 공개 메소드

public customMetric ( $name, $value )

ignoreMessage() 공개 메소드

Test if a message should be ignored
public ignoreMessage ( string $message, string $type ) : boolean
$message string
$type string
리턴 boolean

ignoreModule() 공개 메소드

Test if a message should be ignored
public ignoreModule ( $module ) : boolean
리턴 boolean

is_enabled() 공개 메소드

public is_enabled ( )

setAppName() 공개 메소드

Helper function to set the application name used to report
public setAppName ( $xmit = true )

testApiKey() 공개 메소드

Test the given API key is correct
public testApiKey ( string $apiKey ) : boolean
$apiKey string
리턴 boolean