We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rawModelDataInput
modelData
1 parent 92f26ca commit e714511Copy full SHA for e714511
src/Templates/Model.phptpl
@@ -32,7 +32,7 @@ class {{ class }} {% if schema.getInterfaces() %}implements {{ viewHelper.joinCl
32
{% if property.isInternal() %}private{% else %}protected{% endif %} ${{ property.getAttribute() }}{% if not viewHelper.isNull(property.getDefaultValue()) %} = {{ property.getDefaultValue() }}{% endif %};
33
{% endforeach %}
34
/** @var array */
35
- protected $modelData = [];
+ protected $_modelData = [];
36
37
{% if generatorConfiguration.collectErrors() %}
38
/** @var {{ viewHelper.getSimpleClassName(generatorConfiguration.getErrorRegistryClass()) }} Collect all validation errors */
0 commit comments