= ''; */ class WorkFlowEntityClasses { use ChoiceTrait; const FTTH_ONU = 'FTTHBundle\Entity\ONU'; const FTTH_OLT = 'FTTHBundle\Entity\OLT'; const FTTH_NAS = 'RadiusBundle\Entity\NAS'; const BASE_CLIENT = 'ClientBundle\Entity\Client'; const CABLEMODEM_CABLEMODEM = 'CablemodemBundle\Entity\Cablemodem'; }