PHP Class Fisharebest\Webtrees\Module\ResearchTaskModule

Inheritance: extends Fisharebest\Webtrees\Module\AbstractModule, implements Fisharebest\Webtrees\Module\ModuleBlockInterface
Datei anzeigen Open project: fisharebest/webtrees

Public Methods

Method Description
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 ( )

Method Details

configureBlock() public method

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

getBlock() public method

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[]
return string

getDescription() public method

public getDescription ( )

getTitle() public method

public getTitle ( )

isGedcomBlock() public method

public isGedcomBlock ( )

isUserBlock() public method

public isUserBlock ( )

loadAjax() public method

public loadAjax ( )