Skip to content

Instantly share code, notes, and snippets.

@makasim
Created July 18, 2011 14:43
Show Gist options
  • Save makasim/1089714 to your computer and use it in GitHub Desktop.
Save makasim/1089714 to your computer and use it in GitHub Desktop.
wizard dic
parameters:
services:
rj.employer.ad.wizard:
class: Rj\EmployerBundle\AdWizard\AdWizard
scope: request
calls:
- [addStep, [@rj.employer.ad.wizard.choosePass]]
- [addStep, [@rj.employer.ad.wizard.employerProfile]]
- [addStep, [@rj.employer.ad.wizard.previewAd]]
- [addStep, [@rj.employer.ad.wizard.payAndPublish]]
rj.employer.ad.wizard.choosePass:
class: Rj\EmployerBundle\AdWizard\Step\ChoosePass
arguments: []
rj.employer.ad.wizard.employerProfile:
class: Rj\EmployerBundle\AdWizard\Step\EmployerProfile
arguments: []
rj.employer.ad.wizard.previewAd:
class: Rj\EmployerBundle\AdWizard\Step\PreviewAd
arguments: []
rj.employer.ad.wizard.payAndPublish:
class: Rj\EmployerBundle\AdWizard\Step\PayAndPublish
arguments: []
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment