PHP Class TracTickets

Mostrar archivo Open project: lucatume/wp-browser Class Usage Examples

Protected Properties

Property Type Description
$trac_ticket_cache array When open tickets for a Trac install is requested, the results are stored here.

Public Methods

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

Method Details

forcingKnownBugs() public static method

public static forcingKnownBugs ( )

isTracTicketClosed() public static method

Checks if track ticket #$ticket_id is resolved
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

usingLocalCache() public static method

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
return array