PHP Class Fisharebest\Webtrees\Module\ResearchTaskModule

Inheritance: extends Fisharebest\Webtrees\Module\AbstractModule, implements Fisharebest\Webtrees\Module\ModuleBlockInterface
Afficher le fichier Open project: fisharebest/webtrees

Méthodes publiques

Méthode 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 méthode

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

getBlock() public méthode

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[]
Résultat string

getDescription() public méthode

public getDescription ( )

getTitle() public méthode

public getTitle ( )

isGedcomBlock() public méthode

public isGedcomBlock ( )

isUserBlock() public méthode

public isUserBlock ( )

loadAjax() public méthode

public loadAjax ( )