You are here

protected property S3fsStreamWrapper::$constructed in S3 File System 7

Same name and namespace in other branches
  1. 7.2 S3fsStreamWrapper.inc \S3fsStreamWrapper::constructed

The constructor sets this to TRUE once it's finished.

See the comment on _assert_constructor_called() for why this exists.

Type: bool

File

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

Class

S3fsStreamWrapper
The stream wrapper class.

Code

protected $constructed = FALSE;