<?php namespace WorkflowBundle\Utils; class WorkFlowEvents { use ChoiceTrait; const TRANSITION = 'transition'; const LEAVE = 'leave'; const ENTER = 'enter'; const GUARD = 'guard'; }