for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Data manager action
*
* @author Alexey Krupskiy <[email protected]>
* @link http://inji.ru/
* @copyright 2016 Alexey Krupskiy
* @license https://github.com/injitools/cms-Inji/blob/master/LICENSE
*/
namespace Ui\DataManager;
class Action extends \Object
{
public static $name = '';
public static $groupAction = false;
public static $rowAction = false;
public static function rowButton($dataManager, $item, $params, $actionParams)
return '';
}
public static function groupAction($dataManager, $ids, $actionParams)
$actionParams
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.
return 'empty action';
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.