File manager - Edit - /var/www/payraty/helpdesk/vendor/rector/rector/vendor/rector/rector-phpunit/src/ValueObject/DataProviderClassMethodRecipe.php
Back
<?php declare (strict_types=1); namespace Rector\PHPUnit\ValueObject; use PhpParser\Node\Arg; final class DataProviderClassMethodRecipe { /** * @readonly * @var string */ private $methodName; /** * @var Arg[] * @readonly */ private $args; /** * @param Arg[] $args */ public function __construct(string $methodName, array $args) { $this->methodName = $methodName; $this->args = $args; } public function getMethodName() : string { return $this->methodName; } /** * @return Arg[] */ public function getArgs() : array { return $this->args; } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings