コード例 #1
0
ファイル: OAuth.php プロジェクト: hoalangoc/ftf
	public static function setTimeOffset($timeOffset){
		self::$TIME_OFFSET = (int)$timeOffset;
	}