Преглед на файлове

Merge pull request #243 from kbond/patch-1

Made TranslationProxy properties protected
Gediminas Morkevicius преди 13 години
родител
ревизия
89e5200cfe
променени са 1 файла, в които са добавени 5 реда и са изтрити 5 реда
  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