for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Dazzle\MySQL\Command\Concrete;
use Dazzle\MySQL\Command\Command;
class QuitCommand extends Command
{
public function getID()
return self::QUIT;
}
public function buildPacket()
{}
public function getSql()
return '';