Final Class Yiisoft\Router\HydratorAttribute\RouteArgument
| Inheritance | Yiisoft\ |
|---|---|
| Implements | Yiisoft\ |
Public Methods
Method Details
| public mixed __construct ( ?string $name = null ) | ||
| $name | ?string | |
public function __construct(
private readonly ?string $name = null,
) {}
| public string getResolver ( ) |
public function getResolver(): string
{
return RouteArgumentResolver::class;
}
User Contributed Notes
Leave a comment
Join the conversation to share a note.