protected property S3fsStreamWrapper::$constructed in S3 File System 7.2
Same name and namespace in other branches
- 7 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 83 - Drupal stream wrapper implementation for S3 File System.
Class
- S3fsStreamWrapper
- The stream wrapper class.
Code
protected $constructed = FALSE;