| 1 | <?php |
||
| 9 | class TemplatedPopup { |
||
| 10 | |||
| 11 | private $templateName; |
||
| 12 | private $extraParameter; |
||
| 13 | |||
| 14 | 2 | public function __construct( string $templateName, string $extraParameter ) { |
|
| 18 | |||
| 19 | 2 | public function getWikiText( string $fullTitle, $displayTitle, LatLongValue $latLong, array $properties ): string { |
|
| 36 | |||
| 37 | } |
||
| 38 |