Beispiel #1
0
	/**
	 * Saves all filters to the platform defined database
	 * @return bool	True on success
	 */
	public final function save()
	{
		return AEPlatform::save_filters($this->filter_registry);
	}