<?phpnamespace ConcreteCoreUserAvatar;interface AvatarInterface{ public function output(); public function getPath();}