private static property FnStream::$slots in Auth0 Single Sign On 8.2
@var array Methods that must be implemented in the given array
File
- vendor/
guzzlehttp/ psr7/ src/ FnStream.php, line 18
Class
- FnStream
- Compose stream implementations based on a hash of functions.
Namespace
GuzzleHttp\Psr7Code
private static $slots = [
'__toString',
'close',
'detach',
'rewind',
'getSize',
'tell',
'eof',
'isSeekable',
'seek',
'isWritable',
'write',
'isReadable',
'read',
'getContents',
'getMetadata',
];