diff options
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 51 | 
1 files changed, 43 insertions, 8 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #117 phalcon version 5.1.1 ] { +Extension [ <persistent> extension #117 phalcon version 5.1.2 ] {    - Dependencies {      Dependency [ pdo (Required) ] @@ -38765,10 +38765,10 @@ Extension [ <persistent> 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 [ <internal:phalcon> public method getLastProfile ] {            - Parameters [0] { @@ -38783,6 +38783,20 @@ Extension [ <persistent> extension #117 phalcon version 5.1.1 ] {            - Return [ int ]          } +        Method [ <internal:phalcon> public method getTotalElapsedNanoseconds ] { + +          - Parameters [0] { +          } +          - Return [ float ] +        } + +        Method [ <internal:phalcon> public method getTotalElapsedMilliseconds ] { + +          - Parameters [0] { +          } +          - Return [ float ] +        } +          Method [ <internal:phalcon> public method getTotalElapsedSeconds ] {            - Parameters [0] { @@ -38808,8 +38822,8 @@ Extension [ <persistent> extension #117 phalcon version 5.1.1 ] {            - Parameters [3] {              Parameter #0 [ <required> string $sqlStatement ] -            Parameter #1 [ <optional> $sqlVariables = <default> ] -            Parameter #2 [ <optional> $sqlBindTypes = <default> ] +            Parameter #1 [ <optional> array $sqlVariables = [] ] +            Parameter #2 [ <optional> array $sqlBindTypes = [] ]            }            - Return [ Phalcon\Db\Profiler ]          } @@ -38842,7 +38856,7 @@ Extension [ <persistent> extension #117 phalcon version 5.1.1 ] {          Property [ protected $sqlVariables = NULL ]        } -      - Methods [11] { +      - Methods [13] {          Method [ <internal:phalcon> public method getFinalTime ] {            - Parameters [0] { @@ -38878,6 +38892,20 @@ Extension [ <persistent> extension #117 phalcon version 5.1.1 ] {            - Return [ array ]          } +        Method [ <internal:phalcon> public method getTotalElapsedNanoseconds ] { + +          - Parameters [0] { +          } +          - Return [ float ] +        } + +        Method [ <internal:phalcon> public method getTotalElapsedMilliseconds ] { + +          - Parameters [0] { +          } +          - Return [ float ] +        } +          Method [ <internal:phalcon> public method getTotalElapsedSeconds ] {            - Parameters [0] { @@ -76919,7 +76947,7 @@ Extension [ <persistent> 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 [ <persistent> 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 [ <internal:phalcon, ctor> public method __construct ] { + +          - Parameters [0] { +          } +        } +          Method [ <internal:phalcon> public method clearVars ] {            - Parameters [0] {  | 
