From 91f67b9eaa3ff1426a620f42af4b6f7ec32189d3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 18 Nov 2019 08:18:03 +0100 Subject: update to 4.0.0-rc.3 --- REFLECTION | 951 ++++++++++++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 747 insertions(+), 204 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 88ad90b..ca3e3a3 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { +Extension [ extension #200 phalcon version 4.0.0-rc.3 ] { - Dependencies { Dependency [ pdo (Required) ] @@ -40,12 +40,12 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { Entry [ phalcon.orm.events ] Current = '1' } - Entry [ phalcon.orm.exception_on_failed_save ] - Current = '0' - } Entry [ phalcon.orm.exception_on_failed_metadata_save ] Current = '1' } + Entry [ phalcon.orm.exception_on_failed_save ] + Current = '0' + } Entry [ phalcon.orm.ignore_unknown_columns ] Current = '0' } @@ -66,7 +66,7 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { } } - - Classes [471] { + - Classes [477] { Interface [ interface Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { @@ -892,7 +892,7 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ string ] + - Return [ string or NULL ] } Method [ abstract public method getNonPrimaryKeyAttributes ] { @@ -2249,30 +2249,6 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { } } - Interface [ interface Phalcon\Logger\Formatter\FormatterInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [1] { - Method [ abstract public method format ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Logger\Item $item ] - } - } - } - } - Interface [ interface Phalcon\Mvc\Model\ResultsetInterface ] { - Constants [0] { @@ -2864,6 +2840,30 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { } } + Interface [ interface Phalcon\Logger\Formatter\FormatterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ abstract public method format ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Logger\Item $item ] + } + } + } + } + Interface [ interface Phalcon\Mvc\Model\BehaviorInterface ] { - Constants [0] { @@ -5030,6 +5030,31 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { } } + Interface [ interface Phalcon\Html\Link\Serializer\SerializerInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ abstract public method serialize ] { + + - Parameters [1] { + Parameter #0 [ array $links ] + } + - Return [ string or NULL ] + } + } + } + Interface [ interface Phalcon\Http\CookieInterface ] { - Constants [0] { @@ -5184,7 +5209,7 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { - Properties [0] { } - - Methods [49] { + - Methods [50] { Method [ abstract public method get ] { - Parameters [5] { @@ -5419,10 +5444,9 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { Method [ abstract public method hasFiles ] { - - Parameters [1] { - Parameter #0 [ boolean $onlySuccessful ] + - Parameters [0] { } - - Return [ integer ] + - Return [ boolean ] } Method [ abstract public method hasHeader ] { @@ -5557,6 +5581,14 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { } - Return [ boolean ] } + + Method [ abstract public method numFiles ] { + + - Parameters [1] { + Parameter #0 [ boolean $onlySuccessful ] + } + - Return [ integer ] + } } } @@ -7045,7 +7077,7 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { - Properties [0] { } - - Methods [47] { + - Methods [50] { Method [ abstract public method addBehavior ] { - Parameters [2] { @@ -7091,6 +7123,21 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { - Return [ Phalcon\Mvc\Model\RelationInterface ] } + Method [ abstract public method addHasOneThrough ] { + + - Parameters [8] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $fields ] + Parameter #2 [ string $intermediateModel ] + Parameter #3 [ $intermediateFields ] + Parameter #4 [ $intermediateReferencedFields ] + Parameter #5 [ string $referencedModel ] + Parameter #6 [ $referencedFields ] + Parameter #7 [ $options ] + } + - Return [ Phalcon\Mvc\Model\RelationInterface ] + } + Method [ abstract public method addHasManyToMany ] { - Parameters [8] { @@ -7158,6 +7205,15 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { - Return [ boolean ] } + Method [ abstract public method existsHasOneThrough ] { + + - Parameters [2] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] + } + - Return [ boolean ] + } + Method [ abstract public method existsHasManyToMany ] { - Parameters [2] { @@ -7221,6 +7277,14 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { - Return [ array ] } + Method [ abstract public method getHasOneThrough ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + Method [ abstract public method getHasOneAndHasMany ] { - Parameters [1] { @@ -10248,7 +10312,7 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { Property [ protected $lowerKeys ] } - - Methods [23] { + - Methods [25] { Method [ public method __construct ] { - Parameters [2] { @@ -10319,6 +10383,21 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { - Return [ Traversable ] } + Method [ public method getKeys ] { + + - Parameters [1] { + Parameter #0 [ boolean $insensitive ] + } + - Return [ array ] + } + + Method [ public method getValues ] { + + - Parameters [0] { + } + - Return [ array ] + } + Method [ public method has ] { - Parameters [1] { @@ -10908,7 +10987,7 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { Property [ protected $pathDelimiter ] } - - Methods [28] { + - Methods [30] { Method [ public method getPathDelimiter ] { - Parameters [0] { @@ -11036,6 +11115,21 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { - Return [ Traversable ] } + Method [ public method getKeys ] { + + - Parameters [1] { + Parameter #0 [ boolean $insensitive ] + } + - Return [ array ] + } + + Method [ public method getValues ] { + + - Parameters [0] { + } + - Return [ array ] + } + Method [ public method has ] { - Parameters [1] { @@ -11253,7 +11347,7 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ string ] + - Return [ string or NULL ] } Method [ public method getNonPrimaryKeyAttributes ] { @@ -14031,38 +14125,6 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { } } - Class [ abstract class Phalcon\Logger\Formatter\AbstractFormatter implements Phalcon\Logger\Formatter\FormatterInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [2] { - Method [ public method interpolate ] { - - - Parameters [2] { - Parameter #0 [ string $message ] - Parameter #1 [ $context ] - } - } - - Method [ abstract public method format ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Logger\Item $item ] - } - } - } - } - Class [ class Phalcon\Mvc\Model\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { @@ -16067,6 +16129,38 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { } } + Class [ abstract class Phalcon\Logger\Formatter\AbstractFormatter implements Phalcon\Logger\Formatter\FormatterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ public method interpolate ] { + + - Parameters [2] { + Parameter #0 [ string $message ] + Parameter #1 [ $context ] + } + } + + Method [ abstract public method format ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Logger\Item $item ] + } + } + } + } + Class [ abstract class Phalcon\Mvc\Model\Behavior implements Phalcon\Mvc\Model\BehaviorInterface ] { - Constants [0] { @@ -17186,6 +17280,99 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { } } + Class [ class Phalcon\Html\Link\Link implements Psr\Link\LinkInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $attributes ] + Property [ protected $href ] + Property [ protected $rels ] + Property [ protected $templated ] + } + + - Methods [6] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ string $rel ] + Parameter #1 [ string $href ] + Parameter #2 [ array $attributes ] + } + } + + Method [ public method getAttributes ] { + } + + Method [ public method getHref ] { + } + + Method [ public method getRels ] { + } + + Method [ public method isTemplated ] { + } + + Method [ protected method hrefIsTemplated ] { + + - Parameters [1] { + Parameter #0 [ string $href ] + } + - Return [ boolean ] + } + } + } + + Class [ class Phalcon\Html\Link\LinkProvider implements Psr\Link\LinkProviderInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $links ] + } + + - Methods [4] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $links ] + } + } + + Method [ public method getLinks ] { + } + + Method [ public method getLinksByRel ] { + + - Parameters [1] { + Parameter #0 [ $rel ] + } + } + + Method [ protected method getKey ] { + + - Parameters [1] { + Parameter #0 [ Psr\Link\LinkInterface $link ] + } + - Return [ string ] + } + } + } + Class [ class Phalcon\Mvc\Model\Transaction\Exception extends Phalcon\Mvc\Model\Exception implements Throwable ] { - Constants [0] { @@ -19600,7 +19787,7 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { Parameter #0 [ string $name ] Parameter #1 [ array $options ] } - - Return [ Phalcon\Annotations\Adapter\AbstractAdapter ] + - Return [ Phalcon\Annotations\Adapter\AdapterInterface ] } Method [ protected method getAdapters ] { @@ -23630,7 +23817,7 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { Property [ protected $lowerKeys ] } - - Methods [23] { + - Methods [25] { Method [ public method remove ] { - Parameters [1] { @@ -23718,6 +23905,21 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { - Return [ Traversable ] } + Method [ public method getKeys ] { + + - Parameters [1] { + Parameter #0 [ boolean $insensitive ] + } + - Return [ array ] + } + + Method [ public method getValues ] { + + - Parameters [0] { + } + - Return [ array ] + } + Method [ public method has ] { - Parameters [1] { @@ -23833,7 +24035,7 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { Property [ protected $pathDelimiter ] } - - Methods [28] { + - Methods [30] { Method [ public method __construct ] { - Parameters [2] { @@ -23961,6 +24163,21 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { - Return [ Traversable ] } + Method [ public method getKeys ] { + + - Parameters [1] { + Parameter #0 [ boolean $insensitive ] + } + - Return [ array ] + } + + Method [ public method getValues ] { + + - Parameters [0] { + } + - Return [ array ] + } + Method [ public method has ] { - Parameters [1] { @@ -24077,7 +24294,7 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { Property [ protected $pathDelimiter ] } - - Methods [30] { + - Methods [32] { Method [ public method __construct ] { - Parameters [2] { @@ -24221,6 +24438,21 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { - Return [ Traversable ] } + Method [ public method getKeys ] { + + - Parameters [1] { + Parameter #0 [ boolean $insensitive ] + } + - Return [ array ] + } + + Method [ public method getValues ] { + + - Parameters [0] { + } + - Return [ array ] + } + Method [ public method has ] { - Parameters [1] { @@ -24337,7 +24569,7 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { Property [ protected $pathDelimiter ] } - - Methods [28] { + - Methods [30] { Method [ public method __construct ] { - Parameters [1] { @@ -24464,6 +24696,21 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { - Return [ Traversable ] } + Method [ public method getKeys ] { + + - Parameters [1] { + Parameter #0 [ boolean $insensitive ] + } + - Return [ array ] + } + + Method [ public method getValues ] { + + - Parameters [0] { + } + - Return [ array ] + } + Method [ public method has ] { - Parameters [1] { @@ -24580,7 +24827,7 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { Property [ protected $pathDelimiter ] } - - Methods [28] { + - Methods [30] { Method [ public method __construct ] { - Parameters [1] { @@ -24707,6 +24954,21 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { - Return [ Traversable ] } + Method [ public method getKeys ] { + + - Parameters [1] { + Parameter #0 [ boolean $insensitive ] + } + - Return [ array ] + } + + Method [ public method getValues ] { + + - Parameters [0] { + } + - Return [ array ] + } + Method [ public method has ] { - Parameters [1] { @@ -24823,7 +25085,7 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { Property [ protected $pathDelimiter ] } - - Methods [28] { + - Methods [30] { Method [ public method __construct ] { - Parameters [2] { @@ -24951,6 +25213,21 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { - Return [ Traversable ] } + Method [ public method getKeys ] { + + - Parameters [1] { + Parameter #0 [ boolean $insensitive ] + } + - Return [ array ] + } + + Method [ public method getValues ] { + + - Parameters [0] { + } + - Return [ array ] + } + Method [ public method has ] { - Parameters [1] { @@ -25597,6 +25874,7 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { - Parameters [1] { Parameter #0 [ $config ] } + - Return [ Phalcon\Db\Adapter\AdapterInterface ] } Method [ public method newInstance ] { @@ -25605,7 +25883,7 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { Parameter #0 [ string $name ] Parameter #1 [ array $options ] } - - Return [ Phalcon\Db\Adapter\AbstractAdapter ] + - Return [ Phalcon\Db\Adapter\AdapterInterface ] } Method [ protected method getAdapters ] { @@ -37966,7 +38244,7 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { Property [ protected $lowerKeys ] } - - Methods [25] { + - Methods [27] { Method [ public method render ] { - Parameters [0] { @@ -38051,6 +38329,21 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { - Return [ Traversable ] } + Method [ public method getKeys ] { + + - Parameters [1] { + Parameter #0 [ boolean $insensitive ] + } + - Return [ array ] + } + + Method [ public method getValues ] { + + - Parameters [0] { + } + - Return [ array ] + } + Method [ public method has ] { - Parameters [1] { @@ -39021,7 +39314,166 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { } } - Class [ class Phalcon\Html\Helper\Label extends Phalcon\Html\Helper\AbstractHelper ] { + Class [ class Phalcon\Html\Helper\Label extends Phalcon\Html\Helper\AbstractHelper ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $escaper ] + } + + - Methods [7] { + Method [ public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] + } + } + + Method [ protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ boolean $raw ] + } + - Return [ string ] + } + + Method [ protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method orderAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } + + Method [ protected method renderAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Html\Helper\TextArea extends Phalcon\Html\Helper\AbstractHelper ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $escaper ] + } + + - Methods [7] { + Method [ public method __invoke ] { + + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] + } + } + + Method [ protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ boolean $raw ] + } + - Return [ string ] + } + + Method [ protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method orderAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } + + Method [ protected method renderAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Html\Link\EvolvableLink extends Phalcon\Html\Link\Link implements Psr\Link\LinkInterface, Psr\Link\EvolvableLinkInterface ] { - Constants [0] { } @@ -39032,75 +39484,82 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { - Static methods [0] { } - - Properties [1] { - Property [ protected $escaper ] + - Properties [4] { + Property [ protected $attributes ] + Property [ protected $href ] + Property [ protected $rels ] + Property [ protected $templated ] } - - Methods [7] { - Method [ public method __invoke ] { + - Methods [11] { + Method [ public method withAttribute ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [2] { + Parameter #0 [ $attribute ] + Parameter #1 [ $value ] } - - Return [ string ] } - Method [ public method __construct ] { + Method [ public method withHref ] { - Parameters [1] { - Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] + Parameter #0 [ $href ] } } - Method [ protected method renderFullElement ] { + Method [ public method withRel ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes ] - Parameter #3 [ boolean $raw ] + - Parameters [1] { + Parameter #0 [ $rel ] } - - Return [ string ] } - Method [ protected method renderElement ] { + Method [ public method withoutAttribute ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes ] + - Parameters [1] { + Parameter #0 [ $attribute ] } - - Return [ string ] } - Method [ protected method orderAttributes ] { + Method [ public method withoutRel ] { - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + - Parameters [1] { + Parameter #0 [ $rel ] } - - Return [ array ] } - Method [ protected method renderAttributes ] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [3] { + Parameter #0 [ string $rel ] + Parameter #1 [ string $href ] + Parameter #2 [ array $attributes ] } - - Return [ string ] } - Method [ protected method selfClose ] { + Method [ public method getAttributes ] { + } - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes ] + Method [ public method getHref ] { + } + + Method [ public method getRels ] { + } + + Method [ public method isTemplated ] { + } + + Method [ protected method hrefIsTemplated ] { + + - Parameters [1] { + Parameter #0 [ string $href ] } - - Return [ string ] + - Return [ boolean ] } } } - Class [ class Phalcon\Html\Helper\TextArea extends Phalcon\Html\Helper\AbstractHelper ] { + Class [ class Phalcon\Html\Link\EvolvableLinkProvider extends Phalcon\Html\Link\LinkProvider implements Psr\Link\LinkProviderInterface, Psr\Link\EvolvableLinkProviderInterface ] { - Constants [0] { } @@ -39112,70 +39571,72 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { } - Properties [1] { - Property [ protected $escaper ] + Property [ protected $links ] } - - Methods [7] { - Method [ public method __invoke ] { + - Methods [6] { + Method [ public method withLink ] { - - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ array $attributes ] + - Parameters [1] { + Parameter #0 [ Psr\Link\LinkInterface $link ] } - - Return [ string ] } - Method [ public method __construct ] { + Method [ public method withoutLink ] { - Parameters [1] { - Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] + Parameter #0 [ Psr\Link\LinkInterface $link ] } } - Method [ protected method renderFullElement ] { + Method [ public method __construct ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes ] - Parameter #3 [ boolean $raw ] + - Parameters [1] { + Parameter #0 [ array $links ] } - - Return [ string ] } - Method [ protected method renderElement ] { - - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes ] - } - - Return [ string ] + Method [ public method getLinks ] { } - Method [ protected method orderAttributes ] { + Method [ public method getLinksByRel ] { - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + - Parameters [1] { + Parameter #0 [ $rel ] } - - Return [ array ] } - Method [ protected method renderAttributes ] { + Method [ protected method getKey ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ Psr\Link\LinkInterface $link ] } - Return [ string ] } + } + } - Method [ protected method selfClose ] { + Class [ class Phalcon\Html\Link\Serializer\Header implements Phalcon\Html\Link\Serializer\SerializerInterface ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes ] + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method serialize ] { + + - Parameters [1] { + Parameter #0 [ array $links ] } - - Return [ string ] + - Return [ string or NULL ] } } } @@ -41586,7 +42047,7 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { Property [ private $strictHostCheck ] } - - Methods [69] { + - Methods [70] { Method [ public method getHttpMethodParameterOverride ] { - Parameters [0] { @@ -41865,10 +42326,9 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { Method [ public method hasFiles ] { - - Parameters [1] { - Parameter #0 [ boolean $onlySuccessful ] + - Parameters [0] { } - - Return [ integer ] + - Return [ boolean ] } Method [ final public method hasHeader ] { @@ -42026,6 +42486,14 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { - Return [ boolean ] } + Method [ public method numFiles ] { + + - Parameters [1] { + Parameter #0 [ boolean $onlySuccessful ] + } + - Return [ integer ] + } + Method [ public method setParameterFilters ] { - Parameters [3] { @@ -44846,39 +45314,6 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { } } - Class [ class Phalcon\Logger\Formatter\Syslog extends Phalcon\Logger\Formatter\AbstractFormatter implements Phalcon\Logger\Formatter\FormatterInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [2] { - Method [ public method format ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Logger\Item $item ] - } - - Return [ array ] - } - - Method [ public method interpolate ] { - - - Parameters [2] { - Parameter #0 [ string $message ] - Parameter #1 [ $context ] - } - } - } - } - Class [ class Phalcon\Logger\Item ] { - Constants [0] { @@ -44963,6 +45398,7 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { - Parameters [1] { Parameter #0 [ $config ] } + - Return [ Phalcon\Logger ] } Method [ public method newInstance ] { @@ -46812,7 +47248,7 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { Property [ protected $uniqueTypes ] } - - Methods [82] { + - Methods [83] { Method [ public method getTransaction ] { } @@ -47374,6 +47810,20 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { - Return [ Phalcon\Mvc\Model\Relation ] } + Method [ protected method hasOneThrough ] { + + - Parameters [7] { + Parameter #0 [ $fields ] + Parameter #1 [ string $intermediateModel ] + Parameter #2 [ $intermediateFields ] + Parameter #3 [ $intermediateReferencedFields ] + Parameter #4 [ string $referenceModel ] + Parameter #5 [ $referencedFields ] + Parameter #6 [ $options ] + } + - Return [ Phalcon\Mvc\Model\Relation ] + } + Method [ protected method keepSnapshots ] { - Parameters [1] { @@ -48015,7 +48465,7 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { - Static methods [0] { } - - Properties [25] { + - Properties [27] { Property [ protected $aliases ] Property [ protected $behaviors ] Property [ protected $belongsTo ] @@ -48030,6 +48480,8 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { Property [ protected $hasManyToManySingle ] Property [ protected $hasOne ] Property [ protected $hasOneSingle ] + Property [ protected $hasOneThrough ] + Property [ protected $hasOneThroughSingle ] Property [ protected $initialized ] Property [ protected $keepSnapshots ] Property [ protected $lastInitialized ] @@ -48043,7 +48495,7 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { Property [ protected $reusable ] } - - Methods [62] { + - Methods [65] { Method [ public method setDI ] { - Parameters [1] { @@ -48328,6 +48780,21 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { - Return [ Phalcon\Mvc\Model\RelationInterface ] } + Method [ public method addHasOneThrough ] { + + - Parameters [8] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $fields ] + Parameter #2 [ string $intermediateModel ] + Parameter #3 [ $intermediateFields ] + Parameter #4 [ $intermediateReferencedFields ] + Parameter #5 [ string $referencedModel ] + Parameter #6 [ $referencedFields ] + Parameter #7 [ $options ] + } + - Return [ Phalcon\Mvc\Model\RelationInterface ] + } + Method [ public method addBelongsTo ] { - Parameters [5] { @@ -48394,6 +48861,15 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { - Return [ boolean ] } + Method [ public method existsHasOneThrough ] { + + - Parameters [2] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] + } + - Return [ boolean ] + } + Method [ public method existsHasManyToMany ] { - Parameters [2] { @@ -48512,6 +48988,14 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { - Return [ array ] } + Method [ public method getHasOneThrough ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + Method [ public method getHasManyToMany ] { - Parameters [1] { @@ -48710,7 +49194,7 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ string ] + - Return [ string or NULL ] } Method [ public method getNonPrimaryKeyAttributes ] { @@ -49024,7 +49508,7 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ string ] + - Return [ string or NULL ] } Method [ public method getNonPrimaryKeyAttributes ] { @@ -49340,7 +49824,7 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ string ] + - Return [ string or NULL ] } Method [ public method getNonPrimaryKeyAttributes ] { @@ -49637,7 +50121,7 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ string ] + - Return [ string or NULL ] } Method [ public method getNonPrimaryKeyAttributes ] { @@ -50032,7 +50516,7 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ string ] + - Return [ string or NULL ] } Method [ public method getNonPrimaryKeyAttributes ] { @@ -55227,7 +55711,7 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { Property [ protected $lowerKeys ] } - - Methods [23] { + - Methods [25] { Method [ final public method __construct ] { - Parameters [1] { @@ -55399,6 +55883,21 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { - Return [ void ] } + Method [ public method getKeys ] { + + - Parameters [1] { + Parameter #0 [ boolean $insensitive ] + } + - Return [ array ] + } + + Method [ public method getValues ] { + + - Parameters [0] { + } + - Return [ array ] + } + Method [ protected method setData ] { - Parameters [2] { @@ -56035,7 +56534,7 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { Property [ private $session ] } - - Methods [25] { + - Methods [27] { Method [ public method __construct ] { - Parameters [1] { @@ -56145,6 +56644,21 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { - Return [ Traversable ] } + Method [ public method getKeys ] { + + - Parameters [1] { + Parameter #0 [ boolean $insensitive ] + } + - Return [ array ] + } + + Method [ public method getValues ] { + + - Parameters [0] { + } + - Return [ array ] + } + Method [ public method has ] { - Parameters [1] { @@ -58983,6 +59497,7 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { - Parameters [1] { Parameter #0 [ string $name ] } + - Return [ Phalcon\Factory\ValidatorInterface ] } Method [ protected method getAdapters ] { @@ -63307,6 +63822,34 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { - Properties [0] { } + - Methods [1] { + Method [ final public method __invoke ] { + + - Parameters [5] { + Parameter #0 [ $number ] + Parameter #1 [ $message ] + Parameter #2 [ $file ] + Parameter #3 [ $line ] + Parameter #4 [ $context ] + } + } + } + } + + Class [ final class phalcon\3__closure ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + - Methods [1] { Method [ final public method __invoke ] { @@ -63317,7 +63860,7 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { } } - Class [ final class phalcon\3__closure ] { + Class [ final class phalcon\4__closure ] { - Constants [0] { } @@ -63341,7 +63884,7 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { } } - Class [ final class phalcon\4__closure ] { + Class [ final class phalcon\5__closure ] { - Constants [0] { } @@ -63369,7 +63912,7 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { } } - Class [ final class phalcon\5__closure ] { + Class [ final class phalcon\6__closure ] { - Constants [0] { } @@ -63397,7 +63940,7 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { } } - Class [ final class phalcon\6__closure ] { + Class [ final class phalcon\7__closure ] { - Constants [0] { } @@ -63425,7 +63968,7 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { } } - Class [ final class phalcon\7__closure ] { + Class [ final class phalcon\8__closure ] { - Constants [0] { } @@ -63449,7 +63992,7 @@ Extension [ extension #200 phalcon version 4.0.0-rc.2 ] { } } - Class [ final class phalcon\8__closure ] { + Class [ final class phalcon\9__closure ] { - Constants [0] { } -- cgit