raoul2000\workflow\base\Transition::getId PHP Méthode

getId() public méthode

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
Résultat string the transition Id
    public function getId()
    {
        return $this->_id;
    }