__toString() 공개 메소드

public __toString ( )
예제 #1
0
 public function testToString()
 {
     $dateTime = new OurDateTime();
     ok($dateTime->__toString());
 }