copy() 공개 메소드

Copy presentation (!= clone!)
public copy ( ) : PhpPresentation
리턴 PhpPresentation
 /**
  * Test copy presentation
  */
 public function testCopy()
 {
     $object = new PhpPresentation();
     $this->assertInstanceOf('PhpOffice\\PhpPresentation\\PhpPresentation', $object->copy());
 }