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