PhilipBrown\Signature\Guards\CheckTimestamp::__construct PHP Méthode

__construct() public méthode

Create a new CheckTimestamp Guard
public __construct ( integer $grace = 600 ) : void
$grace integer
Résultat void
    public function __construct($grace = 600)
    {
        $this->grace = $grace;
    }
CheckTimestamp