0 follower

Final Class Yiisoft\RequestModel\Attribute\NotFoundValue

InheritanceYiisoft\RequestModel\Attribute\NotFoundValue

Method Details

Hide inherited methods

getInstance() public static method

public static self getInstance ( )

                public static function getInstance(): self
{
    return self::$instance ??= new self();
}