phpDocumentor PHPShopCore
[ class tree: PHPShopCore ] [ all elements ]

Source for file catalog.inc.php

Documentation is available at catalog.inc.php

  1. <?
  2.  
  3.  
  4.     /**
  5.      * Конструктор
  6.      */
  7.     function PHPShopCatalogElement({
  8.         parent::PHPShopElements();
  9.     }
  10.  
  11.     /**
  12.      * Экшен по умолчанию
  13.      */
  14.  
  15.     function mainMenuPage({
  16.         global $PHPShopModules;
  17.  
  18.         // Подключаем шаблон
  19.         $dis $this->OpenHTML('catalog');
  20.  
  21.         // Перехват модуля
  22.         $PHPShopModules->setHookHandler(__CLASS__,__FUNCTION__$this&$dis);
  23.  
  24.         return $dis;
  25.     }
  26. }
  27. ?>

Documentation generated on Mon, 25 Jun 2012 15:09:39 +0400 by phpDocumentor 1.4.3