refreshDocumentForProxy() public method

Populate the proxy with actual data
public refreshDocumentForProxy ( string $className, Doctrine\Common\Proxy\Proxy $document )
$className string
$document Doctrine\Common\Proxy\Proxy
 /**
  * @param object $document
  */
 public function refreshDocumentForProxy($document)
 {
     $this->uow->refreshDocumentForProxy($this->className, $document);
 }