gyro/core/lib/interfaces/ilink.cls.php
Go to the documentation of this file.00001 <?php 00002 require_once dirname(__FILE__) . '/iselfdescribing.cls.php'; 00003 require_once dirname(__FILE__) . '/iurlbuilder.cls.php'; 00004 00005 /** 00006 * Interface for a link 00007 * 00008 * @deprecated Actually never used 00009 * 00010 * @author Gerd Riesselmann 00011 * @ingroup Interfaces 00012 */ 00013 interface ILink extends ISelfDescribing, IUrlBuilder { 00014 00015 }