1
0
mirror of synced 2025-02-02 13:31:45 +03:00

Removed FAQ paragraph stating public variables are disallowed

In #7427 @flaushi mentioned the outdated paragraph. This commit removes
this one.
This commit is contained in:
naitsirch 2018-10-18 22:36:29 +02:00
parent 4df3a4d436
commit d5364231c2

View File

@ -21,12 +21,6 @@ created database tables and columns.
Entity Classes
--------------
I access a variable and its null, what is wrong?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
If this variable is a public variable then you are violating one of the criteria for entities.
All properties have to be protected or private for the proxy object pattern to work.
How can I add default values to a column?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~