Final Class Yiisoft\RequestModel\Attribute\NotFoundValue
| Inheritance | Yiisoft\RequestModel\Attribute\NotFoundValue |
|---|
Public Methods
| Method | Description | Defined By |
|---|---|---|
| getInstance() | Yiisoft\RequestModel\Attribute\NotFoundValue |
Method Details
| public static self getInstance ( ) |
public static function getInstance(): self
{
return self::$instance ??= new self();
}
Signup or Login in order to comment.