You are here

public function ClassMethods::getUnderscoreSeparatedKeys in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/zendframework/zend-hydrator/src/ClassMethods.php \Zend\Hydrator\ClassMethods::getUnderscoreSeparatedKeys()

Return value

bool

File

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

Class

ClassMethods

Namespace

Zend\Hydrator

Code

public function getUnderscoreSeparatedKeys() {
  return $this->underscoreSeparatedKeys;
}