From d1338cbb59d0752155f17d94b0b9b073df95183f Mon Sep 17 00:00:00 2001 From: George Halkiadakis Date: Sat, 27 May 2023 13:06:44 +0300 Subject: content model; add petition to database --- core/classes/Registry.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'core/classes/Registry.php') diff --git a/core/classes/Registry.php b/core/classes/Registry.php index 02a1ec5..d6606f6 100644 --- a/core/classes/Registry.php +++ b/core/classes/Registry.php @@ -20,9 +20,9 @@ */ class Registry { - /** STATIC PROPERTIES - * ------------------------------------------------------------------------- - */ + + ## STATIC PROPERTIES + ## ------------------------------------------------------------------------- /** @var array $records * keeps all ready-to-use records @@ -46,9 +46,9 @@ class Registry private static $wish = Array(); - /** METHODS - * ------------------------------------------------------------------------- - */ + + ## METHODS + ## ------------------------------------------------------------------------- /** set * --- -- -- - - - @@ -108,7 +108,7 @@ class Registry * the data/object/handler/etc until/if-ever is called. * * @param string $label : label / refference key - * @param function : + * @param callback $function : */ static function vow($label, $function) { -- cgit v1.2.3