From 0ed578da1a4de6c9a17fd89b14570a65d9cd4812 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 9 Aug 2022 07:40:41 +0200 Subject: update to 5.0.0RC4 --- REFLECTION | 437 +++++++++++++++++++++++++++++++------------------------------ 1 file changed, 224 insertions(+), 213 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index c2ff418..e722867 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #114 phalcon version 5.0.0RC3 ] { +Extension [ extension #115 phalcon version 5.0.0RC4 ] { - Dependencies { Dependency [ pdo (Required) ] @@ -3628,7 +3628,7 @@ Extension [ extension #114 phalcon version 5.0.0RC3 ] { Method [ abstract public method mask ] { - Parameters [1] { - Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $watermark ] + Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $mask ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } @@ -3654,7 +3654,7 @@ Extension [ extension #114 phalcon version 5.0.0RC3 ] { Method [ abstract public method render ] { - Parameters [2] { - Parameter #0 [ ?string $ext = ] + Parameter #0 [ ?string $extension = ] Parameter #1 [ int $quality = ] } - Return [ string ] @@ -3704,7 +3704,7 @@ Extension [ extension #114 phalcon version 5.0.0RC3 ] { Parameter #3 [ int $opacity = ] Parameter #4 [ string $color = ] Parameter #5 [ int $size = ] - Parameter #6 [ ?string $fontfile = ] + Parameter #6 [ ?string $fontFile = ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } @@ -4663,7 +4663,7 @@ Extension [ extension #114 phalcon version 5.0.0RC3 ] { - Parameters [0] { } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ ?Phalcon\Mvc\Router\RouteInterface ] } Method [ abstract public method getMatches ] { @@ -11247,7 +11247,7 @@ Extension [ extension #114 phalcon version 5.0.0RC3 ] { - Parameters [0] { } - - Return [ Phalcon\Cli\Router\RouteInterface ] + - Return [ ?Phalcon\Cli\Router\RouteInterface ] } Method [ abstract public method getMatches ] { @@ -19224,8 +19224,7 @@ Extension [ extension #114 phalcon version 5.0.0RC3 ] { - Constants [0] { } - - Static properties [1] { - Property [ protected static $checked = false ] + - Static properties [0] { } - Static methods [0] { @@ -19242,99 +19241,87 @@ Extension [ extension #114 phalcon version 5.0.0RC3 ] { } - Methods [21] { - Method [ public method getHeight ] { + Method [ public method background ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $color ] + Parameter #1 [ int $opacity = ] } - - Return [ int ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method getImage ] { + Method [ public method blur ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $radius ] } - - Return [ ?NULL ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method getMime ] { + Method [ public method crop ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ int $width ] + Parameter #1 [ int $height ] + Parameter #2 [ ?int $offsetX = ] + Parameter #3 [ ?int $offsetY = ] } - - Return [ string ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method getRealpath ] { + Method [ public method flip ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $direction ] } - - Return [ string ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method getType ] { + Method [ public method getHeight ] { - Parameters [0] { } - Return [ int ] } - Method [ public method getWidth ] { + Method [ public method getImage ] { - Parameters [0] { } - - Return [ int ] - } - - Method [ public method background ] { - - - Parameters [2] { - Parameter #0 [ string $color ] - Parameter #1 [ int $opacity = ] - } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method blur ] { + Method [ public method getMime ] { - - Parameters [1] { - Parameter #0 [ int $radius ] + - Parameters [0] { } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ string ] } - Method [ public method crop ] { + Method [ public method getRealpath ] { - - Parameters [4] { - Parameter #0 [ int $width ] - Parameter #1 [ int $height ] - Parameter #2 [ ?int $offsetX = ] - Parameter #3 [ ?int $offsetY = ] + - Parameters [0] { } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ string ] } - Method [ public method flip ] { + Method [ public method getType ] { - - Parameters [1] { - Parameter #0 [ int $direction ] + - Parameters [0] { } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ int ] } - Method [ public method liquidRescale ] { + Method [ public method getWidth ] { - - Parameters [4] { - Parameter #0 [ int $width ] - Parameter #1 [ int $height ] - Parameter #2 [ int $deltaX = ] - Parameter #3 [ int $rigidity = ] + - Parameters [0] { } - - Return [ Phalcon\Image\Adapter\AbstractAdapter ] + - Return [ int ] } Method [ public method mask ] { - Parameters [1] { - Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $watermark ] + Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $mask ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } @@ -19360,7 +19347,7 @@ Extension [ extension #114 phalcon version 5.0.0RC3 ] { Method [ public method render ] { - Parameters [2] { - Parameter #0 [ ?string $ext = ] + Parameter #0 [ ?string $extension = ] Parameter #1 [ int $quality = ] } - Return [ string ] @@ -19410,7 +19397,7 @@ Extension [ extension #114 phalcon version 5.0.0RC3 ] { Parameter #3 [ int $opacity = ] Parameter #4 [ string $color = ] Parameter #5 [ int $size = ] - Parameter #6 [ ?string $fontfile = ] + Parameter #6 [ ?string $fontFile = ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } @@ -19425,6 +19412,16 @@ Extension [ extension #114 phalcon version 5.0.0RC3 ] { } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } + + Method [ protected method checkHighLow ] { + + - Parameters [3] { + Parameter #0 [ int $value ] + Parameter #1 [ int $min = ] + Parameter #2 [ int $max = ] + } + - Return [ int ] + } } } @@ -22094,7 +22091,7 @@ Extension [ extension #114 phalcon version 5.0.0RC3 ] { - Parameters [0] { } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ ?Phalcon\Mvc\Router\RouteInterface ] } Method [ public method getMatches ] { @@ -29387,7 +29384,7 @@ Extension [ extension #114 phalcon version 5.0.0RC3 ] { - Parameters [0] { } - - Return [ Phalcon\Cli\Router\RouteInterface ] + - Return [ ?Phalcon\Cli\Router\RouteInterface ] } Method [ public method getMatches ] { @@ -60657,24 +60654,10 @@ Extension [ extension #114 phalcon version 5.0.0RC3 ] { - Constants [0] { } - - Static properties [1] { - Property [ protected static $checked = false ] + - Static properties [0] { } - - Static methods [2] { - Method [ static public method check ] { - - - Parameters [0] { - } - - Return [ bool ] - } - - Method [ static public method getVersion ] { - - - Parameters [0] { - } - - Return [ string ] - } + - Static methods [0] { } - Properties [7] { @@ -60687,7 +60670,7 @@ Extension [ extension #114 phalcon version 5.0.0RC3 ] { Property [ protected $width = NULL ] } - - Methods [38] { + - Methods [40] { Method [ public method __construct ] { - Parameters [3] { @@ -60703,14 +60686,22 @@ Extension [ extension #114 phalcon version 5.0.0RC3 ] { } } + Method [ public method getVersion ] { + + - Parameters [0] { + } + - Return [ string ] + } + Method [ protected method processBackground ] { - Parameters [4] { - Parameter #0 [ int $r ] - Parameter #1 [ int $g ] - Parameter #2 [ int $b ] + Parameter #0 [ int $red ] + Parameter #1 [ int $green ] + Parameter #2 [ int $blue ] Parameter #3 [ int $opacity ] } + - Return [ void ] } Method [ protected method processBlur ] { @@ -60718,6 +60709,7 @@ Extension [ extension #114 phalcon version 5.0.0RC3 ] { - Parameters [1] { Parameter #0 [ int $radius ] } + - Return [ void ] } Method [ protected method processCreate ] { @@ -60736,6 +60728,7 @@ Extension [ extension #114 phalcon version 5.0.0RC3 ] { Parameter #2 [ int $offsetX ] Parameter #3 [ int $offsetY ] } + - Return [ void ] } Method [ protected method processFlip ] { @@ -60743,6 +60736,7 @@ Extension [ extension #114 phalcon version 5.0.0RC3 ] { - Parameters [1] { Parameter #0 [ int $direction ] } + - Return [ void ] } Method [ protected method processMask ] { @@ -60757,6 +60751,7 @@ Extension [ extension #114 phalcon version 5.0.0RC3 ] { - Parameters [1] { Parameter #0 [ int $amount ] } + - Return [ void ] } Method [ protected method processReflection ] { @@ -60766,12 +60761,13 @@ Extension [ extension #114 phalcon version 5.0.0RC3 ] { Parameter #1 [ int $opacity ] Parameter #2 [ bool $fadeIn ] } + - Return [ void ] } Method [ protected method processRender ] { - Parameters [2] { - Parameter #0 [ string $ext ] + Parameter #0 [ string $extension ] Parameter #1 [ int $quality ] } } @@ -60782,6 +60778,7 @@ Extension [ extension #114 phalcon version 5.0.0RC3 ] { Parameter #0 [ int $width ] Parameter #1 [ int $height ] } + - Return [ void ] } Method [ protected method processRotate ] { @@ -60789,6 +60786,7 @@ Extension [ extension #114 phalcon version 5.0.0RC3 ] { - Parameters [1] { Parameter #0 [ int $degrees ] } + - Return [ void ] } Method [ protected method processSave ] { @@ -60797,6 +60795,7 @@ Extension [ extension #114 phalcon version 5.0.0RC3 ] { Parameter #0 [ string $file ] Parameter #1 [ int $quality ] } + - Return [ bool ] } Method [ protected method processSharpen ] { @@ -60804,21 +60803,23 @@ Extension [ extension #114 phalcon version 5.0.0RC3 ] { - Parameters [1] { Parameter #0 [ int $amount ] } + - Return [ void ] } Method [ protected method processText ] { - Parameters [9] { Parameter #0 [ string $text ] - Parameter #1 [ int $offsetX ] - Parameter #2 [ int $offsetY ] + Parameter #1 [ $offsetX ] + Parameter #2 [ $offsetY ] Parameter #3 [ int $opacity ] - Parameter #4 [ int $r ] - Parameter #5 [ int $g ] - Parameter #6 [ int $b ] + Parameter #4 [ int $red ] + Parameter #5 [ int $green ] + Parameter #6 [ int $blue ] Parameter #7 [ int $size ] - Parameter #8 [ string $fontfile ] + Parameter #8 [ ?string $fontFile = ] } + - Return [ void ] } Method [ protected method processWatermark ] { @@ -60829,101 +60830,97 @@ Extension [ extension #114 phalcon version 5.0.0RC3 ] { Parameter #2 [ int $offsetY ] Parameter #3 [ int $opacity ] } + - Return [ void ] } - Method [ public method getHeight ] { + Method [ private method check ] { - Parameters [0] { } - - Return [ int ] + - Return [ void ] } - Method [ public method getImage ] { + Method [ public method background ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $color ] + Parameter #1 [ int $opacity = ] } - - Return [ ?NULL ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method getMime ] { + Method [ public method blur ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $radius ] } - - Return [ string ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method getRealpath ] { + Method [ public method crop ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ int $width ] + Parameter #1 [ int $height ] + Parameter #2 [ ?int $offsetX = ] + Parameter #3 [ ?int $offsetY = ] } - - Return [ string ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method getType ] { + Method [ public method flip ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $direction ] } - - Return [ int ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method getWidth ] { + Method [ public method getHeight ] { - Parameters [0] { } - Return [ int ] } - Method [ public method background ] { + Method [ public method getImage ] { - - Parameters [2] { - Parameter #0 [ string $color ] - Parameter #1 [ int $opacity = ] + - Parameters [0] { } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method blur ] { + Method [ public method getMime ] { - - Parameters [1] { - Parameter #0 [ int $radius ] + - Parameters [0] { } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ string ] } - Method [ public method crop ] { + Method [ public method getRealpath ] { - - Parameters [4] { - Parameter #0 [ int $width ] - Parameter #1 [ int $height ] - Parameter #2 [ ?int $offsetX = ] - Parameter #3 [ ?int $offsetY = ] + - Parameters [0] { } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ string ] } - Method [ public method flip ] { + Method [ public method getType ] { - - Parameters [1] { - Parameter #0 [ int $direction ] + - Parameters [0] { } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ int ] } - Method [ public method liquidRescale ] { + Method [ public method getWidth ] { - - Parameters [4] { - Parameter #0 [ int $width ] - Parameter #1 [ int $height ] - Parameter #2 [ int $deltaX = ] - Parameter #3 [ int $rigidity = ] + - Parameters [0] { } - - Return [ Phalcon\Image\Adapter\AbstractAdapter ] + - Return [ int ] } Method [ public method mask ] { - Parameters [1] { - Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $watermark ] + Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $mask ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } @@ -60949,7 +60946,7 @@ Extension [ extension #114 phalcon version 5.0.0RC3 ] { Method [ public method render ] { - Parameters [2] { - Parameter #0 [ ?string $ext = ] + Parameter #0 [ ?string $extension = ] Parameter #1 [ int $quality = ] } - Return [ string ] @@ -60999,7 +60996,7 @@ Extension [ extension #114 phalcon version 5.0.0RC3 ] { Parameter #3 [ int $opacity = ] Parameter #4 [ string $color = ] Parameter #5 [ int $size = ] - Parameter #6 [ ?string $fontfile = ] + Parameter #6 [ ?string $fontFile = ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } @@ -61014,6 +61011,16 @@ Extension [ extension #114 phalcon version 5.0.0RC3 ] { } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } + + Method [ protected method checkHighLow ] { + + - Parameters [3] { + Parameter #0 [ int $value ] + Parameter #1 [ int $min = ] + Parameter #2 [ int $max = ] + } + - Return [ int ] + } } } @@ -61022,21 +61029,13 @@ Extension [ extension #114 phalcon version 5.0.0RC3 ] { - Constants [0] { } - - Static properties [2] { - Property [ protected static $checked = false ] - Property [ protected static $version = 0 ] + - Static properties [0] { } - - Static methods [1] { - Method [ static public method check ] { - - - Parameters [0] { - } - - Return [ bool ] - } + - Static methods [0] { } - - Properties [7] { + - Properties [8] { Property [ protected $file = NULL ] Property [ protected $height = NULL ] Property [ protected $image = NULL ] @@ -61044,6 +61043,7 @@ Extension [ extension #114 phalcon version 5.0.0RC3 ] { Property [ protected $realpath = NULL ] Property [ protected $type = NULL ] Property [ protected $width = NULL ] + Property [ protected $version = 0 ] } - Methods [40] { @@ -61062,11 +61062,15 @@ Extension [ extension #114 phalcon version 5.0.0RC3 ] { } } - Method [ public method getInternalImInstance ] { + Method [ public method liquidRescale ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ int $width ] + Parameter #1 [ int $height ] + Parameter #2 [ int $deltaX = ] + Parameter #3 [ int $rigidity = ] } - - Return [ Imagick ] + - Return [ Phalcon\Image\Adapter\AbstractAdapter ] } Method [ public method setResourceLimit ] { @@ -61081,9 +61085,9 @@ Extension [ extension #114 phalcon version 5.0.0RC3 ] { Method [ protected method processBackground ] { - Parameters [4] { - Parameter #0 [ int $r ] - Parameter #1 [ int $g ] - Parameter #2 [ int $b ] + Parameter #0 [ int $red ] + Parameter #1 [ int $green ] + Parameter #2 [ int $blue ] Parameter #3 [ int $opacity ] } - Return [ void ] @@ -61116,17 +61120,6 @@ Extension [ extension #114 phalcon version 5.0.0RC3 ] { - Return [ void ] } - Method [ protected method processLiquidRescale ] { - - - Parameters [4] { - Parameter #0 [ int $width ] - Parameter #1 [ int $height ] - Parameter #2 [ int $deltaX ] - Parameter #3 [ int $rigidity ] - } - - Return [ void ] - } - Method [ protected method processMask ] { - Parameters [1] { @@ -61193,6 +61186,7 @@ Extension [ extension #114 phalcon version 5.0.0RC3 ] { - Parameters [1] { Parameter #0 [ int $amount ] } + - Return [ void ] } Method [ protected method processText ] { @@ -61202,12 +61196,13 @@ Extension [ extension #114 phalcon version 5.0.0RC3 ] { Parameter #1 [ $offsetX ] Parameter #2 [ $offsetY ] Parameter #3 [ int $opacity ] - Parameter #4 [ int $r ] - Parameter #5 [ int $g ] - Parameter #6 [ int $b ] + Parameter #4 [ int $red ] + Parameter #5 [ int $green ] + Parameter #6 [ int $blue ] Parameter #7 [ int $size ] - Parameter #8 [ string $fontfile ] + Parameter #8 [ ?string $fontFile = ] } + - Return [ void ] } Method [ protected method processWatermark ] { @@ -61218,101 +61213,97 @@ Extension [ extension #114 phalcon version 5.0.0RC3 ] { Parameter #2 [ int $offsetY ] Parameter #3 [ int $opacity ] } + - Return [ void ] } - Method [ public method getHeight ] { + Method [ private method check ] { - Parameters [0] { } - - Return [ int ] + - Return [ void ] } - Method [ public method getImage ] { + Method [ public method background ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $color ] + Parameter #1 [ int $opacity = ] } - - Return [ ?NULL ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method getMime ] { + Method [ public method blur ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $radius ] } - - Return [ string ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method getRealpath ] { + Method [ public method crop ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ int $width ] + Parameter #1 [ int $height ] + Parameter #2 [ ?int $offsetX = ] + Parameter #3 [ ?int $offsetY = ] } - - Return [ string ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method getType ] { + Method [ public method flip ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $direction ] } - - Return [ int ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method getWidth ] { + Method [ public method getHeight ] { - Parameters [0] { } - Return [ int ] } - Method [ public method background ] { + Method [ public method getImage ] { - - Parameters [2] { - Parameter #0 [ string $color ] - Parameter #1 [ int $opacity = ] + - Parameters [0] { } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method blur ] { + Method [ public method getMime ] { - - Parameters [1] { - Parameter #0 [ int $radius ] + - Parameters [0] { } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ string ] } - Method [ public method crop ] { + Method [ public method getRealpath ] { - - Parameters [4] { - Parameter #0 [ int $width ] - Parameter #1 [ int $height ] - Parameter #2 [ ?int $offsetX = ] - Parameter #3 [ ?int $offsetY = ] + - Parameters [0] { } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ string ] } - Method [ public method flip ] { + Method [ public method getType ] { - - Parameters [1] { - Parameter #0 [ int $direction ] + - Parameters [0] { } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ int ] } - Method [ public method liquidRescale ] { + Method [ public method getWidth ] { - - Parameters [4] { - Parameter #0 [ int $width ] - Parameter #1 [ int $height ] - Parameter #2 [ int $deltaX = ] - Parameter #3 [ int $rigidity = ] + - Parameters [0] { } - - Return [ Phalcon\Image\Adapter\AbstractAdapter ] + - Return [ int ] } Method [ public method mask ] { - Parameters [1] { - Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $watermark ] + Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $mask ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } @@ -61338,7 +61329,7 @@ Extension [ extension #114 phalcon version 5.0.0RC3 ] { Method [ public method render ] { - Parameters [2] { - Parameter #0 [ ?string $ext = ] + Parameter #0 [ ?string $extension = ] Parameter #1 [ int $quality = ] } - Return [ string ] @@ -61388,7 +61379,7 @@ Extension [ extension #114 phalcon version 5.0.0RC3 ] { Parameter #3 [ int $opacity = ] Parameter #4 [ string $color = ] Parameter #5 [ int $size = ] - Parameter #6 [ ?string $fontfile = ] + Parameter #6 [ ?string $fontFile = ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } @@ -61403,6 +61394,16 @@ Extension [ extension #114 phalcon version 5.0.0RC3 ] { } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } + + Method [ protected method checkHighLow ] { + + - Parameters [3] { + Parameter #0 [ int $value ] + Parameter #1 [ int $min = ] + Parameter #2 [ int $max = ] + } + - Return [ int ] + } } } @@ -70964,7 +70965,7 @@ Extension [ extension #114 phalcon version 5.0.0RC3 ] { - Parameters [0] { } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ ?Phalcon\Mvc\Router\RouteInterface ] } Method [ public method getMatches ] { @@ -72687,7 +72688,7 @@ Extension [ extension #114 phalcon version 5.0.0RC3 ] { Property [ protected $view = NULL ] } - - Methods [45] { + - Methods [46] { Method [ public method __construct ] { - Parameters [1] { @@ -72874,8 +72875,9 @@ Extension [ extension #114 phalcon version 5.0.0RC3 ] { Method [ final public method expression ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ array $expr ] + Parameter #1 [ bool $doubleQuotes = ] } - Return [ string ] } @@ -72890,8 +72892,9 @@ Extension [ extension #114 phalcon version 5.0.0RC3 ] { Method [ public method functionCall ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ array $expr ] + Parameter #1 [ bool $doubleQuotes = ] } - Return [ string ] } @@ -73048,6 +73051,14 @@ Extension [ extension #114 phalcon version 5.0.0RC3 ] { Parameter #0 [ $statements ] } } + + Method [ private method isTagFactory ] { + + - Parameters [1] { + Parameter #0 [ array $expression ] + } + - Return [ bool ] + } } } @@ -79833,7 +79844,7 @@ Extension [ extension #114 phalcon version 5.0.0RC3 ] { - Return [ string ] } - Method [ static public method form ] { + Method [ static public method formLegacy ] { - Parameters [1] { Parameter #0 [ $parameters ] -- cgit