Metabor\Statemachine\Process::createCollection PHP Method

createCollection() protected method

protected createCollection ( )
    protected function createCollection()
    {
        $this->states = new StateCollection();
        $this->addState($this->initialState);
    }