0 follower

Final Class Yiisoft\HttpMiddleware\TagRequest\TagProvider\TimeBasedTagProvider

InheritanceYiisoft\HttpMiddleware\TagRequest\TagProvider\TimeBasedTagProvider
ImplementsYiisoft\HttpMiddleware\TagRequest\TagProvider\TagProviderInterface

Represents a tag provider that generates a unique tag based on the current time and additional entropy.

See also https://www.php.net/manual/function.uniqid.php.

Method Details

Hide inherited methods

get() public method

public string get ( )

                public function get(): string
{
    return uniqid(more_entropy: true);
}