Constructor.
public function __construct() { // We will not actually use this object, but it's needed to conform to // the interface. $this->context = new RequestContext(); }