Netsutie PHP Toolkit
IssueRelatedIssues.php
Go to the documentation of this file.
1 <?php
9 
18  public $relationship;
19 
28  public $issueNumber;
29 
39 
40 
41 
42  static $paramtypesmap = array(
43 
44  "relationship" => "IssueRelationship",
45 
46  "issueNumber" => "RecordRef",
47 
48  "relationshipComment" => "string",
49 
50  );
51 
52 }