/**
 * Setter for the result argument
 *
 * @param   boolean  $value  The value to set
 *
 * @return  boolean
 *
 * @throws  BadMethodCallException  if the argument is not of the expected type
 */
protected function setResult($value)
{
    return $value ? true : false;
}