Explorar o código

Made TranslationProxy properties protected

Kevin Bond %!s(int64=13) %!d(string=hai) anos
pai
achega
8b32d2baa2
Modificáronse 1 ficheiros con 5 adicións e 5 borrados
  1. 5 5
      lib/Gedmo/Translator/TranslationProxy.php

+ 5 - 5
lib/Gedmo/Translator/TranslationProxy.php

@@ -13,11 +13,11 @@ use Doctrine\Common\Collections\Collection;
  */
 class TranslationProxy
 {
-    private $locale;
-    private $translatable;
-    private $properties = array();
-    private $class;
-    private $coll;
+    protected $locale;
+    protected $translatable;
+    protected $properties = array();
+    protected $class;
+    protected $coll;
 
     /**
      * Initializes translations collection