[ Index ] |
|
Code source de Mantis 1.1.0rc3 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 258 lignes (9 kb) |
Inclus ou requis: | 1 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
mc_enum_status( $p_username, $p_password ) X-Ref |
Get all available status. param: string $p_username The name of the user trying to access the enumeration. param: string $p_password The password of the user. return: Array The requested enumeration |
mc_enum_priorities( $p_username, $p_password ) X-Ref |
Get all available priorities. param: string $p_username The name of the user trying to access the enumeration. param: string $p_password The password of the user. return: Array The requested enumeration |
mc_enum_severities( $p_username, $p_password ) X-Ref |
Get all available severities. param: string $p_username The name of the user trying to access the enumeration. param: string $p_password The password of the user. return: Array The requested enumeration |
mc_enum_reproducibilities( $p_username, $p_password ) X-Ref |
Get all available reproducibilities. param: string $p_username The name of the user trying to access the enumeration. param: string $p_password The password of the user. return: Array The requested enumeration |
mc_enum_projections( $p_username, $p_password ) X-Ref |
Get all available projections. param: string $p_username The name of the user trying to access the enumeration. param: string $p_password The password of the user. return: Array The requested enumeration |
mc_enum_etas( $p_username, $p_password ) X-Ref |
Get all available etas. param: string $p_username The name of the user trying to access the enumeration. param: string $p_password The password of the user. return: Array The requested enumeration |
mc_enum_resolutions( $p_username, $p_password ) X-Ref |
Get all available resolutions. param: string $p_username The name of the user trying to access the enumeration. param: string $p_password The password of the user. return: Array The requested enumeration |
mc_enum_access_levels( $p_username, $p_password ) X-Ref |
Get all available access levels. param: string $p_username The name of the user trying to access the enumeration. param: string $p_password The password of the user. return: Array The requested enumeration |
mc_enum_project_status( $p_username, $p_password ) X-Ref |
Get all available project status. param: string $p_username The name of the user trying to access the enumeration. param: string $p_password The password of the user. return: Array The requested enumeration |
mc_enum_project_view_states( $p_username, $p_password ) X-Ref |
Get all available project view states. param: string $p_username The name of the user trying to access the enumeration. param: string $p_password The password of the user. return: Array The requested enumeration |
mc_enum_view_states( $p_username, $p_password ) X-Ref |
Get all available view states. param: string $p_username The name of the user trying to access the enumeration. param: string $p_password The password of the user. return: Array The requested enumeration |
mc_enum_custom_field_types( $p_username, $p_password ) X-Ref |
Get all available custom field types. param: string $p_username The name of the user trying to access the enumeration. param: string $p_password The password of the user. return: Array The requested enumeration |
mc_enum_get( $p_username, $p_password, $p_enumeration ) X-Ref |
Get an appropriate enumeration. (Should become an internal function.) param: string $p_username The name of the user trying to access the enumeration. param: string $p_password The password of the user. param: string $p_enumeration The enumeration to get. return: string The requested enumeration. |
mci_explode_to_objectref( $p_config_enum_string ) X-Ref |
Explode a configuration enumeration string into an array structure that can be safely converted into an ObjectRef structure. param: string $p_config_enum_string The string to convert return: Array The converted enumeration |
mci_enum_get_array_by_id( $p_enum_id, $p_enum_type, $p_lang ) X-Ref |
Get a localized enumeration element. param: integer $p_enum_id The id of the enumeration element to retrieve. param: String $p_enum_type The type of the enumeration element (e.g. 'status', 'reproducibility' etc.). param: String $p_lang The language for the name field. return: Array an Array containing the id and the name of the enumeration element. |
mci_get_enum_value_from_label( $p_enum_string, $p_label ) X-Ref |
Get the enum id given the enum label. param: $p_enum_string The enum string to search in. param: $p_label The label to search for. return: The id corresponding to the given label, or 0 if not found. |
mci_get_enum_id_from_objectref( $p_enum, $p_object_ref ) X-Ref |
Get the enumeration id given an object ref. The id is set based on the following algorithm: - id from objectref. - id corresponding to name in object ref. - default value for the specified enumeration, if exists in configuration. - first id, if object ref doesn't contain an id or a name. param: string $p_enum The name of the enumeration as in the Mantis configuration file param: ObjectRef $p_object_ref An associate array with "id" and "name" keys. return: enum id |
Généré le : Thu Nov 29 09:42:17 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |