You are here

private static property FnStream::$slots in Lockr 7.3

@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\Psr7

Code

private static $slots = [
  '__toString',
  'close',
  'detach',
  'rewind',
  'getSize',
  'tell',
  'eof',
  'isSeekable',
  'seek',
  'isWritable',
  'write',
  'isReadable',
  'read',
  'getContents',
  'getMetadata',
];