Diff #4 - trunk/docs/classes/notifications/armorcontroller/getcc.md Repo: apex/webapp Revision: 4 Filename: trunk/docs/classes/notifications/armorcontroller/getcc.md Size: 830 bytes Updated By: apex Date Updated: January 20, 2025 at 08:20 DiffFull Code Diff Index: getcc.md --- getcc.md (nonexistent) +++ getcc.md (revision 4) @@ -0,0 +1,34 @@ + +# ArmorController::getCc - Get cc + +### Usage + +> ?array ArmorController::getCc([ array $data = [] ]) + +### Description + +> If necessary, you can return the Cc e-mail address of the message here. Otherwise, return null. + +### Parameters + +Parameter | Required | Type | Description +------------- |------------- |------------- |------------- +data | No | array | + +### Return +> ?array +### See Also + +* getAvailableRecipients() +* getAvailableSenders() +* getBcc() +* getBroadcastIterator() +* getBroadcastRecipient() +* getConditionFormFields() +* getMergeFields() +* getMergeVars() +* getRecipients() +* getReplyTo() +* getSender() + + Full Code ArmorController::getCc - Get cc Usage ?array ArmorController::getCc([ array $data = [] ]) Description If necessary, you can return the Cc e-mail address of the message here. Otherwise, return null. Parameters Parameter Required Type Description data No array Return ?array See Also getAvailableRecipients() getAvailableSenders() getBcc() getBroadcastIterator() getBroadcastRecipient() getConditionFormFields() getMergeFields() getMergeVars() getRecipients() getReplyTo() getSender()