Index of All Elements
Package Indexes
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ g ]
[ i ]
[ k ]
[ m ]
[ n ]
[ o ]
[ p ]
[ r ]
[ s ]
[ t ]
[ u ]
[ v ]
[ x ]
[ _ ]
a
- $actionOnDuplicatedNameParamName
- in file xmlrpc.php, variable TestlinkXMLRPCServer::$actionOnDuplicatedNameParamName
string for parameter names are all defined statically
- $assignedToParamName
- in file xmlrpc.php, variable TestlinkXMLRPCServer::$assignedToParamName
string for parameter names are all defined statically
- $authorLoginParamName
- in file xmlrpc.php, variable TestlinkXMLRPCServer::$authorLoginParamName
string for parameter names are all defined statically
- $automatedParamName
- in file xmlrpc.php, variable TestlinkXMLRPCServer::$automatedParamName
string for parameter names are all defined statically
- about
- in file xmlrpc.php, method TestlinkXMLRPCServer::about()
Gives basic information about the API
- addKeyForUser
- in file APIKey.php, method APIKey::addKeyForUser()
- addTestCaseToTestPlan
- in file xmlrpc.php, method TestlinkXMLRPCServer::addTestCaseToTestPlan()
Add a test case version to a test plan
- api.const.inc.php
- procedural page api.const.inc.php
- APIErrors.php
- procedural page APIErrors.php
- APIKey
- in file APIKey.php, class APIKey
- APIKey.php
- procedural page APIKey.php
- assignRequirements
- in file xmlrpc.php, method TestlinkXMLRPCServer::assignRequirements()
- authenticate
- in file xmlrpc.php, method TestlinkXMLRPCServer::authenticate()
authenticates a user based on the devKey provided
b
- $bugIDParamName
- in file xmlrpc.php, variable TestlinkXMLRPCServer::$bugIDParamName
string for parameter names are all defined statically
- $buildIDParamName
- in file xmlrpc.php, variable TestlinkXMLRPCServer::$buildIDParamName
string for parameter names are all defined statically
- $buildNameParamName
- in file xmlrpc.php, variable TestlinkXMLRPCServer::$buildNameParamName
string for parameter names are all defined statically
- $buildNotesParamName
- in file xmlrpc.php, variable TestlinkXMLRPCServer::$buildNotesParamName
string for parameter names are all defined statically
- BAD_BUILD_FOR_TPLAN
- in file APIErrors.php, constant BAD_BUILD_FOR_TPLAN
Constants
- BAD_BUILD_FOR_TPLAN_STR
- in file APIErrors.php, constant BAD_BUILD_FOR_TPLAN_STR
Constants
- BUILDID_NOGUESS
- in file APIErrors.php, constant BUILDID_NOGUESS
Constants
- BUILDID_NOGUESS_STR
- in file APIErrors.php, constant BUILDID_NOGUESS_STR
Constants
- BUILDID_NOT_INTEGER
- in file APIErrors.php, constant BUILDID_NOT_INTEGER
Constants
- BUILDID_NOT_INTEGER_STR
- in file APIErrors.php, constant BUILDID_NOT_INTEGER_STR
Constants
- BUILD_GUESS_DEFAULT_MODE
- in file xmlrpc.php, class constant TestlinkXMLRPCServer::BUILD_GUESS_DEFAULT_MODE
c
- $checkDuplicatedNameParamName
- in file xmlrpc.php, variable TestlinkXMLRPCServer::$checkDuplicatedNameParamName
string for parameter names are all defined statically
- $codeStatus
- in file xmlrpc.php, variable TestlinkXMLRPCServer::$codeStatus
- $customFieldNameParamName
- in file xmlrpc.php, variable TestlinkXMLRPCServer::$customFieldNameParamName
string for parameter names are all defined statically
- checkBuildID
- in file xmlrpc.php, method TestlinkXMLRPCServer::checkBuildID()
Helper method to see if the buildID provided is valid for testplan
- checkGuess
- in file xmlrpc.php, method TestlinkXMLRPCServer::checkGuess()
Helper method to see if the guess is set
- checkReqSpecQuality
- in file xmlrpc.php, method TestlinkXMLRPCServer::checkReqSpecQuality()
- checkStatus
- in file xmlrpc.php, method TestlinkXMLRPCServer::checkStatus()
Helper method to see if the status provided is valid
- checkTestCaseAncestry
- in file xmlrpc.php, method TestlinkXMLRPCServer::checkTestCaseAncestry()
- checkTestCaseID
- in file xmlrpc.php, method TestlinkXMLRPCServer::checkTestCaseID()
Helper method to see if the tcid provided is valid
- checkTestCaseIdentity
- in file xmlrpc.php, method TestlinkXMLRPCServer::checkTestCaseIdentity()
Helper method to see if the testcase identity provided is valid Identity can be specified in one of these modes:
- checkTestCaseName
- in file xmlrpc.php, method TestlinkXMLRPCServer::checkTestCaseName()
Helper method to see if the testcasename provided is valid
- checkTestCaseVersionNumber
- in file xmlrpc.php, method TestlinkXMLRPCServer::checkTestCaseVersionNumber()
- checkTestPlanID
- in file xmlrpc.php, method TestlinkXMLRPCServer::checkTestPlanID()
Helper method to see if the tplanid provided is valid
- checkTestProjectID
- in file xmlrpc.php, method TestlinkXMLRPCServer::checkTestProjectID()
Helper method to see if the TestProjectID provided is valid
- checkTestSuiteID
- in file xmlrpc.php, method TestlinkXMLRPCServer::checkTestSuiteID()
Helper method to see if the TestSuiteID provided is valid
- checkTestSuiteName
- in file xmlrpc.php, method TestlinkXMLRPCServer::checkTestSuiteName()
test suite name provided is valid
- createBuild
- in file xmlrpc.php, method TestlinkXMLRPCServer::createBuild()
Creates a new build for a specific test plan
- createTestCase
- in file xmlrpc.php, method TestlinkXMLRPCServer::createTestCase()
createTestCase
- createTestProject
- in file xmlrpc.php, method TestlinkXMLRPCServer::createTestProject()
create a test project
- createTestSuite
- in file xmlrpc.php, method TestlinkXMLRPCServer::createTestSuite()
create a test suite
- CUSTOMFIELD_NOT_APP_FOR_NODE_TYPE
- in file APIErrors.php, constant CUSTOMFIELD_NOT_APP_FOR_NODE_TYPE
Constants
- CUSTOMFIELD_NOT_APP_FOR_NODE_TYPE_STR
- in file APIErrors.php, constant CUSTOMFIELD_NOT_APP_FOR_NODE_TYPE_STR
Constants
- clientAddTestCaseToTestPlan.php
- procedural page clientAddTestCaseToTestPlan.php
- clientAssignRequirements.php
- procedural page clientAssignRequirements.php
- clientCreateTestCase.php
- procedural page clientCreateTestCase.php
- clientCreateTestProject.php
- procedural page clientCreateTestProject.php
- clientCreateTestSuite.php
- procedural page clientCreateTestSuite.php
- clientGetBuilds.php
- procedural page clientGetBuilds.php
- clientGetLastExecutionResult.php
- procedural page clientGetLastExecutionResult.php
- clientGetTestCaseAttachments.php
- procedural page clientGetTestCaseAttachments.php
- clientGetTestCaseCustomFieldDesignValue.php
- procedural page clientGetTestCaseCustomFieldDesignValue.php
- clientGetTestCasesForTestPlan.php
- procedural page clientGetTestCasesForTestPlan.php
- clientGetTestCasesForTestSuite.php
- procedural page clientGetTestCasesForTestSuite.php
- clientGetTestCasesIDByName.php
- procedural page clientGetTestCasesIDByName.php
- clientReportTCResult.php
- procedural page clientReportTCResult.php
- clientSample.php
- procedural page clientSample.php
- clientSample2.php
- procedural page clientSample2.php
g
- $guessParamName
- in file xmlrpc.php, variable TestlinkXMLRPCServer::$guessParamName
string for parameter names are all defined statically
- GENERAL_ERROR_CODE
- in file APIErrors.php, constant GENERAL_ERROR_CODE
a catch all generic error
- GENERAL_SUCCESS_CODE
- in file APIErrors.php, constant GENERAL_SUCCESS_CODE
Constants
- GENERAL_SUCCESS_STR
- in file APIErrors.php, constant GENERAL_SUCCESS_STR
Constants
- getAPIKey
- in file APIKey.php, method APIKey::getAPIKey()
- getAPIKeys
- in file APIKey.php, method APIKey::getAPIKeys()
- getBuildsForTestPlan
- in file xmlrpc.php, method TestlinkXMLRPCServer::getBuildsForTestPlan()
Gets a list of builds within a test plan
- getFirstLevelTestSuitesForTestProject
- in file xmlrpc.php, method TestlinkXMLRPCServer::getFirstLevelTestSuitesForTestProject()
- getLastExecutionResult
- in file xmlrpc.php, method TestlinkXMLRPCServer::getLastExecutionResult()
Gets the result of LAST EXECUTION for a particular testcase on a test plan, but WITHOUT checking for a particular build
- getLatestBuildForTestPlan
- in file xmlrpc.php, method TestlinkXMLRPCServer::getLatestBuildForTestPlan()
Gets the latest build by choosing the maximum build id for a specific test plan
- getProjects
- in file xmlrpc.php, method TestlinkXMLRPCServer::getProjects()
Gets a list of all projects
- getProjectTestPlans
- in file xmlrpc.php, method TestlinkXMLRPCServer::getProjectTestPlans()
Gets a list of test plans within a project
- getTestCaseAttachments
- in file xmlrpc.php, method TestlinkXMLRPCServer::getTestCaseAttachments()
Gets attachments for specified test case.
- getTestCaseCustomFieldDesignValue
- in file xmlrpc.php, method TestlinkXMLRPCServer::getTestCaseCustomFieldDesignValue()
Gets value of a Custom Field with scope='design' for a given Test case
- getTestCaseIDByName
- in file xmlrpc.php, method TestlinkXMLRPCServer::getTestCaseIDByName()
Find a test case by its name
- getTestCasesForTestPlan
- in file xmlrpc.php, method TestlinkXMLRPCServer::getTestCasesForTestPlan()
getTestCasesForTestPlan List test cases linked to a test plan
- getTestCasesForTestSuite
- in file xmlrpc.php, method TestlinkXMLRPCServer::getTestCasesForTestSuite()
List test cases within a test suite
- getTestSuitesForTestPlan
- in file xmlrpc.php, method TestlinkXMLRPCServer::getTestSuitesForTestPlan()
List test suites within a test plan alphabetically
i
- $importanceParamName
- in file xmlrpc.php, variable TestlinkXMLRPCServer::$importanceParamName
string for parameter names are all defined statically
- $internalIDParamName
- in file xmlrpc.php, variable TestlinkXMLRPCServer::$internalIDParamName
string for parameter names are all defined statically
- INSUFFICIENT_RIGHTS
- in file APIErrors.php, constant INSUFFICIENT_RIGHTS
Constants
- INSUFFICIENT_RIGHTS_STR
- in file APIErrors.php, constant INSUFFICIENT_RIGHTS_STR
Constants
- INVALID_AUTH
- in file APIErrors.php, constant INVALID_AUTH
2000 level - authentication errors
- INVALID_AUTH_STR
- in file APIErrors.php, constant INVALID_AUTH_STR
Constants
- INVALID_BUILDID
- in file APIErrors.php, constant INVALID_BUILDID
4000 level - Build errors
- INVALID_BUILDID_STR
- in file APIErrors.php, constant INVALID_BUILDID_STR
Constants
- INVALID_STATUS
- in file APIErrors.php, constant INVALID_STATUS
6000 level - Status errors
- INVALID_STATUS_STR
- in file APIErrors.php, constant INVALID_STATUS_STR
Constants
- INVALID_TCASEID
- in file APIErrors.php, constant INVALID_TCASEID
5000 level - Test Case errors
- INVALID_TCASEID_STR
- in file APIErrors.php, constant INVALID_TCASEID_STR
Constants
- INVALID_TESTCASE_EXTERNAL_ID
- in file APIErrors.php, constant INVALID_TESTCASE_EXTERNAL_ID
Constants
- INVALID_TESTCASE_EXTERNAL_ID_STR
- in file APIErrors.php, constant INVALID_TESTCASE_EXTERNAL_ID_STR
Constants
- INVALID_TESTCASE_VERSION_NUMBER
- in file APIErrors.php, constant INVALID_TESTCASE_VERSION_NUMBER
Constants
- INVALID_TESTCASE_VERSION_NUMBER_STR
- in file APIErrors.php, constant INVALID_TESTCASE_VERSION_NUMBER_STR
Constants
- INVALID_TESTPROJECTID
- in file APIErrors.php, constant INVALID_TESTPROJECTID
7000 level - Test Project errors
- INVALID_TESTPROJECTID_STR
- in file APIErrors.php, constant INVALID_TESTPROJECTID_STR
Constants
- INVALID_TESTSUITEID
- in file APIErrors.php, constant INVALID_TESTSUITEID
8000 level - Test Suite errors
- INVALID_TESTSUITEID_STR
- in file APIErrors.php, constant INVALID_TESTSUITEID_STR
Constants
- INVALID_TPLANID
- in file APIErrors.php, constant INVALID_TPLANID
3000 level - Test Plan errors
- INVALID_TPLANID_STR
- in file APIErrors.php, constant INVALID_TPLANID_STR
Constants
n
- $noteParamName
- in file xmlrpc.php, variable TestlinkXMLRPCServer::$noteParamName
string for parameter names are all defined statically
- NOT_YET_IMPLEMENTED
- in file APIErrors.php, constant NOT_YET_IMPLEMENTED
Constants
- NOT_YET_IMPLEMENTED_STR
- in file APIErrors.php, constant NOT_YET_IMPLEMENTED_STR
Constants
- NO_BUILDID
- in file APIErrors.php, constant NO_BUILDID
Constants
- NO_BUILDID_STR
- in file APIErrors.php, constant NO_BUILDID_STR
Constants
- NO_BUILD_FOR_TPLANID
- in file APIErrors.php, constant NO_BUILD_FOR_TPLANID
Constants
- NO_BUILD_FOR_TPLANID_STR
- in file APIErrors.php, constant NO_BUILD_FOR_TPLANID_STR
Constants
- NO_CUSTOMFIELD_BY_THIS_NAME
- in file APIErrors.php, constant NO_CUSTOMFIELD_BY_THIS_NAME
9000 level - Custom Fields
- NO_CUSTOMFIELD_BY_THIS_NAME_STR
- in file APIErrors.php, constant NO_CUSTOMFIELD_BY_THIS_NAME_STR
Constants
- NO_DEV_KEY
- in file APIErrors.php, constant NO_DEV_KEY
Error codes below 1000 are system level
- NO_DEV_KEY_STR
- in file APIErrors.php, constant NO_DEV_KEY_STR
Constants
- NO_STATUS
- in file APIErrors.php, constant NO_STATUS
Constants
- NO_STATUS_STR
- in file APIErrors.php, constant NO_STATUS_STR
Constants
- NO_TCASEEXTERNALID
- in file APIErrors.php, constant NO_TCASEEXTERNALID
Constants
- NO_TCASEEXTERNALID_STR
- in file APIErrors.php, constant NO_TCASEEXTERNALID_STR
Constants
- NO_TCASEID
- in file APIErrors.php, constant NO_TCASEID
Constants
- NO_TCASEID_STR
- in file APIErrors.php, constant NO_TCASEID_STR
Constants
- NO_TESTCASENAME
- in file APIErrors.php, constant NO_TESTCASENAME
Constants
- NO_TESTCASENAME_STR
- in file APIErrors.php, constant NO_TESTCASENAME_STR
Constants
- NO_TESTCASE_BY_THIS_NAME
- in file APIErrors.php, constant NO_TESTCASE_BY_THIS_NAME
Constants
- NO_TESTCASE_BY_THIS_NAME_STR
- in file APIErrors.php, constant NO_TESTCASE_BY_THIS_NAME_STR
Constants
- NO_TESTPROJECTID
- in file APIErrors.php, constant NO_TESTPROJECTID
Constants
- NO_TESTPROJECTID_STR
- in file APIErrors.php, constant NO_TESTPROJECTID_STR
Constants
- NO_TESTSUITEID
- in file APIErrors.php, constant NO_TESTSUITEID
Constants
- NO_TESTSUITEID_STR
- in file APIErrors.php, constant NO_TESTSUITEID_STR
Constants
- NO_TESTSUITENAME
- in file APIErrors.php, constant NO_TESTSUITENAME
Constants
- NO_TESTSUITENAME_STR
- in file APIErrors.php, constant NO_TESTSUITENAME_STR
Constants
- NO_TEST_MODE
- in file APIErrors.php, constant NO_TEST_MODE
Constants
- NO_TEST_MODE_STR
- in file APIErrors.php, constant NO_TEST_MODE_STR
Constants
- NO_TPLANID
- in file APIErrors.php, constant NO_TPLANID
Constants
- NO_TPLANID_STR
- in file APIErrors.php, constant NO_TPLANID_STR
Constants
- NO_USER_BY_THIS_LOGIN
- in file APIErrors.php, constant NO_USER_BY_THIS_LOGIN
10000 level - User
- NO_USER_BY_THIS_LOGIN_STR
- in file APIErrors.php, constant NO_USER_BY_THIS_LOGIN_STR
Constants
r
- $requirementsParamName
- in file xmlrpc.php, variable TestlinkXMLRPCServer::$requirementsParamName
string for parameter names are all defined statically
- repeat
- in file xmlrpc.php, method TestlinkXMLRPCServer::repeat()
Repeats a message back
- reportResult
- in file clientSample.php, function reportResult()
- reportTCResult
- in file xmlrpc.php, method TestlinkXMLRPCServer::reportTCResult()
Reports a result for a single test case
- REQSPEC_IS_EMPTY
- in file APIErrors.php, constant REQSPEC_IS_EMPTY
Constants
- REQSPEC_IS_EMPTY_STR
- in file APIErrors.php, constant REQSPEC_IS_EMPTY_STR
Constants
- REQSPEC_KO
- in file APIErrors.php, constant REQSPEC_KO
11000 level - Requirements
- REQSPEC_KO_STR
- in file APIErrors.php, constant REQSPEC_KO_STR
Constants
- REQSPEC_TPROJECT_KO
- in file APIErrors.php, constant REQSPEC_TPROJECT_KO
Constants
- REQSPEC_TPROJECT_KO_STR
- in file APIErrors.php, constant REQSPEC_TPROJECT_KO_STR
Constants
- REQ_KO
- in file APIErrors.php, constant REQ_KO
Constants
- REQ_KO_STR
- in file APIErrors.php, constant REQ_KO_STR
Constants
- REQ_REQSPEC_KO
- in file APIErrors.php, constant REQ_REQSPEC_KO
Constants
- REQ_REQSPEC_KO_STR
- in file APIErrors.php, constant REQ_REQSPEC_KO_STR
Constants
t
- $testCaseExternalIDParamName
- in file xmlrpc.php, variable TestlinkXMLRPCServer::$testCaseExternalIDParamName
string for parameter names are all defined statically
- $testCaseIDParamName
- in file xmlrpc.php, variable TestlinkXMLRPCServer::$testCaseIDParamName
string for parameter names are all defined statically
- $testCaseNameParamName
- in file xmlrpc.php, variable TestlinkXMLRPCServer::$testCaseNameParamName
string for parameter names are all defined statically
- $testCasePrefixParamName
- in file xmlrpc.php, variable TestlinkXMLRPCServer::$testCasePrefixParamName
string for parameter names are all defined statically
- $testModeParamName
- in file xmlrpc.php, variable TestlinkXMLRPCServer::$testModeParamName
string for parameter names are all defined statically
- $testPlanIDParamName
- in file xmlrpc.php, variable TestlinkXMLRPCServer::$testPlanIDParamName
string for parameter names are all defined statically
- $testProjectIDParamName
- in file xmlrpc.php, variable TestlinkXMLRPCServer::$testProjectIDParamName
string for parameter names are all defined statically
- $testProjectNameParamName
- in file xmlrpc.php, variable TestlinkXMLRPCServer::$testProjectNameParamName
string for parameter names are all defined statically
- $testSuiteIDParamName
- in file xmlrpc.php, variable TestlinkXMLRPCServer::$testSuiteIDParamName
string for parameter names are all defined statically
- $testSuiteNameParamName
- in file xmlrpc.php, variable TestlinkXMLRPCServer::$testSuiteNameParamName
string for parameter names are all defined statically
- $timeStampParamName
- in file xmlrpc.php, variable TestlinkXMLRPCServer::$timeStampParamName
string for parameter names are all defined statically
- TCASEID_NOT_INTEGER
- in file APIErrors.php, constant TCASEID_NOT_INTEGER
Constants
- TCASEID_NOT_INTEGER_STR
- in file APIErrors.php, constant TCASEID_NOT_INTEGER_STR
Constants
- TCASEID_NOT_IN_TPLANID
- in file APIErrors.php, constant TCASEID_NOT_IN_TPLANID
Constants
- TCASEID_NOT_IN_TPLANID_STR
- in file APIErrors.php, constant TCASEID_NOT_IN_TPLANID_STR
Constants
- TCASE_TPROJECT_KO
- in file APIErrors.php, constant TCASE_TPROJECT_KO
Constants
- TCASE_TPROJECT_KO_STR
- in file APIErrors.php, constant TCASE_TPROJECT_KO_STR
Constants
- TCASE_VERSION_NUMBER_KO
- in file APIErrors.php, constant TCASE_VERSION_NUMBER_KO
Constants
- TCASE_VERSION_NUMBER_KO_STR
- in file APIErrors.php, constant TCASE_VERSION_NUMBER_KO_STR
Constants
- TESTCASENAME_NOT_STRING
- in file APIErrors.php, constant TESTCASENAME_NOT_STRING
Constants
- TESTCASENAME_NOT_STRING_STR
- in file APIErrors.php, constant TESTCASENAME_NOT_STRING_STR
Constants
- TestlinkXMLRPCServer
- in file xmlrpc.php, class TestlinkXMLRPCServer
The entry class for serving XML-RPC Requests
- TESTPROJECTNAME_EXISTS
- in file APIErrors.php, constant TESTPROJECTNAME_EXISTS
Constants
- TESTPROJECTNAME_SINTAX_ERROR
- in file APIErrors.php, constant TESTPROJECTNAME_SINTAX_ERROR
Constants
- TESTPROJECT_TESTCASEPREFIX_EXISTS
- in file APIErrors.php, constant TESTPROJECT_TESTCASEPREFIX_EXISTS
Constants
- TESTPROJECT_TESTCASEPREFIX_IS_EMPTY
- in file APIErrors.php, constant TESTPROJECT_TESTCASEPREFIX_IS_EMPTY
Constants
- TESTPROJECT_TESTCASEPREFIX_IS_TOO_LONG
- in file APIErrors.php, constant TESTPROJECT_TESTCASEPREFIX_IS_TOO_LONG
Constants
- TESTSUITENAME_NOT_STRING
- in file APIErrors.php, constant TESTSUITENAME_NOT_STRING
Constants
- TESTSUITENAME_NOT_STRING_STR
- in file APIErrors.php, constant TESTSUITENAME_NOT_STRING_STR
Constants
- TESTSUITE_DONOTBELONGTO_TESTPROJECT
- in file APIErrors.php, constant TESTSUITE_DONOTBELONGTO_TESTPROJECT
Constants
- TESTSUITE_DONOTBELONGTO_TESTPROJECT_STR
- in file APIErrors.php, constant TESTSUITE_DONOTBELONGTO_TESTPROJECT_STR
Constants
- TEST_DB_HOST
- in file api.const.inc.php, constant TEST_DB_HOST
- TEST_DB_NAME
- in file api.const.inc.php, constant TEST_DB_NAME
- TEST_DB_PASS
- in file api.const.inc.php, constant TEST_DB_PASS
- TEST_DB_TYPE
- in file api.const.inc.php, constant TEST_DB_TYPE
- TEST_DB_USER
- in file api.const.inc.php, constant TEST_DB_USER
- TEST_DSN
- in file api.const.inc.php, constant TEST_DSN
DB Constants used for testing
- THIRD_PARTY_CODE
- in file clientSample.php, constant THIRD_PARTY_CODE
Need the IXR class for client
- TPLANID_NOT_INTEGER
- in file APIErrors.php, constant TPLANID_NOT_INTEGER
Constants
- TPLANID_NOT_INTEGER_STR
- in file APIErrors.php, constant TPLANID_NOT_INTEGER_STR
Constants
- TPLAN_HAS_NO_BUILDS
- in file APIErrors.php, constant TPLAN_HAS_NO_BUILDS
Constants
- TPLAN_HAS_NO_BUILDS_STR
- in file APIErrors.php, constant TPLAN_HAS_NO_BUILDS_STR
Constants
- TPLAN_TPROJECT_KO
- in file APIErrors.php, constant TPLAN_TPROJECT_KO
Constants
- TPLAN_TPROJECT_KO_STR
- in file APIErrors.php, constant TPLAN_TPROJECT_KO_STR
Constants
- TPROJECT_IS_EMPTY
- in file APIErrors.php, constant TPROJECT_IS_EMPTY
Constants
- TPROJECT_IS_EMPTY_STR
- in file APIErrors.php, constant TPROJECT_IS_EMPTY_STR
Constants
- TPROJECT_PREFIX_ALREADY_EXISTS
- in file APIErrors.php, constant TPROJECT_PREFIX_ALREADY_EXISTS
Constants
- TPROJECT_PREFIX_ALREADY_EXISTS_STR
- in file APIErrors.php, constant TPROJECT_PREFIX_ALREADY_EXISTS_STR
Constants
|
|