From b46b43e3fef4803849433c750b3bca5d5aba1339 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 1 Apr 2025 07:51:58 +0200 Subject: update to 5.9.1 --- REFLECTION | 238 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 236 insertions(+), 2 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 4d34a5c..1ba6459 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #129 phalcon version 5.9.0 ] { +Extension [ extension #130 phalcon version 5.9.1 ] { - Dependencies { Dependency [ pdo (Required) ] @@ -74,7 +74,7 @@ Extension [ extension #129 phalcon version 5.9.0 ] { } } - - Classes [617] { + - Classes [618] { Interface [ interface Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { @@ -55634,6 +55634,240 @@ Extension [ extension #129 phalcon version 5.9.0 ] { } } + Class [ class Phalcon\Html\Helper\Breadcrumbs extends Phalcon\Html\Helper\AbstractHelper ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [9] { + Property [ protected $delimiter = '' ] + Property [ protected $escaper = NULL ] + Property [ protected $indent = ' ' ] + Property [ protected $indentLevel = 1 ] + Property [ private $attributes = NULL ] + Property [ private $data = NULL ] + Property [ private $separator = '
  • /
  • ' ] + Property [ private $template = NULL ] + Property [ private $interpolator = NULL ] + } + + - Methods [25] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + } + } + + Method [ public method __invoke ] { + + - Parameters [2] { + Parameter #0 [ string $indent = ] + Parameter #1 [ ?string $delimiter = ] + } + - Return [ Phalcon\Html\Helper\Breadcrumbs ] + } + + Method [ public method add ] { + + - Parameters [4] { + Parameter #0 [ string $text ] + Parameter #1 [ string $link = ] + Parameter #2 [ string $icon = ] + Parameter #3 [ array $attributes = [] ] + } + - Return [ Phalcon\Html\Helper\Breadcrumbs ] + } + + Method [ public method clear ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method clearAttributes ] { + + - Parameters [0] { + } + - Return [ Phalcon\Html\Helper\Breadcrumbs ] + } + + Method [ public method getAttributes ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getSeparator ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getTemplate ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method remove ] { + + - Parameters [1] { + Parameter #0 [ int $index ] + } + - Return [ void ] + } + + Method [ public method render ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method setAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ Phalcon\Html\Helper\Breadcrumbs ] + } + + Method [ public method setSeparator ] { + + - Parameters [1] { + Parameter #0 [ string $separator ] + } + - Return [ Phalcon\Html\Helper\Breadcrumbs ] + } + + Method [ public method setTemplate ] { + + - Parameters [3] { + Parameter #0 [ string $main ] + Parameter #1 [ string $line ] + Parameter #2 [ string $last ] + } + - Return [ Phalcon\Html\Helper\Breadcrumbs ] + } + + Method [ public method toArray ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ private method getLink ] { + + - Parameters [2] { + Parameter #0 [ string $template ] + Parameter #1 [ array $element ] + } + - Return [ string ] + } + + Method [ private method processAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method close ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw = ] + } + - Return [ string ] + } + + Method [ protected method indent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method orderAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } + + Method [ protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] + } + - Return [ string ] + } + + Method [ protected method renderAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + } + - Return [ string ] + } + + Method [ protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes = [] ] + Parameter #3 [ bool $raw = ] + } + - Return [ string ] + } + + Method [ protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + Parameter #2 [ string $close = ] + } + - Return [ string ] + } + + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + } + - Return [ string ] + } + } + } + Class [ class Phalcon\Html\Helper\Button extends Phalcon\Html\Helper\AbstractHelper ] { - Constants [0] { -- cgit