for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* @author @jayS-de <[email protected]>
*/
namespace Commercetools\Core\Model\Common;
* @package Commercetools\Core\Model\Common
class TimeDecorator extends DateTimeDecorator
{
public function jsonSerialize()
return $this->getDateTime()->format('H:i:s');
}