summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Bugzilla/Component.pm10
1 files changed, 6 insertions, 4 deletions
diff --git a/Bugzilla/Component.pm b/Bugzilla/Component.pm
index 5be6a4240..f18963946 100644
--- a/Bugzilla/Component.pm
+++ b/Bugzilla/Component.pm
@@ -487,10 +487,12 @@ Component.pm represents a Product Component object.
Params: $param - If you pass an integer, the integer is the
component ID from the database that we want to
- read in. If you pass in a hash with the 'name'
- and 'product' keys, then the value of the name
- key is the name of a component being in the given
- product.
+ read in.
+ However, If you pass in a hash, it must contain
+ two keys:
+ name (string): the name of the component
+ product (object): an object of Bugzilla::Product
+ representing the product that the component belongs to.
Returns: A Bugzilla::Component object.