Home
last modified time | relevance | path

Searched refs:DEFAULT_WIDTH (Results 1 – 2 of 2) sorted by relevance

/webtrees/app/Module/
H A DFanChartModule.php86 public const DEFAULT_WIDTH = 100; define in Fisharebest\\Webtrees\\Module\\FanChartModule
90 'width' => self::DEFAULT_WIDTH,
/webtrees/app/Http/RequestHandlers/
H A DRedirectFanChartPhp.php62 … $width = Validator::queryParams($request)->integer('width', FanChartModule::DEFAULT_WIDTH);