public function StreamDecoratorTrait::getMetadata in Auth0 Single Sign On 8.2
File
- vendor/
guzzlehttp/ psr7/ src/ StreamDecoratorTrait.php, line 79
Class
- StreamDecoratorTrait
- Stream decorator trait @property StreamInterface stream
Namespace
GuzzleHttp\Psr7Code
public function getMetadata($key = null) {
return $this->stream
->getMetadata($key);
}