1 <?php
 2 /**
 3  * @package     FrameworkOnFramework
 4  * @subpackage  table
 5  * @copyright   Copyright (C) 2010-2016 Nicholas K. Dionysopoulos / Akeeba Ltd. All rights reserved.
 6  * @license     GNU General Public License version 2 or later; see LICENSE.txt
 7  */
 8 // Protect from unauthorized access
 9 defined('FOF_INCLUDED') or die;
10 
11 /**
12  * FrameworkOnFramework table behavior dispatcher class
13  *
14  * @codeCoverageIgnore
15  * @package  FrameworkOnFramework
16  * @since    2.1
17  */
18 class FOFTableDispatcherBehavior extends FOFUtilsObservableDispatcher
19 {
20 
21 }
22