<?php namespace DeviceBundle\Utils; class DeviceTypes { use ChoiceTrait; const FTTH_OLT = 'FTTHBundle\Entity\OLT'; const FTTH_ONU = 'FTTHBundle\Entity\ONU'; }