Created
July 18, 2011 14:43
-
-
Save makasim/1089714 to your computer and use it in GitHub Desktop.
wizard dic
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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