for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace DoctrineDatatable;
/**
* Class HavingColumn.
*
* @author Mathieu Petrini <[email protected]>
*/
class HavingColumn extends Column
{
* @return bool
public function isHaving(): bool
return true;
}