$_params
$_params : array
Base class for Whups' storage backend.
Copyright 2001-2002 Robert E. Coyle robertecoyle@hotmail.com Copyright 2001-2017 Horde LLC (http://www.horde.org/)
See the enclosed file LICENSE for license information (BSD). If you did not receive this file, see http://www.horde.org/licenses/bsdl.php.
setAttributes(array $info, \Whups_Ticket $ticket)
Set ticket attributes
array | $info | Attributes to set |
\Whups_Ticket | $ticket | The ticket which attributes to set. |
getAllTicketAttributesWithNames( $ticket_id) : array
Returns the attributes for a specific ticket.
This method will check if external attributes need to be fetched from hooks or whether to use the standard ones defined within Whups.
$ticket_id |
List of attributes.
mail(array $opts)
Sends email notifications to a list of recipients.
We do some ugly work in here to make sure that no one gets comments mailed to them that they shouldn't see (because of group permissions).
array | $opts | Option hash with notification information. Possible values:
|