for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Oliverde8\Component\PhpEtl\Item;
/**
* Class ChainBreakItem
*
* @author de Cramer Oliver<[email protected]>
* @copyright 2018 Oliverde8
* @package Oliverde8\Component\PhpEtl\Item
*/
class ChainBreakItem implements ItemInterface
{
public function getMethod()
return 'chainBreak';
}