getContents() 공개 메소드

public getContents ( ) : string
리턴 string
예제 #1
0
 /**
  * @expectedException \Exception
  * @expectedExceptionMessage fileNotExist.pptx does not exist
  */
 public function testContentsException()
 {
     $oDrawing = new ZipFile();
     $oDrawing->setPath($this->fileKoZip);
     $oDrawing->getContents();
 }