Stash\Interfaces\ItemInterface::expiresAt PHP Method

expiresAt() public method

Sets the expiration to a specific time.
public expiresAt ( DateTimeInterface $expiration ) : self
$expiration DateTimeInterface
return self
    public function expiresAt($expiration);