public function StreamDecoratorTrait::getContents in Lockr 7.3
1 call to StreamDecoratorTrait::getContents()
- StreamDecoratorTrait::__toString in vendor/
guzzlehttp/ psr7/ src/ StreamDecoratorTrait.php
File
- vendor/
guzzlehttp/ psr7/ src/ StreamDecoratorTrait.php, line 53
Class
- StreamDecoratorTrait
- Stream decorator trait @property StreamInterface stream
Namespace
GuzzleHttp\Psr7Code
public function getContents() {
return copy_to_string($this);
}