Esempio n. 1
0
 function __construct($sSystem, $iId, $iInit = 1)
 {
     parent::__construct($sSystem, $iId, $iInit);
 }
Esempio n. 2
0
 function BxTemplCmtsView($sSystem, $iId, $iInit = 1)
 {
     BxBaseCmtsView::BxBaseCmtsView($sSystem, $iId, $iInit);
 }
Esempio n. 3
0
 function __construct($sSystem, $iId, $iInit = 1)
 {
     BxBaseCmtsView::__construct($sSystem, $iId, $iInit);
 }