raoul2000\workflow\base\Transition::getId PHP Method

getId() public method

The id is built by concatenating the start and the end status Ids, separated with character '-'. For instance, a transition between status A and B has an idea equals to "A-B".
See also: raoul2000\workflow\base\WorkflowBaseObject::getId()
public getId ( ) : string
return string the transition Id
    public function getId()
    {
        return $this->_id;
    }