-
Notifications
You must be signed in to change notification settings - Fork 35
/
export3.json
49 lines (49 loc) · 1.64 KB
/
export3.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"export": "doctrine2-zf2inputfilterannotation",
"zip": false,
"dir": "build",
"params": {
"language": "english",
"useTab": false,
"indentation": 4,
"eolDelimiter": "win",
"filename": "Entity\/%entity%.%extension%",
"backupExistingFile": true,
"addGeneratorInfoAsComment": true,
"namingStrategy": "as-is",
"identifierStrategy": "none",
"cleanUserDatatypePrefix": "",
"enhanceManyToManyDetection": true,
"sortTableAndView": true,
"skipManyToManyTables": true,
"skipPluralNameChecking": false,
"exportOnlyInCategory": "",
"logToConsole": false,
"logFile": "",
"useLoggedStorage": false,
"useAutomaticRepository": true,
"repositoryNamespace": "",
"bundleNamespace": "",
"entityNamespace": "",
"tablenamePrefix": "",
"relatedVarNameFormat": "%name%_%related%",
"skipColumnWithRelation": false,
"generatedValueStrategy": "auto",
"nullableAttribute": "auto",
"defaultCascade": false,
"annotationPrefix": "ORM\\",
"extendsClass": "",
"skipGetterAndSetter": false,
"quoteIdentifierStrategy": "auto",
"generateEntitySerialization": true,
"generateExtendableEntity": false,
"extendableEntityHasDiscriminator": true,
"useBehavioralExtensions": false,
"enableTypehint": false,
"argumentTypehint": true,
"returnValueTypehint": true,
"ignoreTypehintColumns": [],
"generateEntityPopulate": true,
"generateEntityGetArrayCopy": true
}
}