PHP Class TracTickets

Afficher le fichier Open project: lucatume/wp-browser Class Usage Examples

Protected Properties

Свойство Type Description
$trac_ticket_cache array When open tickets for a Trac install is requested, the results are stored here.

Méthodes publiques

Méthode Description
forcingKnownBugs ( )
isTracTicketClosed ( $trac_url, $ticket_id ) : boolean | null Checks if track ticket #$ticket_id is resolved
usingLocalCache ( )

Method Details

forcingKnownBugs() public static méthode

public static forcingKnownBugs ( )

isTracTicketClosed() public static méthode

Checks if track ticket #$ticket_id is resolved
public static isTracTicketClosed ( $trac_url, $ticket_id ) : boolean | null
Résultat boolean | null true if the ticket is resolved, false if not resolved, null on error

usingLocalCache() public static méthode

public static usingLocalCache ( )

Property Details

$trac_ticket_cache protected_oe static_oe property

When open tickets for a Trac install is requested, the results are stored here.
protected static array $trac_ticket_cache
Résultat array