class TransitionBlockerList implements IteratorAggregate, Countable
A list of transition blockers.
| __construct(array $blockers = array()) | ||
| void | add(TransitionBlocker $blocker) | |
| void | clear() | |
| bool | isEmpty() | |
| ArrayIterator|TransitionBlocker[] | getIterator() {@inheritdoc} | |
| int | count() |
| array | $blockers |
| TransitionBlocker | $blocker |
| void |
| void |
| bool |
{@inheritdoc}
| ArrayIterator|TransitionBlocker[] |
| int |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Workflow/TransitionBlockerList.html