getCamelizeName() getCamelizeName( $uncamelized_words, $separator = '_') Parameters $uncamelized_words $separator
getEnum() getEnum( $getEnum, $controllerAssignList, $field, $itemArr = '', $inputType = '') Parameters $getEnum $controllerAssignList $field $itemArr $inputType
getParseNameData() getParseNameData(string $module, string $name, string $table, string $type) : array 获取已解析相关信息 Parameters string $module 模块名称 string $name 自定义名称 string $table 数据表名 string $type 解析类型,本例中为controller、model、validate Returns array
isMatchSuffix() isMatchSuffix(string $field, mixed $suffixArr) : boolean 判断是否符合指定后缀 Parameters string $field 字段名称 mixed $suffixArr 后缀 Returns boolean