PhilipBrown\Signature\Guards\CheckTimestamp::__construct PHP Method

__construct() public method

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