for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Del\Common\View\Helper;
class Paginator
{
/**
* @return string
*/
public function render()
$html = '';
return $html;
}