PHP 클래스 Fisharebest\Webtrees\Module\RecentChangesModule

상속: extends Fisharebest\Webtrees\Module\AbstractModule, implements Fisharebest\Webtrees\Module\ModuleBlockInterface
파일 보기 프로젝트 열기: fisharebest/webtrees

공개 메소드들

메소드 설명
configureBlock ( $block_id )
getBlock ( $block_id, $template = true, $cfg = [] )
getDescription ( )
getTitle ( )
isGedcomBlock ( )
isUserBlock ( )
loadAjax ( )

비공개 메소드들

메소드 설명
changesList ( array $records, string $sort, boolean $show_user ) : string Format a table of events
changesTable ( Fisharebest\Webtrees\GedcomRecord[] $records, string $sort, boolean $show_user ) : string Format a table of events
getRecentChanges ( Fisharebest\Webtrees\Tree $tree, integer $jd ) : Fisharebest\Webtrees\GedcomRecord[] Find records that have changed since a given julian day
sortByChangeDateAndName ( Fisharebest\Webtrees\GedcomRecord $a, Fisharebest\Webtrees\GedcomRecord $b ) : integer Sort the records by (1) last change date and (2) name
sortByNameAndChangeDate ( Fisharebest\Webtrees\GedcomRecord $a, Fisharebest\Webtrees\GedcomRecord $b ) : integer Sort the records by (1) name and (2) last change date

메소드 상세

configureBlock() 공개 메소드

public configureBlock ( $block_id )

getBlock() 공개 메소드

public getBlock ( $block_id, $template = true, $cfg = [] )

getDescription() 공개 메소드

public getDescription ( )

getTitle() 공개 메소드

public getTitle ( )

isGedcomBlock() 공개 메소드

public isGedcomBlock ( )

isUserBlock() 공개 메소드

public isUserBlock ( )

loadAjax() 공개 메소드

public loadAjax ( )