Final Class Yiisoft\RequestModel\Attribute\Query
| Inheritance | Yiisoft\ |
|---|---|
| Implements | Yiisoft\ |
Public Methods
| Method | Description | Defined By |
|---|---|---|
| __construct() | Yiisoft\ |
|
| getName() | Yiisoft\ |
|
| getResolverClassName() | Yiisoft\ |
Method Details
| public mixed __construct ( ?string $name = null ) | ||
| $name | ?string | |
public function __construct(private ?string $name = null)
{
}
| public string getResolverClassName ( ) |
public function getResolverClassName(): string
{
return QueryResolver::class;
}
User Contributed Notes
Leave a comment
Join the conversation to share a note.