<TReturn = mixed>extends |
Response |
|---|---|
uses |
ImmutableTrait |
| Methods | ||
|---|---|---|
public
|
hasReturnValue(): bool
|
# |
public
|
getReturnValue(): TReturn
|
# |
public
|
withReturnValue<T>(T $value = null): static<T>
|
# |
| Methods inherited from Salient\Http\Message\Response |
|---|
__construct(), fromPsr7(), getStatusCode(), getReasonPhrase(), withStatus(), getStartLine(), jsonSerialize() |
| Methods inherited from Salient\Http\Message\AbstractMessage |
|---|
getProtocolVersion(), getBody(), withProtocolVersion(), withBody(), __toString(), |
| Methods used from Salient\Http\Message\HasBody |
|---|
filterBody() |
| Methods used from Salient\Core\Concern\ImmutableTrait |
|---|
with(), without(), handlePropertyChanged() |
| Methods used from Salient\Core\Concern\ImmutableTrait |
|---|
with(), without(), handlePropertyChanged() |
| Methods used from Salient\Core\Concern\ImmutableTrait |
|---|
with(), without(), handlePropertyChanged() |
| Constants inherited from Salient\Http\Message\Response |
|---|
|
| Constants inherited from Salient\Contract\Http\HasMediaType |
|---|
|
| Constants inherited from Salient\Contract\Http\HasMediaType |
|---|
|
| Properties | |||
|---|---|---|---|
protected
|
bool
|
$HasReturnValue = false
|
# |
protected
|
TReturn
|
$ReturnValue
|
# |
| Properties inherited from Salient\Http\Message\Response |
|---|
$StatusCode, $ReasonPhrase |
| Properties inherited from Salient\Http\Message\AbstractMessage |
|---|
$ProtocolVersion, $Body |
| Properties used from Salient\Http\HasInnerHeadersTrait |
|---|
$Headers |