3 declare(strict_types=1);
119 return $this->initial;
146 return $this->transitions;
188 $this->description = $description;
199 $this->initial = $initial;
210 $this->roles = $roles;
221 $this->transitions = $transitions;
243 $this->description = $description;