getTimestamp() 공개 메소드

Method to get timestamp format
public getTimestamp ( ) : string
리턴 string
예제 #1
0
 public function testSetAndGetTimestamp()
 {
     $l = new Logger();
     $l->setTimestamp('Y-m-d');
     $this->assertEquals('Y-m-d', $l->getTimestamp());
 }