From d5364231c2794d837d24fec4f3c6f2efc353c84c Mon Sep 17 00:00:00 2001 From: naitsirch Date: Thu, 18 Oct 2018 22:36:29 +0200 Subject: [PATCH] Removed FAQ paragraph stating public variables are disallowed In #7427 @flaushi mentioned the outdated paragraph. This commit removes this one. --- docs/en/reference/faq.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/en/reference/faq.rst b/docs/en/reference/faq.rst index 45fde18d7e0..78b5b01c946 100644 --- a/docs/en/reference/faq.rst +++ b/docs/en/reference/faq.rst @@ -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? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~