Пример #1
0
 /**
  * Class constructor, sets callback so that Shopowner is able to add any information to the article.
  *
  * @param string $sObjectsInListName Object name (oxShop)
  *
  * @return null
  */
 public function __construct($sObjectsInListName = 'oxshop')
 {
     return parent::__construct('oxshop');
 }
Пример #2
0
 /**
  * Class constructor
  *
  * @return null
  */
 public function __construct()
 {
     parent::__construct('oxbase');
     $this->init('oxbase', 'oxprice2article');
 }
Пример #3
0
 /**
  * Class constructor, initiates parent constructor (parent::oxList()).
  *
  * @return null
  */
 public function __construct()
 {
     parent::__construct('oxcontent');
 }
Пример #4
0
 /**
  * Class constructor, initiates parent constructor (parent::oxList()).
  *
  * @param string $sObjectsInListName optional parameter, the objects contained in the list, always oxCategory
  */
 public function __construct($sObjectsInListName = 'oxcategory')
 {
     $this->_blHideEmpty = $this->getConfig()->getConfigParam('blDontShowEmptyCategories');
     parent::__construct($sObjectsInListName);
 }
Пример #5
0
 /**
  * Calls parent constructor and sets home country
  */
 public function __construct()
 {
     parent::__construct('oxdelivery');
     // load or not delivery list
     $this->setHomeCountry($this->getConfig()->getConfigParam('aHomeCountry'));
 }
Пример #6
0
 /**
  * Calls parent constructor
  *
  * @return null
  */
 public function __construct()
 {
     parent::__construct('oxvoucher');
 }
 /**
  * Calls parent constructor and defines if Article vendor count is shown
  *
  * @return null
  */
 public function __construct()
 {
     $this->setShowManufacturerArticleCnt($this->getConfig()->getConfigParam('bl_perfShowActionCatArticleCnt'));
     parent::__construct('oxmanufacturer');
 }
Пример #8
0
 /**
  * Call parent class constructor
  */
 public function __construct()
 {
     parent::__construct('oxaddress');
 }
Пример #9
0
 /**
  * Calls parent constructor
  *
  * @return null
  */
 public function __construct()
 {
     return parent::__construct('oxshop');
 }
 /**
  * Class Constructor
  *
  * @param string $sObjectsInListName Associated list item object type
  */
 public function __construct($sObjectsInListName = 'oxpayment')
 {
     $this->setHomeCountry($this->getConfig()->getConfigParam('aHomeCountry'));
     parent::__construct('oxpayment');
 }
Пример #11
0
 /**
  * Call parent class constructor
  */
 public function __construct()
 {
     parent::__construct('oxcountry');
 }
Пример #12
0
 /**
  * Class constructor
  *
  * @return null
  */
 public function __construct()
 {
     parent::__construct('oxuser');
 }
Пример #13
0
 /**
  * Calls parent constructor and sets home country
  */
 public function __construct()
 {
     $this->setHomeCountry($this->getConfig()->getConfigParam('aHomeCountry'));
     parent::__construct('oxdeliveryset');
 }
 /**
  * Class constructor
  *
  * @param string $sObjectsInListName Associated list item object type
  *
  * @return null
  */
 public function __construct($sObjectsInListName = 'oxattribute')
 {
     parent::__construct('oxattribute');
 }
Пример #15
0
 /**
  * Class constructor, initiates class constructor (parent::oxbase()).
  */
 public function __construct()
 {
     parent::__construct('oxorderarticle');
 }
Пример #16
0
 /**
  * Calls parent constructor and defines if Article vendor count is shown
  */
 public function __construct()
 {
     $this->setShowVendorArticleCnt($this->getConfig()->getConfigParam('bl_perfShowActionCatArticleCnt'));
     parent::__construct('oxvendor');
 }
Пример #17
0
 /**
  * Class Constructor
  */
 public function __construct()
 {
     parent::__construct('oxdiscount');
 }
Пример #18
0
 /**
  * Class constructor
  */
 public function __construct()
 {
     parent::__construct('oxattribute');
 }
 /**
  * Call parent class constructor
  *
  * @param string $sObjectsInListName Associated list item object type
  *
  * @return null
  */
 public function __construct($sObjectsInListName = 'oxcountry')
 {
     parent::__construct('oxcountry');
 }