You are here

protected property ClassMethods::$underscoreSeparatedKeys in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/zendframework/zend-hydrator/src/ClassMethods.php \Zend\Hydrator\ClassMethods::underscoreSeparatedKeys

Flag defining whether array keys are underscore-separated (true) or camel case (false)

Type: bool

File

vendor/zendframework/zend-hydrator/src/ClassMethods.php, line 38

Class

ClassMethods

Namespace

Zend\Hydrator

Code

protected $underscoreSeparatedKeys = true;