oxwbetanote.php

Go to the documentation of this file.
00001 <?php
00002 
00006 class oxwBetaNote extends oxWidget
00007 {
00008 
00014     protected $_sThisTemplate = 'widget/header/betanote.tpl';
00015 
00021     protected $_sBetaNoteLink = 'http://wiki.oxidforge.org/Development/Beta';
00022 
00028     public function getBetaNoteLink()
00029     {
00030         return $this->_sBetaNoteLink;
00031     }
00032 
00038     public function setBetaNoteLink($sLink)
00039     {
00040         $this->_sBetaNoteLink = $sLink;
00041     }
00042 }