raoul2000\workflow\base\Transition::getId PHP Метод

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

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".
См. также: raoul2000\workflow\base\WorkflowBaseObject::getId()
public getId ( ) : string
Результат string the transition Id
    public function getId()
    {
        return $this->_id;
    }