|
|
|
@ -20,10 +20,10 @@ interface RequestInterface
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* Returns a referred user response variable.
|
|
|
|
* Returns a referred user response variable.
|
|
|
|
* @param string $k The key the user is sending
|
|
|
|
* @param string $key The name of the value the user is sending
|
|
|
|
* @return string
|
|
|
|
* @return string
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
public function getResp(string $key): string;
|
|
|
|
public function getResp(string $key): ?string;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|