getTypeClass() 공개 메소드

public getTypeClass ( )
예제 #1
0
 /**
  * @expectedException Exception
  */
 public function testInvalidTypeClass()
 {
     $opt = new Option('scope');
     $opt->isa('SomethingElse');
     $class = $opt->getTypeClass();
 }