You are here

protected property AbstractOptions::$__strictMode__ in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/zendframework/zend-stdlib/src/AbstractOptions.php \Zend\Stdlib\AbstractOptions::__strictMode__

We use the __ prefix to avoid collisions with properties in user-implementations.

Type: bool

File

vendor/zendframework/zend-stdlib/src/AbstractOptions.php, line 22

Class

AbstractOptions

Namespace

Zend\Stdlib

Code

protected $__strictMode__ = true;