class AbstractEntityBodyDecorator

Abstract decorator used to wrap entity bodies

Hierarchy

Expanded class hierarchy of AbstractEntityBodyDecorator

File

drupal/core/vendor/guzzle/http/Guzzle/Http/AbstractEntityBodyDecorator.php, line 10

Namespace

Guzzle\Http
View source

Members

Namesort descending Modifiers Type Description Overrides
AbstractEntityBodyDecorator::$body protected property
AbstractEntityBodyDecorator::compress public function @codeCoverageIgnore Overrides EntityBodyInterface::compress
AbstractEntityBodyDecorator::ftell public function @codeCoverageIgnore Overrides StreamInterface::ftell
AbstractEntityBodyDecorator::getContentEncoding public function Get the Content-Encoding of the EntityBody Overrides EntityBodyInterface::getContentEncoding
AbstractEntityBodyDecorator::getContentLength public function Get the Content-Length of the entity body if possible (alias of getSize) Overrides EntityBodyInterface::getContentLength 1
AbstractEntityBodyDecorator::getContentMd5 public function Get an MD5 checksum of the stream's contents Overrides EntityBodyInterface::getContentMd5
AbstractEntityBodyDecorator::getContentType public function Guess the Content-Type or return the default application/octet-stream Overrides EntityBodyInterface::getContentType
AbstractEntityBodyDecorator::getMetaData public function @codeCoverageIgnore Overrides StreamInterface::getMetaData
AbstractEntityBodyDecorator::getSize public function Get the size of the stream if able Overrides StreamInterface::getSize
AbstractEntityBodyDecorator::getStream public function Get the stream resource Overrides StreamInterface::getStream
AbstractEntityBodyDecorator::getStreamType public function Get a label describing the underlying implementation of the stream Overrides StreamInterface::getStreamType
AbstractEntityBodyDecorator::getUri public function Get the URI/filename associated with this stream Overrides StreamInterface::getUri
AbstractEntityBodyDecorator::getWrapper public function Get the stream wrapper type Overrides StreamInterface::getWrapper
AbstractEntityBodyDecorator::getWrapperData public function Wrapper specific data attached to this stream. Overrides StreamInterface::getWrapperData
AbstractEntityBodyDecorator::isConsumed public function Check if the stream has been consumed Overrides StreamInterface::isConsumed 1
AbstractEntityBodyDecorator::isLocal public function Check if the stream is a local stream vs a remote stream Overrides StreamInterface::isLocal
AbstractEntityBodyDecorator::isReadable public function Check if the stream is readable Overrides StreamInterface::isReadable
AbstractEntityBodyDecorator::isSeekable public function Check if the string is repeatable Overrides StreamInterface::isSeekable
AbstractEntityBodyDecorator::isWritable public function Check if the stream is writable Overrides StreamInterface::isWritable
AbstractEntityBodyDecorator::read public function @codeCoverageIgnore Overrides StreamInterface::read 2
AbstractEntityBodyDecorator::rewind public function @codeCoverageIgnore Overrides StreamInterface::rewind
AbstractEntityBodyDecorator::seek public function @codeCoverageIgnore Overrides StreamInterface::seek 1
AbstractEntityBodyDecorator::setRewindFunction public function @codeCoverageIgnore Overrides EntityBodyInterface::setRewindFunction
AbstractEntityBodyDecorator::setSize public function @codeCoverageIgnore Overrides StreamInterface::setSize
AbstractEntityBodyDecorator::setStream public function @codeCoverageIgnore Overrides StreamInterface::setStream
AbstractEntityBodyDecorator::uncompress public function @codeCoverageIgnore Overrides EntityBodyInterface::uncompress
AbstractEntityBodyDecorator::write public function @codeCoverageIgnore Overrides StreamInterface::write 1
AbstractEntityBodyDecorator::__call public function Allow decorators to implement custom methods
AbstractEntityBodyDecorator::__construct public function Wrap a entity body 1
AbstractEntityBodyDecorator::__toString public function Convert the stream to a string if the stream is readable and the stream is seekable. Overrides StreamInterface::__toString 1