*/ class ArrayyStrict extends Arrayy implements \Arrayy\Type\TypeInterface { /** * @var bool */ protected $checkPropertyTypes = true; /** * @var bool */ protected $checkPropertiesMismatch = false; /** * @var bool */ protected $checkForMissingPropertiesInConstructor = true; /** * @var bool */ protected $checkPropertiesMismatchInConstructor = false; }