interface StatusDeterminerInterface (View source)

Methods

null|int
determineStatusCode($result)

Convert a result object into a status code, if possible. Return null if the result object is unknown.

Details

null|int determineStatusCode($result)

Convert a result object into a status code, if possible. Return null if the result object is unknown.

Parameters

$result

Return Value

null|int