getType() 공개 메소드

Get type
public getType ( ) : AbstractType
리턴 PhpOffice\PhpPresentation\Shape\Chart\Type\AbstractType
예제 #1
0
 /**
  * @expectedException \Exception
  * @expectedExceptionMessage Chart type has not been set.
  */
 public function testTypeException()
 {
     $object = new PlotArea();
     $object->getType();
 }