45 lines
1 KiB
YAML
45 lines
1 KiB
YAML
|
name: TransitionBlockerList
|
||
|
class_comment: null
|
||
|
dependencies: []
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: __construct
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: blockers
|
||
|
default: '[]'
|
||
|
comment: "# * A list of transition blockers.\n# *\n# * @author Gr\xE9goire Pineau\
|
||
|
\ <lyrixx@lyrixx.info>\n# *\n# * @implements \\IteratorAggregate<int, TransitionBlocker>\n\
|
||
|
# */\n# final class TransitionBlockerList implements \\IteratorAggregate, \\Countable\n\
|
||
|
# {\n# private array $blockers;\n# \n# /**\n# * @param TransitionBlocker[] $blockers"
|
||
|
- name: add
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: blocker
|
||
|
comment: null
|
||
|
- name: has
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: code
|
||
|
comment: null
|
||
|
- name: clear
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: isEmpty
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: getIterator
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: count
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits: []
|
||
|
interfaces:
|
||
|
- \IteratorAggregate
|
||
|
- \IteratorAggregate
|