PHP 클래스 Fisharebest\Webtrees\Module\ResearchTaskModule

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

공개 메소드들

메소드 설명
configureBlock ( integer $block_id ) An HTML form to edit block settings
getBlock ( integer $block_id, boolean $template = true, string[] $cfg = [] ) : string Generate the HTML content of this block.
getDescription ( )
getTitle ( )
isGedcomBlock ( )
isUserBlock ( )
loadAjax ( )

메소드 상세

configureBlock() 공개 메소드

An HTML form to edit block settings
public configureBlock ( integer $block_id )
$block_id integer

getBlock() 공개 메소드

Generate the HTML content of this block.
public getBlock ( integer $block_id, boolean $template = true, string[] $cfg = [] ) : string
$block_id integer
$template boolean
$cfg string[]
리턴 string

getDescription() 공개 메소드

public getDescription ( )

getTitle() 공개 메소드

public getTitle ( )

isGedcomBlock() 공개 메소드

public isGedcomBlock ( )

isUserBlock() 공개 메소드

public isUserBlock ( )

loadAjax() 공개 메소드

public loadAjax ( )