Created
November 23, 2012 15:07
-
-
Save tristanbes/4136048 to your computer and use it in GitHub Desktop.
Monitor your Symfony2 application via Stats.d and Graphite (2/2)
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
<?php | |
namespace SeekTeam\PremiumBundle\Event; | |
final class Events | |
{ | |
const PREMIUM_START = 'gamercertified.premium.start'; | |
const PREMIUM_SUCCESS = 'gamercertified.premium.success'; | |
const PREMIUM_CANCEL = 'gamercertified.premium.cancel'; | |
const PREMIUM_ERROR = 'gamercertified.premium.error'; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment