From 1ccf59ac7f31751c93e58557af55cd405037f7fa Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Sun, 24 Oct 2021 17:38:14 +0200 Subject: Rename several properties and method parameters * Rename "ID" property of the Item class to "id" * Rename "customID" constructor parameter to "id" * Rename "resourceURL" property of the Resource class to "url" * Rename "resourceURL" constructor parameter to "url" --- include/classes/Debugging/Pagelet.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/classes/Debugging/Pagelet.php') diff --git a/include/classes/Debugging/Pagelet.php b/include/classes/Debugging/Pagelet.php index 41eeb8f..9bae56e 100644 --- a/include/classes/Debugging/Pagelet.php +++ b/include/classes/Debugging/Pagelet.php @@ -2,7 +2,7 @@ namespace Debugging; class Pagelet extends \BigPipe\Pagelet { - public function __construct(string $customID = NULL, int $priority = self::PRIORITY_NORMAL) { + public function __construct(string $id = NULL, int $priority = self::PRIORITY_NORMAL) { parent::__construct(...func_get_args()); foreach(['INIT', 'LOADCSS', 'HTML', 'LOADJS', 'DONE'] as $phase) { -- cgit v1.2.3