<?php namespace rbridge; interface IBridge { public function add($params); public function notify($params); }