Phundament-Packages
[ class tree: Phundament-Packages ] [ index: Phundament-Packages ] [ all elements ]

Source for file LInterlinkBaseControl.php

Documentation is available at LInterlinkBaseControl.php

  1. <?php
  2.  
  3.  
  4. /**
  5.  * class file.
  6.  *
  7.  * @license http://opensource.org/licenses/mozilla1.1.php Mozilla Public License
  8.  * @copyright 2005, diemeisterei GmbH. All rights reserved.
  9.  * @author $Author: schmunk $
  10.  * @version $Revision: 321 $  $Date: 2006-08-22 16:36:12 +0000 (Di, 22 Aug 2006) $
  11.  * @package Phundament.Packages
  12.  * @subpackage LInterlink
  13.  */
  14.  
  15. /**
  16.  * Implements IMetaData. (TODO)
  17.  *
  18.  * Displays a selection for media files
  19.  *
  20.  * @package System.Web.UI.WebControls
  21.  * @subpackage Interlink
  22.  */
  23.  
  24.  
  25. class LInterlinkBaseControl extends TTemplateControl
  26. {
  27.     protected $_relation = null;
  28.  
  29.     public function setRelation($value)
  30.     {
  31.         $this->_relation = $value;
  32.     }
  33.  
  34.     public function getRelation()
  35.     {
  36.         return $this->_relation;
  37.     }
  38.  
  39.     protected function onNeedRelationPersistence($param)
  40.     {
  41.         $this->raiseEvent('OnNeedRelationPersistence'$this$param);    
  42.     }
  43.  
  44.  
  45. }
  46. ?>

Documentation generated on Sun, 25 Feb 2007 16:10:42 +0100 by phpDocumentor 1.3.1