type() 공개 메소드

Get the type.
public type ( ) : string
리턴 string
예제 #1
0
 public function testGetsType()
 {
     $time = new Time(new \DateTime());
     $this->assertEquals('TIME', $time->type());
 }