示例#1
0
 /**
  * @param string $sInclude
  * @return void
  */
 protected function inc($sInclude, $bDoExitOnError = true)
 {
     CApi::ManagerInc($this->GetManagerName(), $sInclude, $bDoExitOnError);
 }