Final Class Yiisoft\RequestModel\Attribute\NotFoundValue
| Inheritance | Yiisoft\ |
|---|
Public Methods
| Method | Description | Defined By |
|---|---|---|
| getInstance() | Yiisoft\ |
Method Details
| public static self getInstance ( ) |
public static function getInstance(): self
{
return self::$instance ??= new self();
}
User Contributed Notes
Leave a comment
Join the conversation to share a note.