for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* @company MTE Telecom, Ltd.
* @author Roman Malashin <[email protected]>
*/
namespace Nnx\DataGrid;
* Interface AjaxProviderInterface
* @package Nnx\DataGrid
interface AjaxProviderInterface
{
* Устанавливает ссылку для ajax запроса
* @param string $url
* @return $this
public function setUrl($url);
* Возвращает ссылку для ajax запроса
* @return string
public function getUrl();
}
This check marks files that end in a newline character, i.e. an empy line.
This check marks files that end in a newline character, i.e. an empy line.