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 __construct( string|null $name null ): mixed
$name string|null

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

            
getName() public method

public getName( ): string|null

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

            
getResolver() public method

public getResolver( ): string

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