Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
Vlkn
/
plugins-dist
/
dump
/
tests
/
Fixtures
/
Afficher
/
Minipage
:
Admin.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php declare(strict_types=1); namespace Spip\Afficher\Minipage; class Admin { /** * @param array<string,mixed> $params */ public function installDebutPage(array $params = []): string { return ''; } /** * @param array<string,mixed> $options */ public function page(string $corps, array $options = []): string { return ''; } public function installFinPage(): string { return ''; } }