0 follower

Final Class Yiisoft\RequestModel\Attribute\NotFoundValue

InheritanceYiisoft\RequestModel\Attribute\NotFoundValue

Method Details

Hide inherited methods

getInstance() public static method

public static getInstance( ): self

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