for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Buttress\IRC\Message;
class PongMessage extends GenericMessage
{
public function __construct(PingMessage $message)
$this->params = $message->getParams();
}
public function getCommand()
return "PONG";