You are here

protected property S3fsStream::$constructed in S3 File System 8.2

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

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

Type: bool

File

src/StreamWrapper/S3fsStream.php, line 99

Class

S3fsStream
Defines a Drupal s3fs (s3fs://) stream wrapper class.

Namespace

Drupal\s3fs\StreamWrapper

Code

protected $constructed = FALSE;