Exemplo n.º 1
0
 function __construct($oFunctions = false)
 {
     parent::__construct();
     if ($oFunctions) {
         $this->oFunctions = $oFunctions;
     } else {
         $this->oFunctions = BxTemplFunctions::getInstance();
     }
 }
Exemplo n.º 2
0
 function BxBaseSearchResult()
 {
     parent::BxDolSearchResult();
 }
Exemplo n.º 3
0
 function __construct()
 {
     parent::__construct();
 }