PHP Class Swiftriver\Core\Workflows\WorkflowBase

Afficher le fichier Open project: ushahidi/Swiftriver-2011

Méthodes publiques

Méthode Description
CheckKey ( string $key ) : boolean Checks to see if the API key provided matches the configured API Keys for this Core install

Méthodes protégées

Méthode Description
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 )

Method Details

CheckKey() public méthode

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

FormatErrorMessage() protected méthode

Returns the given error in standard JSON format
protected FormatErrorMessage ( string $error ) : string
$error string
Résultat string

FormatMessage() protected méthode

Returns the given message in standard JSON format
protected FormatMessage ( string $message ) : string
$message string
Résultat string

FormatReturn() protected méthode

protected FormatReturn ( $json )