예제 #1
0
	/**
	 * Disables versioning
	 */
	public static function disableVersioning()
	{
		self::$isVersioningEnabled = false;
	}