getTimestamp() 공개 메소드

public getTimestamp ( )
예제 #1
0
파일: Clock.php 프로젝트: letsdrink/ouzo
 public function isBeforeOrEqualTo(Clock $other)
 {
     return $this->getTimestamp() <= $other->getTimestamp();
 }