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

__construct() public method

public __construct ( array $places = [], array $transitions = [] )
$places array
$transitions array
    public function __construct(array $places = array(), array $transitions = array())
    {
        $this->addPlaces($places);
        $this->addTransitions($transitions);
    }