Ejemplo n.º 1
0
 /**
  * ベースとなる Clock オブジェクトの getUnixTime() の結果を指定された秒数だけ加減した結果を返します.
  * 
  * @return int unix time
  */
 protected function getUnixTime()
 {
     return $this->base->getUnixTime() + $this->offset;
 }