OXID eShop CE
4.8.11
Main Page
Related Pages
Classes
Files
File List
File Members
OXID eShop CE
Deprecated List
Classes
Files
File List
admin
application
components
widgets
oxwarticlebox.php
oxwarticledetails.php
oxwbetanote.php
oxwcategorytree.php
oxwcookienote.php
oxwcurrencylist.php
oxwidget.php
oxwinformation.php
oxwlanguagelist.php
oxwmanufacturerlist.php
oxwminibasket.php
oxwrating.php
oxwrecommendation.php
oxwreview.php
oxwservicelist.php
oxwservicemenu.php
oxwtagcloud.php
oxwvendorlist.php
oxcmp_basket.php
oxcmp_categories.php
oxcmp_cur.php
oxcmp_lang.php
oxcmp_news.php
oxcmp_shop.php
oxcmp_user.php
oxcmp_utils.php
oxlocator.php
controllers
models
translations
bin
core
modules
index.php
bootstrap.php
config.inc.php
getimg.php
oxseo.php
widget.php
File Members
•
All
Classes
Files
Functions
Variables
Pages
oxwbetanote.php
Go to the documentation of this file.
1
<?php
2
6
class
oxwBetaNote
extends
oxWidget
7
{
8
14
protected
$_sThisTemplate
=
'widget/header/betanote.tpl'
;
15
21
protected
$_sBetaNoteLink
=
'http://wiki.oxidforge.org/Development/Beta'
;
22
28
public
function
getBetaNoteLink
()
29
{
30
return
$this->_sBetaNoteLink
;
31
}
32
40
public
function
setBetaNoteLink
( $sLink )
41
{
42
$this->_sBetaNoteLink = $sLink;
43
}
44
}
application
components
widgets
oxwbetanote.php
Generated by
1.8.1.2