echo "</pre>";
$requirement_spec = $tproject_mgr->getReqSpec($tproject_id);
new dBug($requirement_spec);
$srs_id = 2;
echo "<pre>               getReqSpec(\$tproject_id,\$srs_id)";
echo "</pre>";
echo "<pre>               getReqSpec({$tproject_id},{$srs_id})";
echo "</pre>";
$requirement_spec = $tproject_mgr->getReqSpec($tproject_id, $srs_id);
new dBug($requirement_spec);
$srs_title = 'SRS2';
echo "<pre> testproject - get_srs_by_title(\$testproject_id,\$title,\$ignore_case=0)";
echo "</pre>";
echo "<pre>               get_srs_by_title({$tproject_id},{$srs_title})";
echo "</pre>";
$srs_by_title = $tproject_mgr->get_srs_by_title($tproject_id, $srs_title);
new dBug($srs_by_title);
// function get_srs_by_title($testproject_id,$title,$ignore_case=0)
/*
function getReqSpec($testproject_id, $id = null)
function createReqSpec($testproject_id,$title, $scope, $countReq,$user_id,$type = 'n')
function get_srs_by_title($testproject_id,$title,$ignore_case=0)
function check_srs_title($testproject_id,$title,$ignore_case=0)
function delete($id,&$error)
function get_keywords_map($testproject_id)
function get_all_testcases_id($id)
function get_keywords_tcases($testproject_id, $keyword_id=0)
function get_all_testplans($testproject_id,$get_tp_without_tproject_id=0,$plan_status=null)
function check_tplan_name_existence($tproject_id,$tplan_name,$case_sensitive=0)
function get_first_level_test_suites($tproject_id,$mode='simple')
function get_linked_custom_fields($id,$node_type=null,$node_id=null)