<?php
interface BridgeInterface {
public function collectData();
public function getName();
public function getURI();
}