Source

						public function set($data, array $options = array()) {
		if (isset($options['fail'])) {
			return false;
		}
		return $data;
	}