Example #1
0
 /**
  * @param string $fieldName
  * @return string
  */
 protected function inferSetter($fieldName)
 {
     return 'set' . ucfirst(Inflector::camelize($fieldName));
 }