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