Searched refs:withAttribute (Results 1 – 5 of 5) sorted by relevance
244 public function withAttribute($name, $value); function
244 public function withAttribute(string $name, $value): ServerRequestInterface; function
222 $new = $new->withAttribute($key, $value);
213 $new = $new->withAttribute($key, $value);
64 | `withAttribute($name, $value)` | Returns a new request instance with the specified derived reques…