From 45e8bb6de207437c0e887fa5af21138db93bf285 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 1 Dec 2022 09:04:56 +0100 Subject: update to 5.1.2 --- REFLECTION | 51 +++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 43 insertions(+), 8 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index e10be79..7f1264b 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #117 phalcon version 5.1.1 ] { +Extension [ extension #117 phalcon version 5.1.2 ] { - Dependencies { Dependency [ pdo (Required) ] @@ -38765,10 +38765,10 @@ Extension [ extension #117 phalcon version 5.1.1 ] { - Properties [3] { Property [ protected $activeProfile = NULL ] Property [ protected $allProfiles = NULL ] - Property [ protected $totalSeconds = 0 ] + Property [ protected $totalNanoseconds = 0 ] } - - Methods [7] { + - Methods [9] { Method [ public method getLastProfile ] { - Parameters [0] { @@ -38783,6 +38783,20 @@ Extension [ extension #117 phalcon version 5.1.1 ] { - Return [ int ] } + Method [ public method getTotalElapsedNanoseconds ] { + + - Parameters [0] { + } + - Return [ float ] + } + + Method [ public method getTotalElapsedMilliseconds ] { + + - Parameters [0] { + } + - Return [ float ] + } + Method [ public method getTotalElapsedSeconds ] { - Parameters [0] { @@ -38808,8 +38822,8 @@ Extension [ extension #117 phalcon version 5.1.1 ] { - Parameters [3] { Parameter #0 [ string $sqlStatement ] - Parameter #1 [ $sqlVariables = ] - Parameter #2 [ $sqlBindTypes = ] + Parameter #1 [ array $sqlVariables = [] ] + Parameter #2 [ array $sqlBindTypes = [] ] } - Return [ Phalcon\Db\Profiler ] } @@ -38842,7 +38856,7 @@ Extension [ extension #117 phalcon version 5.1.1 ] { Property [ protected $sqlVariables = NULL ] } - - Methods [11] { + - Methods [13] { Method [ public method getFinalTime ] { - Parameters [0] { @@ -38878,6 +38892,20 @@ Extension [ extension #117 phalcon version 5.1.1 ] { - Return [ array ] } + Method [ public method getTotalElapsedNanoseconds ] { + + - Parameters [0] { + } + - Return [ float ] + } + + Method [ public method getTotalElapsedMilliseconds ] { + + - Parameters [0] { + } + - Return [ float ] + } + Method [ public method getTotalElapsedSeconds ] { - Parameters [0] { @@ -76919,7 +76947,7 @@ Extension [ extension #117 phalcon version 5.1.1 ] { - Static methods [0] { } - - Properties [7] { + - Properties [8] { Property [ protected $blacklist = NULL ] Property [ protected $data = NULL ] Property [ protected $hideDocumentRoot = false ] @@ -76927,9 +76955,16 @@ Extension [ extension #117 phalcon version 5.1.1 ] { Property [ protected $showFileFragment = false ] Property [ protected $showFiles = true ] Property [ protected $uri = 'https://assets....' ] + Property [ private $version = NULL ] } - - Methods [22] { + - Methods [23] { + Method [ public method __construct ] { + + - Parameters [0] { + } + } + Method [ public method clearVars ] { - Parameters [0] { -- cgit