diff -r 868d0fcdbb99 -r 989d9e117586 Entity/DocumentRepository.php --- 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]))