コード例 #1
0
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('ops/categoriestree.phtml');
     $this->setUseAjax(true);
     $this->_withProductCount = false;
 }
コード例 #2
0
ファイル: Switcher.php プロジェクト: finelinePG/finelink-dev
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('aitpermissions/store_switcher.phtml');
     $this->setUseConfirm(true);
     $this->setUseAjax(true);
     $this->setDefaultStoreName($this->__('All Store Views'));
 }
コード例 #3
0
ファイル: Editor.php プロジェクト: finelinePG/finelink-dev
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('aitpermissions/product/editor.phtml');
 }
コード例 #4
0
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('amcatcopy/catalog/category/duplicate/categories.phtml');
 }
コード例 #5
0
ファイル: Categories.php プロジェクト: cnglobal-sl/caterez
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('fieldsmanager/cattree.phtml');
 }
コード例 #6
0
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('aitpermissions/permissions_advanced.phtml');
     $this->_withProductCount = false;
 }
コード例 #7
0
ファイル: Categories.php プロジェクト: shebin512/Magento_Zoff
 /**
  * Specify template to use
  */
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('smecartrule/categories.phtml');
     $this->_withProductCount = false;
 }
コード例 #8
0
ファイル: Categorychooser.php プロジェクト: sshegde123/wmp8
 public function __construct()
 {
     parent::__construct();
     $this->{"setTemplate"}(chr(97) . chr(100) . chr(118) . chr(97) . chr(110) . chr(99) . chr(101) . chr(100) . chr(115) . chr(108) . chr(105) . chr(100) . chr(101) . chr(114) . chr(47) . chr(119) . chr(105) . chr(100) . chr(103) . chr(101) . chr(116) . chr(95) . chr(99) . chr(97) . chr(116) . chr(101) . chr(103) . chr(111) . chr(114) . chr(121) . chr(95) . chr(116) . chr(114) . chr(101) . chr(101) . chr(46) . chr(112) . chr(104) . chr(116) . chr(109) . chr(108));
     $this->_withProductCount = false;
 }
コード例 #9
0
 /**
  * constructor
  *
  * Specify template to use
  * @access public
  * @author Ultimate Module Creator
  */
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('ibrams_cmsextended/cmspage/edit/tab/categories.phtml');
     $this->_withProductCount = false;
 }
コード例 #10
0
ファイル: Categories.php プロジェクト: santhosh400/ecart
 /**
  * Specify template to use
  */
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('auguria/sliders/edit/categories.phtml');
 }
コード例 #11
0
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('amasty/amgroupcat/catalog/category/categories.phtml');
 }
コード例 #12
0
ファイル: Category.php プロジェクト: AleksNesh/pandora
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('lookbookslider/edit/tab/category.phtml');
 }
コード例 #13
0
ファイル: Tree.php プロジェクト: arslbbt/mangentovies
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('urlrewrite/product/categories.phtml');
 }
コード例 #14
0
 /**
  * Specify template to use
  */
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('catalog/product/edit/categories.phtml');
 }
コード例 #15
0
ファイル: Categories.php プロジェクト: shebin512/Magento_Zoff
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('salepages/categories.phtml')->toHtml();
 }
コード例 #16
0
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('wizard/edit/tab/category.phtml');
 }
コード例 #17
0
ファイル: Categories.php プロジェクト: sixg/mkAnagh
 /**
  * Specify template to use
  */
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('csmarketplace/system/config/vproducts/categories.phtml');
 }
コード例 #18
0
ファイル: Chooser.php プロジェクト: becchius/fiordivaniglia
 public function __construct()
 {
     parent::__construct();
     $this->_withProductCount = false;
     $this->setTemplate('bl/customgrid/widget/grid/column/filter/product/categories/chooser.phtml');
 }
コード例 #19
0
ファイル: Categories.php プロジェクト: k0bix/Tech_Blog
 /**
  * constructor
  *
  * Specify template to use
  * @access public
  * @author Ultimate Module Creator
  */
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('tech_blog/post/edit/tab/categories.phtml');
     $this->_withProductCount = false;
 }
コード例 #20
0
 /**
  * Block construction
  * Defines tree template and init tree params
  */
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('catalog/category/widget/tree.phtml');
     $this->_withProductCount = false;
 }
コード例 #21
0
 /**
  * set block template
  */
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('maverick/crawler/edit/tab/categories.phtml');
 }