Metabor\Statemachine\Condition\AndComposite::getName PHP Метод

getName() публичный Метод

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