Property | Type | Description | |
---|---|---|---|
$trac_ticket_cache | array | When open tickets for a Trac install is requested, the results are stored here. |
Method | Description | |
---|---|---|
forcingKnownBugs ( ) | ||
isTracTicketClosed ( $trac_url, $ticket_id ) : boolean | null | Checks if track ticket #$ticket_id is resolved | |
usingLocalCache ( ) |
public static isTracTicketClosed ( $trac_url, $ticket_id ) : boolean | null | ||
return | boolean | null | true if the ticket is resolved, false if not resolved, null on error |
protected static array $trac_ticket_cache | ||
return | array |