newInstance() public méthode

Creates a new instance of the mapped class, without invoking the constructor.
public newInstance ( ) : object
Résultat object
 /** {@inheritdoc} */
 public function newInstance()
 {
     return $this->classMetadata->newInstance();
 }