You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/TypesGeneratorConfiguration.php
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -169,6 +169,10 @@ static function ($rdf) {
169
169
->end()
170
170
->scalarNode('parent')->defaultFalse()->info('The parent class, set to false for a top level class')->end()
171
171
->scalarNode('guessFrom')->defaultValue('Thing')->info('If declaring a custom class, this will be the class from which properties type will be guessed')->end()
172
+
->arrayNode('operations')
173
+
->info('Operations for the class')
174
+
->prototype('variable')->end()
175
+
->end()
172
176
->scalarNode('security')->defaultNull()->info('Security directive for the class')->end()
173
177
->booleanNode('allProperties')->defaultFalse()->info('Import all existing properties')->end()
0 commit comments