23 lines
371 B
YAML
23 lines
371 B
YAML
|
name: GlobalLimit
|
||
|
class_comment: null
|
||
|
dependencies: []
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: __construct
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: maxAttempts
|
||
|
- name: decaySeconds
|
||
|
default: '60'
|
||
|
comment: '# * Create a new limit instance.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @param int $maxAttempts
|
||
|
|
||
|
# * @param int $decaySeconds
|
||
|
|
||
|
# * @return void'
|
||
|
traits: []
|
||
|
interfaces: []
|