Список заблокированных переходов
класс TransitionBlockerList реализует IteratorAggregate, Countable
Список заблокированных переходов.
Методы
| __construct(array $blockers = array()) | ||
| void | add(TransitionBlocker $blocker) | |
| void | clear() | |
| bool | isEmpty() | |
| ArrayIterator|TransitionBlocker[] | getIterator() {@inheritdoc} | |
| int | count() |
Подробное описание
__construct(array $blockers = array())
Параметры
| array | $blockers |
void add(TransitionBlocker $blocker)
Параметры
| TransitionBlocker | $blocker |
Возвращаемое значение
| void |
void clear()
Возвращаемое значение
| void |
bool isEmpty()
Возвращаемое значение
| bool |
ArrayIterator|TransitionBlocker[] getIterator()
{@inheritdoc}
Возвращаемое значение
| ArrayIterator|TransitionBlocker[] |
int count()
Возвращаемое значение
| int |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Workflow/TransitionBlockerList.html