Symfony\Component\Workflow\DefinitionBuilder::reset PHP 메소드

reset() 공개 메소드

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