Definition at line 6 of file oxvendor.php.
Public Member Functions | |
__construct () | |
__get ($sName) | |
setShowArticleCnt ($blShowArticleCount=false) | |
assign ($dbRecord) | |
getLink ($iLang=null) | |
getStdLink ($iLang=null) | |
getNrOfArticles () | |
getSubCats () | |
getIsVisible () | |
setIsVisible ($blVisible) | |
getHasVisibleSubCats () | |
setHasVisibleSubCats ($blHasVisibleSubcats) | |
getIconUrl () | |
Static Public Member Functions | |
static | getRootVendor ($iLang=null) |
Protected Attributes | |
$_sCoreTbl = 'oxvendor' | |
$_sClassName = 'oxvendor' | |
$_blShowArticleCnt = false | |
$_iNrOfArticles = -1 | |
$_blIsSeoObject = true | |
$_blIsVisible | |
$_blHasVisibleSubCats | |
Static Protected Attributes | |
static | $_aRootVendor = array() |
oxVendor.__construct | ( | ) |
Class constructor, initiates parent constructor (parent.oxI18n()).
Reimplemented from oxI18n.
Definition at line 58 of file oxvendor.php.
oxVendor.__get | ( | $ | sName | ) |
Extra getter to guarantee compatibility with templates
string | $sName name of variable to return |
Reimplemented from oxBase.
Definition at line 72 of file oxvendor.php.
oxVendor.setShowArticleCnt | ( | $ | blShowArticleCount = false |
) |
Marker to load vendor article count info setter
bool | $blShowArticleCount Marker to load vendor article count |
Definition at line 101 of file oxvendor.php.
oxVendor.assign | ( | $ | dbRecord | ) |
Assigns to $this object some base parameters/values.
array | $dbRecord parameters/values |
Reimplemented from oxI18n.
Definition at line 113 of file oxvendor.php.
static oxVendor.getRootVendor | ( | $ | iLang = null |
) | [static] |
getRootVendor creates root vendor object
integer | $iLang language |
Definition at line 135 of file oxvendor.php.
oxVendor.getLink | ( | $ | iLang = null |
) |
Returns vendor link Url
integer | $iLang language |
Definition at line 159 of file oxvendor.php.
oxVendor.getStdLink | ( | $ | iLang = null |
) |
Returns standard URL to vendor
integer | $iLang language |
Definition at line 192 of file oxvendor.php.
oxVendor.getNrOfArticles | ( | ) |
returns number or articles of this vendor
Definition at line 210 of file oxvendor.php.
oxVendor.getSubCats | ( | ) |
oxVendor.getIsVisible | ( | ) |
oxVendor.setIsVisible | ( | $ | blVisible | ) |
sets the visibilty of a category
bool | $blVisible vendors visibility status setter |
Definition at line 245 of file oxvendor.php.
oxVendor.getHasVisibleSubCats | ( | ) |
returns if a vendor has visible sub categories
Definition at line 255 of file oxvendor.php.
oxVendor.setHasVisibleSubCats | ( | $ | blHasVisibleSubcats | ) |
sets the state of has visible sub vendors
bool | $blHasVisibleSubcats marker if vendor has visible subcategories |
Definition at line 271 of file oxvendor.php.
oxVendor.getIconUrl | ( | ) |
oxVendor.$_aRootVendor = array() [static, protected] |
Definition at line 9 of file oxvendor.php.
oxVendor.$_sCoreTbl = 'oxvendor' [protected] |
Definition at line 13 of file oxvendor.php.
oxVendor.$_sClassName = 'oxvendor' [protected] |
oxVendor.$_blShowArticleCnt = false [protected] |
Definition at line 25 of file oxvendor.php.
oxVendor.$_iNrOfArticles = -1 [protected] |
Definition at line 32 of file oxvendor.php.
oxVendor.$_blIsSeoObject = true [protected] |
oxVendor.$_blIsVisible [protected] |
Definition at line 46 of file oxvendor.php.
oxVendor.$_blHasVisibleSubCats [protected] |
Definition at line 53 of file oxvendor.php.