getTimestamp() public method

public getTimestamp ( )
Example #1
0
 public function isBeforeOrEqualTo(Clock $other)
 {
     return $this->getTimestamp() <= $other->getTimestamp();
 }