<?php namespace Predis\Commands; class Type extends Command { public function getCommandId() { return 'TYPE'; } }