PHP 클래스 Swiftriver\Core\Workflows\WorkflowBase

파일 보기 프로젝트 열기: ushahidi/Swiftriver-2011

공개 메소드들

메소드 설명
CheckKey ( string $key ) : boolean Checks to see if the API key provided matches the configured API Keys for this Core install

보호된 메소드들

메소드 설명
FormatErrorMessage ( string $error ) : string Returns the given error in standard JSON format
FormatMessage ( string $message ) : string Returns the given message in standard JSON format
FormatReturn ( $json )

메소드 상세

CheckKey() 공개 메소드

Checks to see if the API key provided matches the configured API Keys for this Core install
public CheckKey ( string $key ) : boolean
$key string
리턴 boolean

FormatErrorMessage() 보호된 메소드

Returns the given error in standard JSON format
protected FormatErrorMessage ( string $error ) : string
$error string
리턴 string

FormatMessage() 보호된 메소드

Returns the given message in standard JSON format
protected FormatMessage ( string $message ) : string
$message string
리턴 string

FormatReturn() 보호된 메소드

protected FormatReturn ( $json )