コード例 #1
0
ファイル: manager.php プロジェクト: BertLasker/Catch-design
 /**
  * @param string $sInclude
  * @return void
  */
 protected function inc($sInclude, $bDoExitOnError = true)
 {
     CApi::ManagerInc($this->GetManagerName(), $sInclude, $bDoExitOnError);
 }