We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
\FastForward\Enum\StateMachine\HasTransitions
protected static transitionMap(): array<string,list<self>>
protected static initialStateCases(): list<self>
public allowedTransitions(): list<self>
public canTransitionTo(self $target): bool
Parameters:
$target
public assertCanTransitionTo(self $target): void
public isTerminal(): bool
public isInitial(): bool
public static initialStates(): list<self>
public static terminalStates(): list<self>