소스 검색

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