1 2 3 4 5
<?php namespace Ratchet; interface MessageComponentInterface extends ComponentInterface, MessageInterface { }