Symfony\Component\Workflow\DefinitionBuilder::reset PHP Method

reset() public method

Clear all data in the builder.
public reset ( )
    public function reset()
    {
        $this->places = array();
        $this->transitions = array();
        $this->initialPlace = null;
    }