예제 #1
0
 /**
  *
  */
 public function compare(MMangoObject $object)
 {
     return N($this->timestamp())->compare(N($object->timestamp()));
 }