コード例 #1
0
 /**
  * Get the setter of the property
  * 
  * @param string $propertyName
  * @return string
  */
 public static function getSetterName($propertyName)
 {
     return 'set' . ucfirst(Helper::underscoreToCC($propertyName));
 }