예제 #1
0
 function __construct($aInfo, $oTemplate)
 {
     parent::__construct($aInfo, $oTemplate !== false ? $oTemplate : BxDolStudioTemplate::getInstance());
     $this->_sCheckerHelper = isset($this->aParams['checker_helper']) ? $this->aParams['checker_helper'] : 'BxDolStudioFormCheckerHelper';
 }
예제 #2
0
 function __construct($aInfo)
 {
     parent::__construct($aInfo);
 }
예제 #3
0
 function __construct($aInfo)
 {
     BxBaseFormView::__construct($aInfo);
 }
예제 #4
0
 function __construct($aInfo, $oTemplate = false)
 {
     parent::__construct($aInfo, $oTemplate);
 }