0 follower

Final Class Yiisoft\Router\HydratorAttribute\RouteArgument

InheritanceYiisoft\Router\HydratorAttribute\RouteArgument
ImplementsYiisoft\Hydrator\Attribute\Parameter\ParameterAttributeInterface

Method Details

Hide inherited methods

__construct() public method

public mixed __construct ( string|null $name null )
$name string|null

                public function __construct(
    private readonly ?string $name = null
) {
}

            
getName() public method

public string|null getName ( )

                public function getName(): ?string
{
    return $this->name;
}

            
getResolver() public method

public string getResolver ( )

                public function getResolver(): string
{
    return RouteArgumentResolver::class;
}