Entity/DocumentRepository.php
changeset 67 989d9e117586
parent 65 ba6b8e38d90e
child 68 e7384fb35f7a
--- a/Entity/DocumentRepository.php	Mon Dec 19 18:15:42 2011 +0100
+++ b/Entity/DocumentRepository.php	Mon Dec 26 22:53:50 2011 +0100
@@ -44,7 +44,7 @@
     }
     
     
-    private function reflectionSetField($object, $method_name, $value)
+    public function reflectionSetField($object, $method_name, $value)
     {
         if(isset($this->set_methods[$method_name]))
         {
@@ -79,7 +79,7 @@
         
     }
     
-    private function reflectionGetField($document, $accessor)
+    public function reflectionGetField($document, $accessor)
     {
         
         if(!isset($this->get_methods[$accessor]) ||  is_null($this->get_methods[$accessor]))