PHP 클래스 TracTickets

파일 보기 프로젝트 열기: lucatume/wp-browser 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$trac_ticket_cache array When open tickets for a Trac install is requested, the results are stored here.

공개 메소드들

메소드 설명
forcingKnownBugs ( )
isTracTicketClosed ( $trac_url, $ticket_id ) : boolean | null Checks if track ticket #$ticket_id is resolved
usingLocalCache ( )

메소드 상세

forcingKnownBugs() 공개 정적인 메소드

public static forcingKnownBugs ( )

isTracTicketClosed() 공개 정적인 메소드

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

usingLocalCache() 공개 정적인 메소드

public static usingLocalCache ( )

프로퍼티 상세

$trac_ticket_cache 보호되어 있는 정적으로 프로퍼티

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