for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* @copyright Copyright (c) 2015 ublaboo <[email protected]>
* @author Pavel Janda <[email protected]>
* @package Ublaboo
*/
namespace Ublaboo\DataGrid\GroupAction;
use Nette;
* @method void onSelect()
class GroupTextAction extends GroupAction
{
* @param string $title
public function __construct($title)
parent::__construct($title);
}