From e78abe1c3e6f1f2106ffcc2f4e15b3cba7a909c3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 13 Feb 2023 08:18:49 +0100 Subject: update to 1.10.0 --- REFLECTION | 39 ++++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 19 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 922ae36..344ccf2 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #75 ice version 1.9.0 ] { +Extension [ extension #77 ice version 1.10.0 ] { - Dependencies { } @@ -1932,7 +1932,7 @@ Extension [ extension #75 ice version 1.9.0 ] { - Static properties [3] { Property [ protected static $opcodes = NULL ] Property [ protected static $fragmentSize = 4096 ] - Property [ protected static $magic = '258EAFA5-E914-4...' ] + Property [ protected static $magic = '258EAFA5-E914-47DA-95CA-C5AB0DC85B11' ] } - Static methods [0] { @@ -3649,7 +3649,7 @@ Extension [ extension #75 ice version 1.9.0 ] { Property [ protected $rules = NULL ] Property [ protected $messages = NULL ] Property [ protected $isLoaded = NULL ] - Property [ protected $userClass = 'Ice\Auth\Driver...' ] + Property [ protected $userClass = 'Ice\\Auth\\Driver\\Model\\Roles\\Users' ] } - Methods [65] { @@ -4184,8 +4184,8 @@ Extension [ extension #75 ice version 1.9.0 ] { Property [ protected $from = 'roles_users' ] Property [ protected $autoincrement = false ] Property [ protected $primary = NULL ] - Property [ protected $userClass = 'Ice\Auth\Driver...' ] - Property [ protected $roleClass = 'Ice\Auth\Driver...' ] + Property [ protected $userClass = 'Ice\\Auth\\Driver\\Model\\Users' ] + Property [ protected $roleClass = 'Ice\\Auth\\Driver\\Model\\Roles' ] } - Methods [65] { @@ -4720,10 +4720,10 @@ Extension [ extension #75 ice version 1.9.0 ] { Property [ protected $rules = NULL ] Property [ protected $messages = NULL ] Property [ protected $isLoaded = NULL ] - Property [ protected $roleClass = 'Ice\Auth\Driver...' ] - Property [ protected $tokenClass = 'Ice\Auth\Driver...' ] - Property [ protected $userClass = 'Ice\Auth\Driver...' ] - Property [ protected $socialClass = 'Ice\Auth\Driver...' ] + Property [ protected $roleClass = 'Ice\\Auth\\Driver\\Model\\Roles' ] + Property [ protected $tokenClass = 'Ice\\Auth\\Driver\\Model\\Users\\Tokens' ] + Property [ protected $userClass = 'Ice\\Auth\\Driver\\Model\\Roles\\Users' ] + Property [ protected $socialClass = 'Ice\\Auth\\Driver\\Model\\Users\\Social' ] } - Methods [67] { @@ -5271,7 +5271,7 @@ Extension [ extension #75 ice version 1.9.0 ] { Property [ protected $messages = NULL ] Property [ protected $isLoaded = NULL ] Property [ protected $from = 'user_social' ] - Property [ protected $userClass = 'Ice\Auth\Driver...' ] + Property [ protected $userClass = 'Ice\\Auth\\Driver\\Model\\Users' ] } - Methods [66] { @@ -5812,7 +5812,7 @@ Extension [ extension #75 ice version 1.9.0 ] { Property [ protected $messages = NULL ] Property [ protected $isLoaded = NULL ] Property [ protected $from = 'user_tokens' ] - Property [ protected $userClass = 'Ice\Auth\Driver...' ] + Property [ protected $userClass = 'Ice\\Auth\\Driver\\Model\\Users' ] } - Methods [67] { @@ -7337,7 +7337,7 @@ Extension [ extension #75 ice version 1.9.0 ] { - Static properties [3] { Property [ protected static $opcodes = NULL ] Property [ protected static $fragmentSize = 4096 ] - Property [ protected static $magic = '258EAFA5-E914-4...' ] + Property [ protected static $magic = '258EAFA5-E914-47DA-95CA-C5AB0DC85B11' ] } - Static methods [0] { @@ -7535,7 +7535,7 @@ Extension [ extension #75 ice version 1.9.0 ] { - Static properties [3] { Property [ protected static $opcodes = NULL ] Property [ protected static $fragmentSize = 4096 ] - Property [ protected static $magic = '258EAFA5-E914-4...' ] + Property [ protected static $magic = '258EAFA5-E914-47DA-95CA-C5AB0DC85B11' ] } - Static methods [0] { @@ -8674,7 +8674,7 @@ Extension [ extension #75 ice version 1.9.0 ] { - Parameters [1] { Parameter #0 [ string $id ] } - - Return [ NULL ] + - Return [ object ] } Method [ public method getDateTime ] { @@ -9429,8 +9429,8 @@ Extension [ extension #75 ice version 1.9.0 ] { - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] - Property [ protected $file = NULL ] - Property [ protected $line = NULL ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] } - Methods [11] { @@ -9454,6 +9454,7 @@ Extension [ extension #75 ice version 1.9.0 ] { - Parameters [0] { } + - Tentative return [ void ] } Method [ final public method getMessage ] { @@ -10306,7 +10307,7 @@ Extension [ extension #75 ice version 1.9.0 ] { - Parameters [1] { Parameter #0 [ string $contet ] } - - Return [ NULL ] + - Return [ object ] } Method [ public method finalize ] { @@ -14268,7 +14269,7 @@ Extension [ extension #75 ice version 1.9.0 ] { - Parameters [1] { Parameter #0 [ array $parameters ] } - - Return [ NULL ] + - Return [ object ] } Method [ public method textField ] { @@ -15943,7 +15944,7 @@ Extension [ extension #75 ice version 1.9.0 ] { Constant [ public int RC ] { 3 } Constant [ public int STABLE ] { 4 } Constant [ public int MAJOR ] { 1 } - Constant [ public int MINOR ] { 9 } + Constant [ public int MINOR ] { 10 } Constant [ public int PATCH ] { 0 } Constant [ public int STAGE ] { 4 } Constant [ public int BUILD ] { 0 } -- cgit