���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/rickpfrv/righteousmag.com/wp-content__a986334/plugins/wordpress-seo/vendor/yoast/whip/src/Whip_MessageDismisser.php
���ѧ٧ѧ�
<?php /** * WHIP libary file. * * @package Yoast\WHIP */ /** * A class to dismiss messages. */ class Whip_MessageDismisser { /** * Storage object to manage the dismissal state. * * @var Whip_DismissStorage */ protected $storage; /** * The current time. * * @var string */ protected $currentTime; /** * The number of seconds the message will be dismissed. * * @var int */ protected $threshold; /** * Whip_MessageDismisser constructor. * * @param int $currentTime The current time. * @param int $threshold The number of seconds the message will be dismissed. * @param Whip_DismissStorage $storage Storage object to manage the dismissal state. */ public function __construct( $currentTime, $threshold, Whip_DismissStorage $storage ) { $this->currentTime = $currentTime; $this->threshold = $threshold; $this->storage = $storage; } /** * Saves the version number to the storage to indicate the message as being dismissed. */ public function dismiss() { $this->storage->set( $this->currentTime ); } /** * Checks if the current time is lower than the stored time extended by the threshold. * * @return bool True when current time is lower than stored value + threshold. */ public function isDismissed() { return ( $this->currentTime <= ( $this->storage->get() + $this->threshold ) ); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�