check_syntax [line 792]
void check_syntax(
$fileName, $importType
)
|
|
Parameters:
check_syntax_csv [line 844]
void check_syntax_csv(
$fileName
)
|
|
Parameters:
check_syntax_csv_doors [line 855]
void check_syntax_csv_doors(
$fileName
)
|
|
Parameters:
check_syntax_xml [line 828]
void check_syntax_xml(
$fileName
)
|
|
Parameters:
compareImportedReqs [line 191]
void compareImportedReqs(
$arrImportSource, $map_cur_reqdoc_id
)
|
|
Parameters:
|
|
$arrImportSource: |
|
|
|
$map_cur_reqdoc_id: |
|
doImport [line 570]
void doImport(
&$db, $userID, $idSRS, $fileName, $importType, $emptyScope, $conflictSolution, $bImport
)
|
|
Parameters:
|
|
&$db: |
|
|
|
$userID: |
|
|
|
$idSRS: |
|
|
|
$fileName: |
|
|
|
$importType: |
|
|
|
$emptyScope: |
|
|
|
$conflictSolution: |
|
|
|
$bImport: |
|
executeImportedReqs [line 129]
array_of_strings executeImportedReqs(
&$db, $arrImportSource, $map_cur_reqdoc_id, $conflictSolution, $emptyScope, $idSRS, $userID
)
|
|
Process CVS file contents with requirements into TL
and creates an array with reports
Parameters:
|
|
&$db: |
|
|
|
$arrImportSource: |
|
|
|
$map_cur_reqdoc_id: |
|
|
|
$conflictSolution: |
|
|
|
$emptyScope: |
|
|
|
$idSRS: |
|
|
|
$userID: |
|
API Tags:
| Return: | list of particular REQ data with resolution comment |
exportReqDataToCSV [line 601]
void exportReqDataToCSV(
$reqData
)
|
|
Parameters:
exportReqDataToXML [line 106]
void exportReqDataToXML(
$reqData
)
|
|
exportReqDataToXML
Parameters:
getDocBookTableAsHtmlString [line 377]
void getDocBookTableAsHtmlString(
$docTable
)
|
|
Parses one 'informaltable' XML entry and produces HTML table as string.
XML relationship: informaltable -> tgroup -> thead -> row -> entry -> tbody -> row -> entry
20081103 - sisajr
Parameters:
getLastExecutions [line 757]
void getLastExecutions(
&$db, $tcaseSet, $tplanId
)
|
|
Parameters:
|
|
&$db: |
|
|
|
$tcaseSet: |
|
|
|
$tplanId: |
|
getReqByReqdocId [line 782]
void getReqByReqdocId(
&$db, $reqdoc_id
)
|
|
Parameters:
getReqCoverage [line 612]
void getReqCoverage(
&$dbHandler, $reqs, &$execMap
)
|
|
getReqCoverage
Parameters:
|
|
&$dbHandler: |
|
|
|
$reqs: |
|
|
|
&$execMap: |
|
getReqDocIDs [line 216]
void getReqDocIDs(
&$db, $srs_id
)
|
|
Parameters:
get_srs_by_id [line 866]
void get_srs_by_id(
&$db, $srs_id
)
|
|
Parameters:
importReqDataFromCSV [line 275]
void importReqDataFromCSV(
$fileName
)
|
|
importReqDataFromCSV
Parameters:
importReqDataFromCSVDoors [line 308]
void importReqDataFromCSVDoors(
$fileName
)
|
|
importReqDataFromCSVDoors
Parameters:
importReqDataFromDocBook [line 451]
void importReqDataFromDocBook(
$fileName
)
|
|
Imports data from DocBook XML
20081103 - sisajr
Parameters:
importReqDataFromXML [line 326]
void importReqDataFromXML(
$fileName
)
|
|
Parameters:
loadImportedReq [line 240]
array_of_array loadImportedReq(
$CSVfile, $importType
)
|
|
load imported data from file and parse it to array
Parameters:
API Tags:
| Return: | each inner array include fields title and scope (and more) |
renderRequirements [line 77]
void renderRequirements(
&$db, integer $srs_id
)
|
|
render Requirement for SRS
Parameters:
Information Tags:
| Author: | Martin Havlat 20051125 - scs - added escaping of req names 20051202 - scs - fixed 241 |
renderSRS [line 44]
void renderSRS(
&$db, &$tproject_mgr, integer $srs_id, string $tproject_name, string $tproject_id, string $user_id, string $base_href
)
|
|
render Requirement Specification
Parameters:
|
integer |
$srs_id: |
|
|
string |
$tproject_name: |
|
|
string |
$tproject_id: |
|
|
string |
$user_id: |
|
|
string |
$base_href: |
|
|
|
&$db: |
|
|
|
&$tproject_mgr: |
|
Information Tags: