<?php namespace DeviceBundle\Interfaces; interface DeviceInterface { public function getDeviceData(); }