diff options
| author | Remi Collet <remi@remirepo.net> | 2026-04-04 08:48:54 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-04-04 08:48:54 +0200 |
| commit | 224403f8d384d752d70667184ec96622e00a34cd (patch) | |
| tree | c333fab4ae4d1597ac907018fa1e06d55eb7e554 /REFLECTION | |
| parent | 30b5adceee6fd3542ace61d51271ccd8ec481426 (diff) | |
update to 5.11.0
drop pear/pecl dependency
sources from github
add pie virtual provides
add support for 8.5, drop 8.0
open https://github.com/phalcon/cphalcon/issues/16874
ext tree is unusable for PHP 8.5
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 511 |
1 files changed, 363 insertions, 148 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #141 phalcon version 5.10.0 ] { +Extension [ <persistent> extension #147 phalcon version 5.11.0 ] { - Dependencies { Dependency [ pdo (Required) ] @@ -18346,7 +18346,7 @@ Extension [ <persistent> extension #141 phalcon version 5.10.0 ] { } - Static properties [1] { - Property [ protected static $defaultDi = NULL ] + Property [ protected static $defaultContainer = NULL ] } - Static methods [3] { @@ -18373,13 +18373,14 @@ Extension [ <persistent> extension #141 phalcon version 5.10.0 ] { } } - - Properties [3] { + - Properties [4] { + Property [ protected $aliases = NULL ] + Property [ protected $eventsManager = NULL ] Property [ protected $services = NULL ] Property [ protected $sharedInstances = NULL ] - Property [ protected $eventsManager = NULL ] } - - Methods [23] { + - Methods [26] { Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [0] { @@ -18411,6 +18412,14 @@ Extension [ <persistent> extension #141 phalcon version 5.10.0 ] { } } + Method [ <internal:phalcon> public method getAlias ] { + + - Parameters [1] { + Parameter #0 [ <required> string $name ] + } + - Return [ string ] + } + Method [ <internal:phalcon> public method getInternalEventsManager ] { - Parameters [0] { @@ -18540,6 +18549,15 @@ Extension [ <persistent> extension #141 phalcon version 5.10.0 ] { - Return [ Phalcon\Di\ServiceInterface ] } + Method [ <internal:phalcon> public method setAlias ] { + + - Parameters [2] { + Parameter #0 [ <required> string $name ] + Parameter #1 [ <required> $aliases ] + } + - Return [ Phalcon\Di\Di ] + } + Method [ <internal:phalcon> public method setInternalEventsManager ] { - Parameters [1] { @@ -18564,6 +18582,14 @@ Extension [ <persistent> extension #141 phalcon version 5.10.0 ] { } - Return [ Phalcon\Di\ServiceInterface ] } + + Method [ <internal:phalcon> private method resolveAlias ] { + + - Parameters [1] { + Parameter #0 [ <required> string $name ] + } + - Return [ string ] + } } } @@ -21058,7 +21084,38 @@ Extension [ <persistent> extension #141 phalcon version 5.10.0 ] { - Static properties [0] { } - - Static methods [0] { + - Static methods [4] { + Method [ <internal:phalcon> static public method serviceCannotBeResolved ] { + + - Parameters [1] { + Parameter #0 [ <required> string $name ] + } + - Return [ Phalcon\Di\Exception ] + } + + Method [ <internal:phalcon> static public method serviceNotFound ] { + + - Parameters [1] { + Parameter #0 [ <required> string $name ] + } + - Return [ Phalcon\Di\Exception ] + } + + Method [ <internal:phalcon> static public method unknownServiceInParameter ] { + + - Parameters [1] { + Parameter #0 [ <required> int $position ] + } + - Return [ Phalcon\Di\Exception ] + } + + Method [ <internal:phalcon> static public method undefinedMethod ] { + + - Parameters [1] { + Parameter #0 [ <required> string $method ] + } + - Return [ Phalcon\Di\Exception ] + } } - Properties [4] { @@ -21148,7 +21205,7 @@ Extension [ <persistent> extension #141 phalcon version 5.10.0 ] { } - Static properties [1] { - Property [ protected static $defaultDi = NULL ] + Property [ protected static $defaultContainer = NULL ] } - Static methods [3] { @@ -21175,13 +21232,14 @@ Extension [ <persistent> extension #141 phalcon version 5.10.0 ] { } } - - Properties [3] { + - Properties [4] { + Property [ protected $aliases = NULL ] + Property [ protected $eventsManager = NULL ] Property [ protected $services = NULL ] Property [ protected $sharedInstances = NULL ] - Property [ protected $eventsManager = NULL ] } - - Methods [23] { + - Methods [25] { Method [ <internal:phalcon, overwrites Phalcon\Di\Di, ctor> public method __construct ] { - Parameters [0] { @@ -21213,6 +21271,14 @@ Extension [ <persistent> extension #141 phalcon version 5.10.0 ] { } } + Method [ <internal:phalcon, inherits Phalcon\Di\Di> public method getAlias ] { + + - Parameters [1] { + Parameter #0 [ <required> string $name ] + } + - Return [ string ] + } + Method [ <internal:phalcon, inherits Phalcon\Di\Di> public method getInternalEventsManager ] { - Parameters [0] { @@ -21342,6 +21408,15 @@ Extension [ <persistent> extension #141 phalcon version 5.10.0 ] { - Return [ Phalcon\Di\ServiceInterface ] } + Method [ <internal:phalcon, inherits Phalcon\Di\Di> public method setAlias ] { + + - Parameters [2] { + Parameter #0 [ <required> string $name ] + Parameter #1 [ <required> $aliases ] + } + - Return [ Phalcon\Di\Di ] + } + Method [ <internal:phalcon, inherits Phalcon\Di\Di> public method setInternalEventsManager ] { - Parameters [1] { @@ -24934,6 +25009,98 @@ Extension [ <persistent> extension #141 phalcon version 5.10.0 ] { } } + Class [ <internal:phalcon> class Phalcon\Support\Exception extends Exception implements Throwable, Stringable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] + } + + - Methods [10] { + Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { + + - Parameters [3] { + Parameter #0 [ <optional> string $message = "" ] + Parameter #1 [ <optional> int $code = 0 ] + Parameter #2 [ <optional> ?Throwable $previous = null ] + } + } + + Method [ <internal:Core, inherits Exception> public method __wakeup ] { + + - Parameters [0] { + } + - Tentative return [ void ] + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + + - Parameters [0] { + } + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + Class [ <internal:phalcon> class Phalcon\Acl\Adapter\Memory extends Phalcon\Acl\Adapter\AbstractAdapter implements Phalcon\Events\EventsAwareInterface, Phalcon\Acl\Adapter\AdapterInterface ] { - Constants [0] { @@ -38256,7 +38423,7 @@ Extension [ <persistent> extension #141 phalcon version 5.10.0 ] { } - Properties [16] { - Property [ protected $after = NULL ] + Property [ protected $after = '' ] Property [ protected $autoIncrement = false ] Property [ protected $bindType = 2 ] Property [ protected $comment = NULL ] @@ -38287,7 +38454,7 @@ Extension [ <persistent> extension #141 phalcon version 5.10.0 ] { - Parameters [0] { } - - Return [ ?string ] + - Return [ string ] } Method [ <internal:phalcon, prototype Phalcon\Db\ColumnInterface> public method getBindType ] { @@ -40945,7 +41112,38 @@ Extension [ <persistent> extension #141 phalcon version 5.10.0 ] { - Static properties [0] { } - - Static methods [0] { + - Static methods [4] { + Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method serviceCannotBeResolved ] { + + - Parameters [1] { + Parameter #0 [ <required> string $name ] + } + - Return [ Phalcon\Di\Exception ] + } + + Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method serviceNotFound ] { + + - Parameters [1] { + Parameter #0 [ <required> string $name ] + } + - Return [ Phalcon\Di\Exception ] + } + + Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method unknownServiceInParameter ] { + + - Parameters [1] { + Parameter #0 [ <required> int $position ] + } + - Return [ Phalcon\Di\Exception ] + } + + Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method undefinedMethod ] { + + - Parameters [1] { + Parameter #0 [ <required> string $method ] + } + - Return [ Phalcon\Di\Exception ] + } } - Properties [4] { @@ -41035,7 +41233,7 @@ Extension [ <persistent> extension #141 phalcon version 5.10.0 ] { } - Static properties [1] { - Property [ protected static $defaultDi = NULL ] + Property [ protected static $defaultContainer = NULL ] } - Static methods [3] { @@ -41062,13 +41260,14 @@ Extension [ <persistent> extension #141 phalcon version 5.10.0 ] { } } - - Properties [3] { + - Properties [4] { + Property [ protected $aliases = NULL ] + Property [ protected $eventsManager = NULL ] Property [ protected $services = NULL ] Property [ protected $sharedInstances = NULL ] - Property [ protected $eventsManager = NULL ] } - - Methods [23] { + - Methods [25] { Method [ <internal:phalcon, overwrites Phalcon\Di\FactoryDefault, ctor> public method __construct ] { - Parameters [0] { @@ -41100,6 +41299,14 @@ Extension [ <persistent> extension #141 phalcon version 5.10.0 ] { } } + Method [ <internal:phalcon, inherits Phalcon\Di\Di> public method getAlias ] { + + - Parameters [1] { + Parameter #0 [ <required> string $name ] + } + - Return [ string ] + } + Method [ <internal:phalcon, inherits Phalcon\Di\Di> public method getInternalEventsManager ] { - Parameters [0] { @@ -41229,6 +41436,15 @@ Extension [ <persistent> extension #141 phalcon version 5.10.0 ] { - Return [ Phalcon\Di\ServiceInterface ] } + Method [ <internal:phalcon, inherits Phalcon\Di\Di> public method setAlias ] { + + - Parameters [2] { + Parameter #0 [ <required> string $name ] + Parameter #1 [ <required> $aliases ] + } + - Return [ Phalcon\Di\Di ] + } + Method [ <internal:phalcon, inherits Phalcon\Di\Di> public method setInternalEventsManager ] { - Parameters [1] { @@ -43525,7 +43741,7 @@ Extension [ <persistent> extension #141 phalcon version 5.10.0 ] { Property [ private $token = NULL ] } - - Methods [13] { + - Methods [14] { Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [2] { @@ -43566,6 +43782,15 @@ Extension [ <persistent> extension #141 phalcon version 5.10.0 ] { - Return [ Phalcon\Encryption\Security\JWT\Validator ] } + Method [ <internal:phalcon> public method validateClaim ] { + + - Parameters [2] { + Parameter #0 [ <required> string $name ] + Parameter #1 [ <required> $value ] + } + - Return [ Phalcon\Encryption\Security\JWT\Validator ] + } + Method [ <internal:phalcon> public method validateAudience ] { - Parameters [1] { @@ -43651,7 +43876,7 @@ Extension [ <persistent> extension #141 phalcon version 5.10.0 ] { Method [ <internal:phalcon> public method base58 ] { - Parameters [1] { - Parameter #0 [ <optional> ?int $len = null ] + Parameter #0 [ <optional> int $len = 16 ] } - Return [ string ] } @@ -43659,7 +43884,7 @@ Extension [ <persistent> extension #141 phalcon version 5.10.0 ] { Method [ <internal:phalcon> public method base62 ] { - Parameters [1] { - Parameter #0 [ <optional> ?int $len = null ] + Parameter #0 [ <optional> int $len = 16 ] } - Return [ string ] } @@ -43667,7 +43892,7 @@ Extension [ <persistent> extension #141 phalcon version 5.10.0 ] { Method [ <internal:phalcon> public method base64 ] { - Parameters [1] { - Parameter #0 [ <optional> ?int $len = null ] + Parameter #0 [ <optional> int $len = 16 ] } - Return [ string ] } @@ -43675,7 +43900,7 @@ Extension [ <persistent> extension #141 phalcon version 5.10.0 ] { Method [ <internal:phalcon> public method base64Safe ] { - Parameters [2] { - Parameter #0 [ <optional> ?int $len = null ] + Parameter #0 [ <optional> int $len = 16 ] Parameter #1 [ <optional> bool $padding = false ] } - Return [ string ] @@ -43692,7 +43917,7 @@ Extension [ <persistent> extension #141 phalcon version 5.10.0 ] { Method [ <internal:phalcon> public method hex ] { - Parameters [1] { - Parameter #0 [ <optional> ?int $len = null ] + Parameter #0 [ <optional> int $len = 16 ] } - Return [ string ] } @@ -44591,7 +44816,7 @@ Extension [ <persistent> extension #141 phalcon version 5.10.0 ] { - Properties [0] { } - - Methods [2] { + - Methods [1] { Method [ <internal:phalcon> public method __invoke ] { - Parameters [2] { @@ -44599,14 +44824,6 @@ Extension [ <persistent> extension #141 phalcon version 5.10.0 ] { Parameter #1 [ <optional> int $filter = 0 ] } } - - Method [ <internal:phalcon> private method getIpAddressProtocolVersion ] { - - - Parameters [1] { - Parameter #0 [ <required> string $input ] - } - - Return [ int|false ] - } } } @@ -61263,7 +61480,7 @@ Extension [ <persistent> extension #141 phalcon version 5.10.0 ] { Property [ protected $name = NULL ] Property [ protected $options = NULL ] Property [ protected $path = NULL ] - Property [ protected $read = false ] + Property [ protected $isRead = false ] Property [ protected $restored = false ] Property [ protected $secure = true ] Property [ protected $signKey = NULL ] @@ -61596,7 +61813,7 @@ Extension [ <persistent> extension #141 phalcon version 5.10.0 ] { - Static methods [0] { } - - Properties [8] { + - Properties [9] { Property [ protected $container = NULL ] Property [ protected $filterService = NULL ] Property [ protected $httpMethodParameterOverride = false ] @@ -61605,9 +61822,10 @@ Extension [ <persistent> extension #141 phalcon version 5.10.0 ] { Property [ protected $rawBody = '' ] Property [ protected $strictHostCheck = false ] Property [ protected $trustedProxies = NULL ] + Property [ protected $trustedProxyHeader = '' ] } - - Methods [80] { + - Methods [83] { Method [ <internal:phalcon, prototype Phalcon\Http\RequestInterface> public method get ] { - Parameters [5] { @@ -62124,6 +62342,14 @@ Extension [ <persistent> extension #141 phalcon version 5.10.0 ] { - Return [ Phalcon\Http\RequestInterface ] } + Method [ <internal:phalcon> public method setTrustedProxyHeader ] { + + - Parameters [1] { + Parameter #0 [ <required> string $trustedProxyHeader ] + } + - Return [ Phalcon\Http\RequestInterface ] + } + Method [ <internal:phalcon> protected method isIpAddressInCIDR ] { - Parameters [2] { @@ -62218,6 +62444,21 @@ Extension [ <persistent> extension #141 phalcon version 5.10.0 ] { } } + Method [ <internal:phalcon> private method isProxyTrusted ] { + + - Parameters [1] { + Parameter #0 [ <required> string $ip ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon> private method isValidPublicIp ] { + + - Parameters [1] { + Parameter #0 [ <required> string $forwardedIp ] + } + } + Method [ <internal:phalcon> private method getPostData ] { - Parameters [1] { @@ -64362,17 +64603,18 @@ Extension [ <persistent> extension #141 phalcon version 5.10.0 ] { - Static methods [0] { } - - Properties [7] { + - Properties [8] { Property [ protected $defaultFormatter = 'Phalcon\\Logger\\Formatter\\Line' ] Property [ protected $formatter = NULL ] Property [ protected $inTransaction = false ] Property [ protected $queue = NULL ] + Property [ protected $handler = NULL ] Property [ protected $mode = 'ab' ] Property [ protected $name = NULL ] Property [ protected $options = NULL ] } - - Methods [16] { + - Methods [18] { Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [2] { @@ -64403,6 +64645,14 @@ Extension [ <persistent> extension #141 phalcon version 5.10.0 ] { - Return [ void ] } + Method [ <internal:phalcon> protected method phpFclose ] { + + - Parameters [1] { + Parameter #0 [ <required> $handle ] + } + - Return [ bool ] + } + Method [ <internal:phalcon> protected method phpFopen ] { - Parameters [2] { @@ -64411,6 +64661,14 @@ Extension [ <persistent> extension #141 phalcon version 5.10.0 ] { } } + Method [ <internal:phalcon> protected method phpFwrite ] { + + - Parameters [2] { + Parameter #0 [ <required> $handle ] + Parameter #1 [ <required> string $message ] + } + } + Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter\AbstractAdapter> public method __destruct ] { - Parameters [0] { @@ -79425,7 +79683,7 @@ Extension [ <persistent> extension #141 phalcon version 5.10.0 ] { - Static methods [0] { } - - Properties [8] { + - Properties [7] { Property [ protected $blacklist = NULL ] Property [ protected $data = NULL ] Property [ protected $hideDocumentRoot = false ] @@ -79433,16 +79691,9 @@ Extension [ <persistent> extension #141 phalcon version 5.10.0 ] { Property [ protected $showFileFragment = false ] Property [ protected $showFiles = true ] Property [ protected $uri = 'https://assets.phalcon.io/debug/5.0.x/' ] - Property [ private $version = NULL ] } - - Methods [23] { - Method [ <internal:phalcon, ctor> public method __construct ] { - - - Parameters [0] { - } - } - + - Methods [29] { Method [ <internal:phalcon> public method clearVars ] { - Parameters [0] { @@ -79604,12 +79855,68 @@ Extension [ <persistent> extension #141 phalcon version 5.10.0 ] { Method [ <internal:phalcon> final protected method showTraceItem ] { - Parameters [2] { - Parameter #0 [ <required> int $n ] + Parameter #0 [ <required> int $number ] Parameter #1 [ <required> array $trace ] } - Return [ string ] } + Method [ <internal:phalcon> private method closeTable ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon> private method printBacktrace ] { + + - Parameters [1] { + Parameter #0 [ <required> Throwable $exception ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> private method printExtraVariables ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon> private method printIncludedFiles ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon> private method printMemoryUsage ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon> private method printSuperglobal ] { + + - Parameters [2] { + Parameter #0 [ <required> array $source ] + Parameter #1 [ <required> string $div ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> private method printTableHeader ] { + + - Parameters [4] { + Parameter #0 [ <required> string $divId ] + Parameter #1 [ <required> string $headerOne ] + Parameter #2 [ <required> string $headerTwo ] + Parameter #3 [ <optional> string $colspan = '' ] + } + - Return [ string ] + } + Method [ <internal:phalcon> private method getArrVal ] { - Parameters [3] { @@ -79662,14 +79969,6 @@ Extension [ <persistent> extension #141 phalcon version 5.10.0 ] { - Return [ bool ] } - Method [ <internal:phalcon> public method setDetailed ] { - - - Parameters [1] { - Parameter #0 [ <required> bool $detailed ] - } - - Return [ void ] - } - Method [ <internal:phalcon> public method one ] { - Parameters [2] { @@ -79679,6 +79978,14 @@ Extension [ <persistent> extension #141 phalcon version 5.10.0 ] { - Return [ string ] } + Method [ <internal:phalcon> public method setDetailed ] { + + - Parameters [1] { + Parameter #0 [ <required> bool $flag ] + } + - Return [ void ] + } + Method [ <internal:phalcon> public method setStyles ] { - Parameters [1] { @@ -79731,99 +80038,7 @@ Extension [ <persistent> extension #141 phalcon version 5.10.0 ] { } } - Class [ <internal:phalcon> class Phalcon\Support\Debug\Exception extends Exception implements Throwable, Stringable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] - } - - - Methods [10] { - Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { - - - Parameters [3] { - Parameter #0 [ <optional> string $message = "" ] - Parameter #1 [ <optional> int $code = 0 ] - Parameter #2 [ <optional> ?Throwable $previous = null ] - } - } - - Method [ <internal:Core, inherits Exception> public method __wakeup ] { - - - Parameters [0] { - } - - Tentative return [ void ] - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { - - - Parameters [0] { - } - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { - - - Parameters [0] { - } - - Return [ int ] - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { - - - Parameters [0] { - } - - Return [ ?Throwable ] - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] { - - - Parameters [0] { - } - - Return [ string ] - } - } - } - - Class [ <internal:phalcon> class Phalcon\Support\Exception extends Exception implements Throwable, Stringable ] { + Class [ <internal:phalcon> class Phalcon\Support\Debug\Exception extends Phalcon\Support\Exception implements Stringable, Throwable ] { - Constants [0] { } |
