예제 #1
0
파일: OAuth.php 프로젝트: hoalangoc/ftf
	public static function setTimeOffset($timeOffset){
		self::$TIME_OFFSET = (int)$timeOffset;
	}