newInstance() 공개 메소드

Creates a new instance of the mapped class, without invoking the constructor.
public newInstance ( ) : object
리턴 object
예제 #1
0
 /** {@inheritdoc} */
 public function newInstance()
 {
     return $this->classMetadata->newInstance();
 }