浏览代码

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