lithium\data\Model::reset()

public static method

Resetting the model.

Source

	public static function reset() {
		$class = get_called_class();
		unset(static::$_instances[$class]);
	}