示例#1
0
 public function equals(IdentifiesFormRequestSource $other) : bool
 {
     return $other->toString() == $this->toString();
 }
示例#2
0
文件: Form.php 项目: icehawk/forms
 public function hasTokenExpired() : bool
 {
     return $this->token->isExpired();
 }