From 2b9943dbb802afe322eb8f5bd928af2966bc09f7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 28 May 2018 12:29:55 +0200 Subject: update to 3.4.0 using zephir 0.10.10 --- REFLECTION | 230 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 213 insertions(+), 17 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index c0e3ab9..3f75be8 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #186 phalcon version 3.3.2 ] { +Extension [ extension #190 phalcon version 3.4.0 ] { - INI { Entry [ phalcon.db.escape_identifiers ] @@ -45,7 +45,7 @@ Extension [ extension #186 phalcon version 3.3.2 ] { } } - - Classes [396] { + - Classes [398] { Interface [ interface Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { @@ -11941,6 +11941,63 @@ Extension [ extension #186 phalcon version 3.3.2 ] { } } + Class [ class Phalcon\Crypt\Exception extends Phalcon\Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + Class [ class Phalcon\Di\FactoryDefault extends Phalcon\Di implements ArrayAccess, Phalcon\DiInterface ] { - Constants [0] { @@ -12232,7 +12289,7 @@ Extension [ extension #186 phalcon version 3.3.2 ] { Property [ protected $_notFoundPaths ] } - - Methods [41] { + - Methods [42] { Method [ public method __construct ] { - Parameters [1] { @@ -12322,6 +12379,14 @@ Extension [ extension #186 phalcon version 3.3.2 ] { } } + Method [ public method attach ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\Router\RouteInterface $route ] + Parameter #1 [ $position ] + } + } + Method [ public method add ] { - Parameters [4] { @@ -18083,13 +18148,25 @@ Extension [ extension #186 phalcon version 3.3.2 ] { - Static methods [0] { } - - Properties [3] { + - Properties [7] { Property [ protected $_key ] Property [ protected $_padding ] Property [ protected $_cipher ] + Property [ protected $availableCiphers ] + Property [ protected $ivLength ] + Property [ protected $hashAlgo ] + Property [ protected $useSigning ] } - - Methods [12] { + - Methods [21] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ $cipher ] + Parameter #1 [ $useSigning ] + } + } + Method [ public method setPadding ] { - Parameters [1] { @@ -18117,6 +18194,23 @@ Extension [ extension #186 phalcon version 3.3.2 ] { Method [ public method getKey ] { } + Method [ public method setHashAlgo ] { + + - Parameters [1] { + Parameter #0 [ $hashAlgo ] + } + } + + Method [ public method getHashAlgo ] { + } + + Method [ public method useSigning ] { + + - Parameters [1] { + Parameter #0 [ $useSigning ] + } + } + Method [ protected method _cryptPadText ] { - Parameters [4] { @@ -18173,10 +18267,37 @@ Extension [ extension #186 phalcon version 3.3.2 ] { Method [ public method getAvailableCiphers ] { } + + Method [ public method getAvailableHashAlgos ] { + } + + Method [ protected method assertCipherIsAvailable ] { + + - Parameters [1] { + Parameter #0 [ $cipher ] + } + } + + Method [ protected method assertHashAlgorithmAvailable ] { + + - Parameters [1] { + Parameter #0 [ $hashAlgo ] + } + } + + Method [ protected method getIvLength ] { + + - Parameters [1] { + Parameter #0 [ $cipher ] + } + } + + Method [ protected method initializeAvailableCiphers ] { + } } } - Class [ class Phalcon\Crypt\Exception extends Phalcon\Exception implements Throwable ] { + Class [ class Phalcon\Crypt\Mismatch extends Phalcon\Crypt\Exception implements Throwable ] { - Constants [0] { } @@ -26522,7 +26643,7 @@ Extension [ extension #186 phalcon version 3.3.2 ] { - Static methods [0] { } - - Properties [12] { + - Properties [13] { Property [ protected $_readed ] Property [ protected $_restored ] Property [ protected $_useEncryption ] @@ -26535,9 +26656,10 @@ Extension [ extension #186 phalcon version 3.3.2 ] { Property [ protected $_domain ] Property [ protected $_secure ] Property [ protected $_httpOnly ] + Property [ protected $signKey ] } - - Methods [22] { + - Methods [24] { Method [ public method __construct ] { - Parameters [7] { @@ -26551,6 +26673,13 @@ Extension [ extension #186 phalcon version 3.3.2 ] { } } + Method [ public method setSignKey ] { + + - Parameters [1] { + Parameter #0 [ $signKey ] + } + } + Method [ public method setDI ] { - Parameters [1] { @@ -26650,6 +26779,13 @@ Extension [ extension #186 phalcon version 3.3.2 ] { Method [ public method __toString ] { } + + Method [ protected method assertSignKeyIsLongEnough ] { + + - Parameters [1] { + Parameter #0 [ $signKey ] + } + } } } @@ -26730,7 +26866,7 @@ Extension [ extension #186 phalcon version 3.3.2 ] { Property [ protected $_strictHostCheck ] } - - Methods [64] { + - Methods [65] { Method [ public method getHttpMethodParameterOverride ] { } @@ -27011,6 +27147,9 @@ Extension [ extension #186 phalcon version 3.3.2 ] { Method [ public method getHeaders ] { } + Method [ protected method resolveAuthorizationHeaders ] { + } + Method [ public method getHTTPReferer ] { } @@ -27203,7 +27342,7 @@ Extension [ extension #186 phalcon version 3.3.2 ] { Property [ protected $_dependencyInjector ] } - - Methods [30] { + - Methods [31] { Method [ public method __construct ] { - Parameters [3] { @@ -27234,6 +27373,9 @@ Extension [ extension #186 phalcon version 3.3.2 ] { Method [ public method getStatusCode ] { } + Method [ public method getReasonPhrase ] { + } + Method [ public method setHeaders ] { - Parameters [1] { @@ -27394,15 +27536,28 @@ Extension [ extension #186 phalcon version 3.3.2 ] { - Static methods [0] { } - - Properties [4] { + - Properties [5] { Property [ protected $_dependencyInjector ] Property [ protected $_registered ] Property [ protected $_useEncryption ] Property [ protected $_cookies ] + Property [ protected $signKey ] } - - Methods [11] { + - Methods [12] { Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ $useEncryption ] + Parameter #1 [ $signKey ] + } + } + + Method [ public method setSignKey ] { + + - Parameters [1] { + Parameter #0 [ $signKey ] + } } Method [ public method setDI ] { @@ -28375,7 +28530,7 @@ Extension [ extension #186 phalcon version 3.3.2 ] { - Static methods [0] { } - - Properties [9] { + - Properties [10] { Property [ protected $_eventsManager ] Property [ protected $_foundPath ] Property [ protected $_checkedPath ] @@ -28385,9 +28540,17 @@ Extension [ extension #186 phalcon version 3.3.2 ] { Property [ protected $_directories ] Property [ protected $_files ] Property [ protected $_registered ] + Property [ protected $fileCheckingCallback ] } - - Methods [19] { + - Methods [20] { + Method [ public method setFileCheckingCallback ] { + + - Parameters [1] { + Parameter #0 [ $callback ] + } + } + Method [ public method setEventsManager ] { - Parameters [1] { @@ -30026,8 +30189,9 @@ Extension [ extension #186 phalcon version 3.3.2 ] { Method [ static public method aggregate ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ array or NULL $parameters ] + Parameter #1 [ array or NULL $options ] } } @@ -38107,7 +38271,7 @@ Extension [ extension #186 phalcon version 3.3.2 ] { Property [ protected $_routePrefix ] } - - Methods [48] { + - Methods [49] { Method [ public method addResource ] { - Parameters [2] { @@ -38250,6 +38414,14 @@ Extension [ extension #186 phalcon version 3.3.2 ] { Method [ public method getDefaults ] { } + Method [ public method attach ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\Router\RouteInterface $route ] + Parameter #1 [ $position ] + } + } + Method [ public method add ] { - Parameters [4] { @@ -45543,7 +45715,7 @@ Extension [ extension #186 phalcon version 3.3.2 ] { Method [ final public method __invoke ] { - Parameters [1] { - Parameter #0 [ $element ] + Parameter #0 [ $file ] } } } @@ -45572,6 +45744,30 @@ Extension [ extension #186 phalcon version 3.3.2 ] { } } } + + Class [ final class phalcon\2__closure ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ final public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ $element ] + } + } + } + } } } -- cgit