File manager - Edit - /var/www/payraty/helpdesk/vendor/rector/rector/vendor/rector/rector-cakephp/src/ValueObject/ArrayItemsAndFluentClass.php
Back
<?php declare (strict_types=1); namespace Rector\CakePHP\ValueObject; use PhpParser\Node\Expr; use PhpParser\Node\Expr\ArrayItem; final class ArrayItemsAndFluentClass { /** * @var ArrayItem[] * @readonly */ private $arrayItems; /** * @var array<string, Expr> * @readonly */ private $fluentCalls; /** * @param ArrayItem[] $arrayItems * @param array<string, Expr> $fluentCalls */ public function __construct(array $arrayItems, array $fluentCalls) { $this->arrayItems = $arrayItems; $this->fluentCalls = $fluentCalls; } /** * @return ArrayItem[] */ public function getArrayItems() : array { return $this->arrayItems; } /** * @return array<string, Expr> */ public function getFluentCalls() : array { return $this->fluentCalls; } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings