Browse Source

Merge pull request #8211 from cvo-technologies/entity-trait-bc

Add deprecated notice to _className in EntityTrait
José Lorenzo Rodríguez 10 years ago
parent
commit
4cbe6743b0
1 changed files with 9 additions and 0 deletions
  1. 9 0
      src/Datasource/EntityTrait.php

+ 9 - 0
src/Datasource/EntityTrait.php

@@ -58,6 +58,15 @@ trait EntityTrait
     protected $_virtual = [];
 
     /**
+     * Holds the name of the class for the instance object
+     *
+     * @var string
+     *
+     * @deprecated 3.2 This field is no longer being used
+     */
+    protected $_className;
+
+    /**
      * Holds a list of the properties that were modified or added after this object
      * was originally created.
      *