\Pluf\TmsModule

Summary

Methods
Properties
Constants
init()
No public properties found
moduleJsonPath
relations
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Constants

moduleJsonPath

moduleJsonPath = __DIR__ . '/module.json'

relations

relations = array('TMS_Project' => array('relate_to' => array('User_Account')), 'TMS_Test' => array('relate_to' => array('User_Account', 'TMS_Project'), 'relate_to_many' => array('TMS_Requirement')), 'TMS_Requirement' => array('relate_to' => array('TMS_Project')), 'TMS_TestRisk' => array('relate_to' => array('TMS_Test')), 'TMS_TestVariable' => array('relate_to' => array('TMS_Test')), 'TMS_TestAttachment' => array('relate_to' => array('TMS_Test')), 'TMS_TestRun' => array('relate_to' => array('TMS_Test')), 'TMS_TestRunReport' => array('relate_to' => array('TMS_TestRun')), 'TMS_TestHistory' => array('relate_to' => array('User_Account', 'TMS_Test')), 'TMS_TestComment' => array('relate_to' => array('User_Account', 'TMS_Test')), 'TMS_VirtualUser' => array('relate_to' => array('TMS_Test')), 'TMS_Scenario' => array('relate_to' => array('TMS_VirtualUser')), 'TMS_ActivityStep' => array('relate_to' => array('TMS_Activity')), 'TMS_ActivityComment' => array('relate_to' => array('User_Account', 'TMS_Activity')), 'TMS_ActivityLog' => array('relate_to' => array('User_Account', 'TMS_Project', 'TMS_Test', 'TMS_Activity')), 'TMS_ActivityOutput' => array('relate_to' => array('TMS_Activity')))

Methods

init()

init(\Pluf  $bootstrap) 

Parameters

\Pluf $bootstrap