gyro/core/lib/interfaces/idispatcher.cls.php
Go to the documentation of this file.00001 <?php 00002 /** 00003 * Dispatcher interface 00004 * 00005 * @author Gerd Riesselmann 00006 * @ingroup Interfaces 00007 */ 00008 interface IDispatcher { 00009 public function invoke($page_data); 00010 }