View file PF.Base/module/event/include/component/block/rsvp-entry.class.php

File size: 658B
<?php
/**
 * [PHPFOX_HEADER]
 */

defined('PHPFOX') or exit('NO DICE!');

/**
 * 
 * 
 * @copyright		[PHPFOX_COPYRIGHT]
 * @author  		Raymond_Benc
 * @package 		Phpfox_Component
 * @version 		$Id: rsvp-entry.class.php 2546 2011-04-18 19:51:26Z Raymond_Benc $
 */
class Event_Component_Block_Rsvp_Entry extends Phpfox_Component
{
	/**
	 * Controller
	 */
	public function process()
	{
		
	}
	
	/**
	 * Garbage collector. Is executed after this class has completed
	 * its job and the template has also been displayed.
	 */
	public function clean()
	{
		(($sPlugin = Phpfox_Plugin::get('event.component_block_rsvp_entry_clean')) ? eval($sPlugin) : false);
	}
}