Metabor\Statemachine\Transition::getConditionName PHP Method

getConditionName() public method

public getConditionName ( )
    public function getConditionName()
    {
        if ($this->condition) {
            return $this->condition->getName();
        }
    }