You are here

protected property S3fsStreamWrapper::$_error_state in S3 File System 7.2

Same name and namespace in other branches
  1. 7.3 S3fsStreamWrapper.inc \S3fsStreamWrapper::_error_state

Indicates the current error state in the wrapper.

This allows _trigger_error() to tell other stream_* functions to return FALSE when the wrapper encounters an error.

Type: bool

File

./S3fsStreamWrapper.inc, line 100
Drupal stream wrapper implementation for S3 File System.

Class

S3fsStreamWrapper
The stream wrapper class.

Code

protected $_error_state = FALSE;