Metabor\Statemachine\Condition\OrComposite::getName PHP Method

getName() public method

public getName ( )
    public function getName()
    {
        return '(' . implode(' or ', $this->conditions->getNames()) . ')';
    }